Home
last modified time | relevance | path

Searched refs:MachineOpcode (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h199 enum MachineOpcode : int;
210 [[nodiscard]] MachineOpcode opcode() const { return opcode_; }; in opcode()
242 MachineInsn(MachineOpcode opcode, in MachineInsn()
262 const MachineOpcode opcode_;
455 static const MachineOpcode kOpcode;
471 static const MachineOpcode kOpcode;
535 static const MachineOpcode kOpcode;
580 static const MachineOpcode kOpcode;
607 static const MachineOpcode kOpcode;
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_check.cc89 case MachineOpcode::kMachineOpPseudoIndirectJump: in CheckControlTransferInsn()
91 case MachineOpcode::kMachineOpPseudoJump: in CheckControlTransferInsn()
93 case MachineOpcode::kMachineOpPseudoBranch: { in CheckControlTransferInsn()
100 case MachineOpcode::kMachineOpPseudoCondBranch: { in CheckControlTransferInsn()
Dcode.cc152 const MachineOpcode PseudoBranch::kOpcode = kMachineOpPseudoBranch;
159 const MachineOpcode PseudoCondBranch::kOpcode = kMachineOpPseudoCondBranch;
188 const MachineOpcode PseudoCopy::kOpcode = kMachineOpPseudoCopy;
217 const MachineOpcode PseudoReadFlags::kOpcode = kMachineOpPseudoReadFlags;
228 const MachineOpcode PseudoWriteFlags::kOpcode = kMachineOpPseudoWriteFlags;
Dmachine_ir_opt_test.cc58 MachineOpcode opcode_after = insn->opcode(); in TEST()
88 MachineOpcode opcode_after = insn->opcode(); in TEST()
116 MachineOpcode opcode_after = insn->opcode(); in TEST()
147 MachineOpcode opcode_after = insn->opcode(); in TEST()
172 MachineOpcode opcode_after = insn->opcode(); in TEST()
202 MachineOpcode opcode_after = insn->opcode(); in TEST()
/aosp_15_r20/frameworks/libs/binary_translation/backend/testing/include/x86_64/
Dloop_guest_context_optimizer_test_checks.h53 inline void CheckGetInsn(MachineInsn* insn, MachineOpcode opcode, MachineReg reg, size_t disp) { in CheckGetInsn()
61 inline void CheckPutInsn(MachineInsn* insn, MachineOpcode opcode, MachineReg reg, size_t disp) { in CheckPutInsn()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp34 const auto MachineOpcode = [&]() { in EmitMOPS() local
68 MachineSDNode *Node = DAG.getMachineNode(MachineOpcode, DL, ResultTys, Ops); in EmitMOPS()
74 MachineSDNode *Node = DAG.getMachineNode(MachineOpcode, DL, ResultTys, Ops); in EmitMOPS()
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dinline_intrinsic.h313 std::enable_if_t<AsmCallInfo::template kOpcode<MachineOpcode> ==
314 MachineOpcode::kMachineOpUndefined,
321 std::enable_if_t<AsmCallInfo::template kOpcode<MachineOpcode> !=
322 MachineOpcode::kMachineOpUndefined,
357 MachineOpcode>; in operator()
Dfrontend_tests.cc75 void CheckBasicBlockEndsWith(const MachineBasicBlock* bb, MachineOpcode opcode) { in CheckBasicBlockEndsWith()
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dmachine_ir.h33 enum MachineOpcode : int { enum
106 MachineOpcode opcode;
/aosp_15_r20/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp833 unsigned MachineOpcode = 0; in decodeSpecial() local
840 MachineOpcode = StoreConditionalOpcodeData[i][1]; in decodeSpecial()
849 MachineOpcode = LoadStoreOpcodeData[i][1]; in decodeSpecial()
856 if (MachineOpcode) { in decodeSpecial()