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.cpp1817 bool DestPrimed = PPC::ACCRCRegClass.contains(DestReg); in copyPhysReg() local
1822 PPC::VSL0 + (DestReg - (DestPrimed ? PPC::ACC0 : PPC::UACC0)) * 4; in copyPhysReg()
1829 if (DestPrimed) in copyPhysReg()