Home
last modified time | relevance | path

Searched defs:opcode (Results 401 – 425 of 2583) sorted by relevance

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h82 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 DThumb2InstrInfo.cpp361 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/
DBackgroundWorkerService.java91 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 Dvalidate_bitwise.cpp29 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/
Dvalidate_bitwise.cpp29 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 Dvalidate_bitwise.cpp29 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 Dqpu_pack.c802 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 Dbrw_eu_emit.c442 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/
Dinsn_def_x86.json34 "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 DCmpBiasChanger.java134 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 Dsimplification_pass.cpp97 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/
Dsimplification_pass.cpp97 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 Dcpu_vectorization_test.cc35 HloOpcode opcode; member
50 std::string opcode = HloOpcodeString(spec.opcode); in Name() local
H A Dcpu_intrinsic_test.cc35 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 Dsimplification_pass.cpp97 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 Dinstruction_decoder.cc30 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 Dradeon_dataflow.c166 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 Dbinary.cpp159 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/
Dbinary.cpp159 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 Dbinary.cpp159 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 DCodeAttribute.java508 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 Ddexanalyze_bytecode.cc237 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 Dast.js79 constructor(name, opcode, operands) { argument
87 opcode() { return this.opcode_; } method in Instruction
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bluetooth.cc76 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 DFuseBridgeLoopTest.cc64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl()
78 void CheckProxy(uint32_t opcode) { in CheckProxy()

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