Searched refs:MachineOpcode (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/ |
D | machine_ir.h | 199 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/ |
D | machine_ir_check.cc | 89 case MachineOpcode::kMachineOpPseudoIndirectJump: in CheckControlTransferInsn() 91 case MachineOpcode::kMachineOpPseudoJump: in CheckControlTransferInsn() 93 case MachineOpcode::kMachineOpPseudoBranch: { in CheckControlTransferInsn() 100 case MachineOpcode::kMachineOpPseudoCondBranch: { in CheckControlTransferInsn()
|
D | code.cc | 152 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;
|
D | machine_ir_opt_test.cc | 58 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/ |
D | loop_guest_context_optimizer_test_checks.h | 53 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 D | AArch64SelectionDAGInfo.cpp | 34 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/ |
D | inline_intrinsic.h | 313 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()
|
D | frontend_tests.cc | 75 void CheckBasicBlockEndsWith(const MachineBasicBlock* bb, MachineOpcode opcode) { in CheckBasicBlockEndsWith()
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/ |
D | machine_ir.h | 33 enum MachineOpcode : int { enum 106 MachineOpcode opcode;
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 833 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()
|