Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8961 MachineOperand ByteMO = earlyUseOperand(MI.getOperand(3)); in emitMemMemWrapper() local
8962 if (ByteMO.isImm()) in emitMemMemWrapper()
8964 .add(SBase).addImm(SDisp).add(ByteMO); in emitMemMemWrapper()
8967 .add(ByteMO).add(SBase).addImm(SDisp).addReg(0); in emitMemMemWrapper()