Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp667 int64_t DestDisp = MI->getOperand(3).getImm(); in emitInstruction() local
674 .addImm(DestDisp).addImm(1).addReg(SrcReg).addImm(SrcDisp); in emitInstruction()
H A DSystemZISelLowering.cpp8924 uint64_t DestDisp = MI.getOperand(1).getImm(); in emitMemMemWrapper() local
8945 SrcDisp = DestDisp++; in emitMemMemWrapper()
8946 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
9098 MachineOperand::CreateReg(StartDestReg, false), DestDisp, in emitMemMemWrapper()
9160 .addReg(ThisDestReg).addImm(DestDisp - IsMemset + 768).addReg(0); in emitMemMemWrapper()
9162 MachineOperand::CreateReg(ThisDestReg, false), DestDisp, in emitMemMemWrapper()
9218 MachineOperand::CreateReg(RemDestReg, false), DestDisp, in emitMemMemWrapper()
9224 .addReg(RemDestReg).addImm(DestDisp) in emitMemMemWrapper()
9242 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
9244 insertMemMemOp(MBB, MI, DestBase, DestDisp, SrcBase, SrcDisp, ThisLength); in emitMemMemWrapper()
[all …]