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.cpp715 int64_t DestDisp = MI->getOperand(3).getImm(); in emitInstruction() local
722 .addImm(DestDisp) in emitInstruction()
H A DSystemZISelLowering.cpp10248 uint64_t DestDisp = MI.getOperand(1).getImm(); in emitMemMemWrapper() local
10269 SrcDisp = DestDisp++; in emitMemMemWrapper()
10270 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
10422 MachineOperand::CreateReg(StartDestReg, false), DestDisp, in emitMemMemWrapper()
10484 .addReg(ThisDestReg).addImm(DestDisp - IsMemset + 768).addReg(0); in emitMemMemWrapper()
10486 MachineOperand::CreateReg(ThisDestReg, false), DestDisp, in emitMemMemWrapper()
10542 MachineOperand::CreateReg(RemDestReg, false), DestDisp, in emitMemMemWrapper()
10548 .addReg(RemDestReg).addImm(DestDisp) in emitMemMemWrapper()
10566 foldDisplIfNeeded(DestBase, DestDisp); in emitMemMemWrapper()
10568 insertMemMemOp(MBB, MI, DestBase, DestDisp, SrcBase, SrcDisp, ThisLength); in emitMemMemWrapper()
[all …]