/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 310 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 308 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local 309 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses() 311 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses() 312 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses() 313 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 86 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument 88 Instructions.back().Ops.push_back(Operand1); in addInstruction() 92 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 94 Instructions.back().Ops.push_back(Operand1); in addInstruction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 664 unsigned Operand0, Operand1; member in __anon151c950f0211::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/ |
D | DWARFDebugFrame.cpp | 86 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/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 699 unsigned Operand0, Operand1; member in __anone59bca470211::CommutingState 713 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute() 718 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute() 719 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute() 721 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 1045 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/ |
D | GPRArith.cpp | 1076 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 …]
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 556 .Operand1 = operand1, in mi_alu()
|
D | genX_cmd_buffer.c | 2354 .Operand1 = op1, in mi_alu()
|