Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 int64_t DestDisp = MI->getOperand(3).getImm(); in emitInstruction() local
591 .addImm(DestDisp).addImm(1).addReg(SrcReg).addImm(SrcDisp); in emitInstruction()
H A DSystemZISelLowering.cpp8191 uint64_t DestDisp = MI.getOperand(1).getImm(); in emitMemMemWrapper() local
8212 SrcDisp = DestDisp++; in emitMemMemWrapper()
8213 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
8365 MachineOperand::CreateReg(StartDestReg, false), DestDisp, in emitMemMemWrapper()
8427 .addReg(ThisDestReg).addImm(DestDisp - IsMemset + 768).addReg(0); in emitMemMemWrapper()
8429 MachineOperand::CreateReg(ThisDestReg, false), DestDisp, in emitMemMemWrapper()
8485 MachineOperand::CreateReg(RemDestReg, false), DestDisp, in emitMemMemWrapper()
8491 .addReg(RemDestReg).addImm(DestDisp) in emitMemMemWrapper()
8507 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
8509 insertMemMemOp(MBB, MI, DestBase, DestDisp, SrcBase, SrcDisp, ThisLength); in emitMemMemWrapper()
[all …]