Searched refs:Phys64 (Results 1 – 1 of 1) sorted by relevance
1135 static const unsigned Phys64[] = { D0, D1, D2 }; in getNextPhysReg() local1137 const unsigned Num64 = sizeof(Phys64)/sizeof(unsigned); in getNextPhysReg()1141 return (Width <= 32) ? Phys32[0] : Phys64[0]; in getNextPhysReg()1155 if (Phys64[Idx64] == PReg) in getNextPhysReg()1164 return (Idx64+1 < Num64) ? Phys64[Idx64+1] : 0; in getNextPhysReg()