Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp900 MCRegister DestRegHi = in copyPhysReg() local
907 if (DestRegHi != SrcReg) in copyPhysReg()
908 copyPhysReg(MBB, MBBI, DL, DestRegHi, SrcReg, false); in copyPhysReg()
916 MCRegister DestRegHi = RI.getSubReg(DestReg, SystemZ::subreg_h64); in copyPhysReg() local
921 BuildMI(MBB, MBBI, DL, get(SystemZ::LDGR), DestRegHi) in copyPhysReg()