Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8803 MachineOperand ByteMO = earlyUseOperand(MI.getOperand(3)); in emitMemMemWrapper() local
8804 if (ByteMO.isImm()) in emitMemMemWrapper()
8806 .add(SBase).addImm(SDisp).add(ByteMO); in emitMemMemWrapper()
8809 .add(ByteMO).add(SBase).addImm(SDisp).addReg(0); in emitMemMemWrapper()