Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1723 unsigned MvCode = Is64Bit ? PPC::MFOCRF8 : PPC::MFOCRF; in copyPhysReg() local
1726 BuildMI(MBB, I, DL, get(MvCode), DestReg).addReg(SrcReg); in copyPhysReg()