Home
last modified time | relevance | path

Searched refs:Operand1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp310 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local
311 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses()
313 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses()
314 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses()
315 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp664 unsigned Operand0, Operand1; member in __anon03c6392e0211::CommutingState
678 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
683 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
686 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp86 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument
88 Instructions.back().Ops.push_back(Operand1); in addInstruction()
91 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
93 Instructions.back().Ops.push_back(Operand1); in addInstruction()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1045 static constexpr int64_t Operand1 = \ in TEST_F()
1047 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1080 static constexpr int64_t Operand1 = \ in TEST_F()
1082 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1108 static constexpr int64_t Operand1 = \ in TEST_F()
1110 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1126 test.setDwordTo(T0, static_cast<uint32_t>(Operand1)); \ in TEST_F()
1201 static constexpr Type##Size##_t Operand1 = \ in TEST_F()
1213 Immediate(Operand1)); \ in TEST_F()
1228 static constexpr uint32_t Quocient = (Operand0 / Operand1) & Mask##Size; \ in TEST_F()
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1076 static constexpr int64_t Operand1 = \ in TEST_F()
1078 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1106 static constexpr int64_t Operand1 = \ in TEST_F()
1108 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1134 static constexpr int64_t Operand1 = \ in TEST_F()
1136 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1151 test.setDwordTo(T0, static_cast<uint32_t>(Operand1)); \ in TEST_F()
1232 static constexpr Type##Size##_t Operand1 = \ in TEST_F()
1243 __ mov(IceType_i##Size, Encoded_GPR_##Src(), Immediate(Operand1)); \ in TEST_F()
1258 static constexpr uint32_t Quocient = (Operand0 / Operand1) & Mask##Size; \ in TEST_F()
[all …]