Searched refs:DispMO (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinterCommon.cpp | 28 const MCOperand &DispMO, in printAddress() argument 30 printOperand(DispMO, MAI, O); in printAddress() 222 const MCOperand &DispMO = MI->getOperand(OpNum + 1); in printBDLAddrOperand() local 224 printOperand(DispMO, &MAI, O); in printBDLAddrOperand() 236 const MCOperand &DispMO = MI->getOperand(OpNum + 1); in printBDRAddrOperand() local 238 printOperand(DispMO, &MAI, O); in printBDRAddrOperand()
|
| H A D | SystemZInstPrinterCommon.h | 33 const MCOperand &DispMO, MCRegister Index, raw_ostream &O);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 1106 const MachineOperand &DispMO = MI.getOperand(1); in selectAddr() local 1136 .addDisp(DispMO, 0) in selectAddr() 1158 .addDisp(DispMO, 0, RISCVII::MO_HI); in selectAddr() 1164 .addDisp(DispMO, 0, RISCVII::MO_LO); in selectAddr() 1190 .addDisp(DispMO, 0) in selectAddr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1048 const MCOperand &DispMO, unsigned Index, in printAddress() argument 1050 printOperand(DispMO, MAI, OS); in printAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4567 const MachineOperand &DispMO = MemI.getOperand(MemRefBegin + X86::AddrDisp); in getAddrModeFromMemoryOp() local 4569 if (!DispMO.isImm()) in getAddrModeFromMemoryOp() 4576 AM.Displacement = DispMO.getImm(); in getAddrModeFromMemoryOp() 4702 const MachineOperand &DispMO = MemOp.getOperand(MemRefBegin + X86::AddrDisp); in getMemOperandsWithOffsetWidth() local 4705 if (!DispMO.isImm()) in getMemOperandsWithOffsetWidth() 4708 Offset = DispMO.getImm(); in getMemOperandsWithOffsetWidth()
|