/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/ |
H A D | registers.h | 90 #define ADDR32(opcode) opcode argument 92 #define ADDR32(opcode) addr32 opcode argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_equation_instruction.cpp | 28 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 D | transformation_equation_instruction.cpp | 28 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 D | transformation_equation_instruction.cpp | 28 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 D | tags_int.h | 34 uint8_t opcode; member 61 uint8_t opcode; member
|
/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 83 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 D | AbstractInsnNode.java | 95 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 D | ArithOpChanger.java | 151 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 D | tags_int.cc | 106 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 D | connection.c | 598 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 D | radeon_pair_schedule.c | 586 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 D | inline_method_analyser.cc | 470 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 D | agent.cpp | 178 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 D | aco_opcodes.py | 226 …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 D | svga_tgsi_emit.h | 166 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 D | CodeAnalyzer.java | 99 private boolean processBranch(int opcode, CodeIterator ci, int index, in processBranch() 205 private static boolean isEnd(int opcode) { in isEnd()
|
H A D | InstructionPrinter.java | 74 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 D | bearer.h | 181 OpCode opcode; member 208 OpCode opcode; member
|
/aosp_15_r20/out/soong/.intermediates/external/jacoco/jacocoagent/android_common/turbine-combined/ |
D | jacocoagent.jar | META-INF/
META-INF/MANIFEST.MF
com/vladium/emma/rt/ ... |
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | NewArray.java | 46 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 D | unit_spirv.h | 108 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 D | val_non_uniform_test.cpp | 167 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/ |
D | unit_spirv.h | 108 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 D | unit_spirv.h | 108 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 D | tftpd.c | 104 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
|