Searched refs:RotAmt2 (Results 1 – 3 of 3) sorted by relevance
170 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local171 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()172 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()
156 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local157 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()158 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()
157 unsigned RotAmt2 = TZ2 & ~1; in getSOImmValRotate() local158 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()159 return (32-RotAmt2)&31; // HW rotates right, not left. in getSOImmValRotate()