Home
last modified time | relevance | path

Searched refs:OffsetMO (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp540 const MachineOperand &OffsetMO = MI->getOperand(OpNum + 1); in PrintAsmMemoryOperand() local
542 assert(OffsetMO.isImm() && "Unexpected offset for inline asm memory operand."); in PrintAsmMemoryOperand()
543 int Offset = OffsetMO.getImm(); in PrintAsmMemoryOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp92 MachineOperand &OffsetMO = MI->getOperand(2); in splitAdjDynAlloc() local
96 OffsetMO.getImm()); in splitAdjDynAlloc()
100 OffsetMO.setImm(Offset); in splitAdjDynAlloc()