Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp666 int64_t DestDisp = MI->getOperand(3).getImm(); in emitInstruction() local
673 .addImm(DestDisp).addImm(1).addReg(SrcReg).addImm(SrcDisp); in emitInstruction()
H A DSystemZISelLowering.cpp8766 uint64_t DestDisp = MI.getOperand(1).getImm(); in emitMemMemWrapper() local
8787 SrcDisp = DestDisp++; in emitMemMemWrapper()
8788 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
8940 MachineOperand::CreateReg(StartDestReg, false), DestDisp, in emitMemMemWrapper()
9002 .addReg(ThisDestReg).addImm(DestDisp - IsMemset + 768).addReg(0); in emitMemMemWrapper()
9004 MachineOperand::CreateReg(ThisDestReg, false), DestDisp, in emitMemMemWrapper()
9060 MachineOperand::CreateReg(RemDestReg, false), DestDisp, in emitMemMemWrapper()
9066 .addReg(RemDestReg).addImm(DestDisp) in emitMemMemWrapper()
9084 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
9086 insertMemMemOp(MBB, MI, DestBase, DestDisp, SrcBase, SrcDisp, ThisLength); in emitMemMemWrapper()
[all …]