Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp8224 MachineOperand ByteMO = earlyUseOperand(MI.getOperand(3)); in emitMemMemWrapper() local
8225 if (ByteMO.isImm()) in emitMemMemWrapper()
8227 .add(SBase).addImm(SDisp).add(ByteMO); in emitMemMemWrapper()
8230 .add(ByteMO).add(SBase).addImm(SDisp).addReg(0); in emitMemMemWrapper()