/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prog.h | 82 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); } in opcode() function 117 void set_opcode(InstOp opcode) { in set_opcode() 129 void set_out_opcode(int out, InstOp opcode) { in set_out_opcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 361 negativeOffsetOpcode(unsigned opcode) in negativeOffsetOpcode() 395 positiveOffsetOpcode(unsigned opcode) in positiveOffsetOpcode() 429 immediateOffsetOpcode(unsigned opcode) in immediateOffsetOpcode()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | BackgroundWorkerService.java | 91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() 111 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_bitwise.cpp | 29 const spv::Op opcode = inst->opcode(); in ValidateBaseType() local 60 const spv::Op opcode = inst->opcode(); in BitwisePass() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 29 const spv::Op opcode = inst->opcode(); in ValidateBaseType() local 60 const spv::Op opcode = inst->opcode(); in BitwisePass() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_bitwise.cpp | 29 const spv::Op opcode = inst->opcode(); in ValidateBaseType() local 60 const spv::Op opcode = inst->opcode(); in BitwisePass() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/qpu/ |
H A D | qpu_pack.c | 802 size_t num_opcodes, uint32_t opcode, in lookup_opcode_from_packed() 1562 uint32_t opcode = desc->opcode_first; in v3d42_qpu_add_pack() local 1782 uint32_t opcode = desc->opcode_first; in v3d71_qpu_add_pack() local 2053 uint32_t opcode = desc->opcode_first; in v3d42_qpu_mul_pack() local 2169 uint32_t opcode = desc->opcode_first; in v3d71_qpu_mul_pack() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 442 brw_next_insn(struct brw_codegen *p, unsigned opcode) in brw_next_insn() 475 brw_alu1(struct brw_codegen *p, unsigned opcode, in brw_alu1() 485 brw_alu2(struct brw_codegen *p, unsigned opcode, in brw_alu2() 553 brw_alu3(struct brw_codegen *p, unsigned opcode, struct brw_reg dest, in brw_alu3() 730 brw_dpas_three_src(struct brw_codegen *p, enum opcode opcode, in brw_dpas_three_src()
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/instructions/ |
D | insn_def_x86.json | 34 "Adcb": { "opcode": "12" }, string 35 "Sbbb": { "opcode": "1A" } string 45 "Adcb": { "opcode": "10", "type": "reg_to_rm" }, string 46 "Sbbb": { "opcode": "18", "type": "reg_to_rm" } string 56 "AdcbAccumulator": { "opcode": "14" }, string 57 "SbbbAccumulator": { "opcode": "1C" } string 67 "Adcl": { "opcode": "13" }, string 68 "Sbbl": { "opcode": "1B" } string 78 "Adcl": { "opcode": "11", "type": "reg_to_rm" }, string 79 "Sbbl": { "opcode": "19", "type": "reg_to_rm" } string [all …]
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | CmpBiasChanger.java | 134 Opcode opcode = mInsn.insn.info.opcode; in getLegalDifferentOpcode() local 148 Opcode opcode = mInsn.insn.info.opcode; in isCmpBiasOperation() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | simplification_pass.cpp | 97 const auto opcode = user->opcode(); in SimplifyFunction() local 144 const auto opcode = user->opcode(); in SimplifyFunction() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | simplification_pass.cpp | 97 const auto opcode = user->opcode(); in SimplifyFunction() local 144 const auto opcode = user->opcode(); in SimplifyFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A D | cpu_vectorization_test.cc | 35 HloOpcode opcode; member 50 std::string opcode = HloOpcodeString(spec.opcode); in Name() local
|
H A D | cpu_intrinsic_test.cc | 35 HloOpcode opcode; member 50 std::string opcode = HloOpcodeString(spec.opcode); in Name() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | simplification_pass.cpp | 97 const auto opcode = user->opcode(); in SimplifyFunction() local 144 const auto opcode = user->opcode(); in SimplifyFunction() local
|
/aosp_15_r20/art/tools/jvmti-agents/titrace/ |
H A D | instruction_decoder.cc | 30 const char* GetName(size_t opcode) override { in GetName() 473 const char* GetName(size_t opcode) override { in GetName() 487 #define MAKE_ENUM_DEFINITION(opcode, instruction_code, name, format, index, flags, extended_flags, … argument 498 #define MAKE_ENUM_DEFINITION(opcode, instruction_code, name, format, index, flags, extended_flags, … in ToString() argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow.c | 166 const struct rc_opcode_info * opcode = in rc_for_all_reads_src() local 234 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in writes_normal() local 319 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in remap_normal_instruction() local 679 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | binary.cpp | 159 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, spv::Op opcode, in exhaustedInputDiagnostic() 421 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in parseOperand() local 822 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in recordNumberType() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | binary.cpp | 159 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, spv::Op opcode, in exhaustedInputDiagnostic() 421 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in parseOperand() local 818 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in recordNumberType() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | binary.cpp | 159 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, spv::Op opcode, in exhaustedInputDiagnostic() 421 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in parseOperand() local 832 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in recordNumberType() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | CodeAttribute.java | 508 int opcode = ci.byteAt(index); in shiftIndex() local 560 private static void shiftIndex8(CodeIterator ci, int index, int opcode, in shiftIndex8() 579 private static void shiftIndex0(CodeIterator ci, int index, int opcode, in shiftIndex0()
|
/aosp_15_r20/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 237 const Instruction::Code opcode = inst->Opcode(); in ProcessCodeItem() local 525 void NewRegisterInstructions::Add(Instruction::Code opcode, const Instruction& inst) { in Add() 565 bool NewRegisterInstructions::InstNibbles(uint8_t opcode, const std::vector<uint32_t>& args) { in InstNibbles()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
H A D | ast.js | 79 constructor(name, opcode, operands) { argument 87 opcode() { return this.opcode_; } method in Instruction
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_bluetooth.cc | 76 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() 96 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode()
|
/aosp_15_r20/system/core/libappfuse/tests/ |
H A D | FuseBridgeLoopTest.cc | 64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl() 78 void CheckProxy(uint32_t opcode) { in CheckProxy()
|