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.cpp924 MCRegister DestRegHi = in copyPhysReg() local
931 if (DestRegHi != SrcReg.asMCReg()) in copyPhysReg()
932 copyPhysReg(MBB, MBBI, DL, DestRegHi, SrcReg, false); in copyPhysReg()
940 MCRegister DestRegHi = RI.getSubReg(DestReg, SystemZ::subreg_h64); in copyPhysReg() local
945 BuildMI(MBB, MBBI, DL, get(SystemZ::LDGR), DestRegHi) in copyPhysReg()