/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 40 LVOperation(LVSmall Opcode, LVUnsigned Operand1, LVUnsigned Operand2) in LVOperation() argument 42 Operands[0] = Operand1; in LVOperation() 157 virtual void addObject(LVSmall Opcode, LVUnsigned Operand1, in addObject() argument 187 void addObject(LVSmall Opcode, LVUnsigned Operand1,
|
H A D | LVSymbol.h | 129 void addLocationOperands(LVSmall Opcode, uint64_t Operand1,
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 309 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local 310 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses() 312 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses() 313 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses() 314 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument 479 Instructions.back().Ops.push_back(Operand1); in addInstruction() 483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 485 Instructions.back().Ops.push_back(Operand1); in addInstruction() 490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument 493 Instructions.back().Ops.push_back(Operand1); in addInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TypeMetadataUtils.cpp | 176 auto *Operand1 = cast<Constant>(C->getOperand(1)); in getPointerAtOffset() local 186 auto *Operand1TargetGlobal = StripGEP(getPointerAtOffset(Operand1, 0, M)); in getPointerAtOffset()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 767 unsigned Operand0, Operand1; member in __anondca7459a0211::CommutingState 779 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute() 784 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute() 785 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute() 787 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 85 void LVSymbol::addLocationOperands(LVSmall Opcode, uint64_t Operand1, in addLocationOperands() argument 88 CurrentLocation->addObject(Opcode, Operand1, Operand2); in addLocationOperands()
|
H A D | LVLocation.cpp | 579 void LVLocationSymbol::addObject(LVSmall Opcode, LVUnsigned Operand1, in addObject() argument 583 Entries->emplace_back(new LVOperation(Opcode, Operand1, Operand2)); in addObject()
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | cris.cpu | 1292 ; | Operand2 | Mode| Opcode | Size| Operand1 | 1302 (dnf f-operand1 "Operand1" () 3 4)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.md | 2140 ;; Operand1 = reloaded value shifted appropriately
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | frv.md | 2559 ;; Operand1 = reloaded value shifted appropriately
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.2 | 14052 * sh.md (casesi_jump_2): Operand1 is now the inside of a
|