Home
last modified time | relevance | path

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

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