Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1833 bool DestPrimed = PPC::ACCRCRegClass.contains(DestReg); in copyPhysReg() local
1838 PPC::VSL0 + (DestReg - (DestPrimed ? PPC::ACC0 : PPC::UACC0)) * 4; in copyPhysReg()
1845 if (DestPrimed) in copyPhysReg()