Home
last modified time | relevance | path

Searched defs:opcode (Results 476 – 500 of 2583) sorted by relevance

1...<<11121314151617181920>>...104

/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dregisters.h90 #define ADDR32(opcode) opcode argument
92 #define ADDR32(opcode) addr32 opcode argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp28 uint32_t fresh_id, spv::Op opcode, in TransformationEquationInstruction()
117 auto opcode = static_cast<spv::Op>(message_.opcode()); in MaybeGetResultTypeId() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_equation_instruction.cpp28 uint32_t fresh_id, spv::Op opcode, in TransformationEquationInstruction()
117 auto opcode = static_cast<spv::Op>(message_.opcode()); in MaybeGetResultTypeId() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_equation_instruction.cpp28 uint32_t fresh_id, spv::Op opcode, in TransformationEquationInstruction()
117 auto opcode = static_cast<spv::Op>(message_.opcode()); in MaybeGetResultTypeId() local
/aosp_15_r20/system/nfc/src/nfc/include/
H A Dtags_int.h34 uint8_t opcode; member
61 uint8_t opcode; member
/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h83 Register UpdateCsr(Decoder::CsrOpcode opcode, Register arg, Register csr) { in UpdateCsr()
95 Register UpdateCsr(Decoder::CsrImmOpcode opcode, uint8_t imm, Register csr) { in UpdateCsr()
191 Register Op(Decoder::OpOpcode opcode, Register arg1, Register arg2) { in Op()
235 Register Op32(Decoder::Op32Opcode opcode, Register arg1, Register arg2) { in Op32()
303 Register OpImm(Decoder::OpImmOpcode opcode, Register arg, int16_t imm) { in OpImm()
330 Register OpImm32(Decoder::OpImm32Opcode opcode, Register arg, int16_t imm) { in OpImm32()
365 Register ShiftImm32(Decoder::ShiftImm32Opcode opcode, Register arg, uint16_t imm) { in ShiftImm32()
437 void CompareAndBranch(Decoder::BranchOpcode opcode, in CompareAndBranch()
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DAbstractInsnNode.java95 protected int opcode; field in AbstractInsnNode
129 protected AbstractInsnNode(final int opcode) { in AbstractInsnNode()
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java151 Opcode opcode = mInsn.insn.info.opcode; in isArithmeticOperation() local
159 Opcode opcode = mInsn.insn.info.opcode; in getLegalDifferentOpcode() local
/aosp_15_r20/system/nfc/src/nfc/tags/
H A Dtags_int.cc106 const tT1T_CMD_RSP_INFO* t1t_cmd_to_rsp_info(uint8_t opcode) { in t1t_cmd_to_rsp_info()
181 const tT2T_CMD_RSP_INFO* t2t_cmd_to_rsp_info(uint8_t opcode) { in t2t_cmd_to_rsp_info()
/aosp_15_r20/external/wayland/src/
H A Dconnection.c598 wl_closure_marshal(struct wl_object *sender, uint32_t opcode, in wl_closure_marshal()
674 wl_closure_vmarshal(struct wl_object *sender, uint32_t opcode, va_list ap, in wl_closure_vmarshal()
999 struct wl_object *target, uint32_t opcode, void *data) in wl_closure_invoke()
1032 struct wl_object *target, uint32_t opcode) in wl_closure_dispatch()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c586 const struct rc_opcode_info * opcode; in destructive_merge_instructions() local
771 static int can_remap(unsigned int opcode) in can_remap()
782 static int can_convert_opcode_to_alpha(unsigned int opcode) in can_convert_opcode_to_alpha()
1309 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in is_controlflow() local
/aosp_15_r20/art/compiler/dex/
H A Dinline_method_analyser.cc470 Instruction::Code opcode = code_item->begin()->Opcode(); in AnalyseMethodCode() local
590 Instruction::Code opcode = instruction->Opcode(); in AnalyseIGetMethod() local
652 Instruction::Code opcode = instruction->Opcode(); in AnalyseIPutMethod() local
/aosp_15_r20/frameworks/base/tools/lock_agent/
H A Dagent.cpp178 static void addInst(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, in addInst()
191 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall()
206 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_opcodes.py226 …def __init__(self, name, opcode, format, input_mod, output_mod, is_atomic, cls, definitions, opera… argument
310 def insn(name, opcode = Opcode(), format = Format.PSEUDO, cls = InstrClass.Other, input_mod = False… argument
2043 opcode = getattr(inst.op, ver) variable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h166 SVGA3dShaderInstToken opcode) in emit_instruction()
174 inst_token(SVGA3dShaderOpCodeType opcode) in inst_token()
190 inst_token_predicated(SVGA3dShaderOpCodeType opcode) in inst_token_predicated()
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java99 private boolean processBranch(int opcode, CodeIterator ci, int index, in processBranch()
205 private static boolean isEnd(int opcode) { in isEnd()
H A DInstructionPrinter.java74 int opcode = iter.byteAt(pos); in instructionString() local
163 int opcode = iter.byteAt(pos + 1); in wide() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/
H A Dbearer.h181 OpCode opcode; member
208 OpCode opcode; member
/aosp_15_r20/out/soong/.intermediates/external/jacoco/jacocoagent/android_common/turbine-combined/
Djacocoagent.jarMETA-INF/ META-INF/MANIFEST.MF com/vladium/emma/rt/ ...
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DNewArray.java46 int opcode; field in NewArray
262 int opcode; field in NewArray.ProceedForArray
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dunit_spirv.h108 spv::Op opcode, const std::vector<uint32_t>& args) { in MakeInstruction()
119 spv::Op opcode, std::vector<uint32_t> args, in MakeInstruction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_uniform_test.cpp167 std::string opcode = std::get<0>(GetParam()); in TEST_P() local
210 std::string opcode = std::get<0>(GetParam()); in TEST_P() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dunit_spirv.h108 spv::Op opcode, const std::vector<uint32_t>& args) { in MakeInstruction()
119 spv::Op opcode, std::vector<uint32_t> args, in MakeInstruction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.h108 spv::Op opcode, const std::vector<uint32_t>& args) { in MakeInstruction()
119 spv::Op opcode, std::vector<uint32_t> args, in MakeInstruction()
/aosp_15_r20/external/toybox/toys/pending/
H A Dtftpd.c104 socklen_t socklen, char *file, int opcode, int tsize, int blksize) in do_action()
254 int fd = 0, recvmsg_len, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1, bflag = 0; in tftpd_main() local

1...<<11121314151617181920>>...104