Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1822 bool DestPrimed = PPC::ACCRCRegClass.contains(DestReg); in copyPhysReg() local
1827 PPC::VSL0 + (DestReg - (DestPrimed ? PPC::ACC0 : PPC::UACC0)) * 4; in copyPhysReg()
1834 if (DestPrimed) in copyPhysReg()