Lines Matching refs:rotr32
86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function
142 if ((rotr32(Imm, RotAmt) & ~255U) == 0) in getSOImmValRotate()
150 if ((rotr32(Imm, RotAmt2) & ~255U) == 0) in getSOImmValRotate()
171 if (rotr32(~255U, RotAmt) & Arg) in getSOImmVal()
182 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal()
187 V = rotr32(~255U, getSOImmValRotate(V)) & V; in isSOImmTwoPartVal()
194 return rotr32(255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartFirst()
201 V = rotr32(~255U, getSOImmValRotate(V)) & V; in getSOImmTwoPartSecond()
204 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V)); in getSOImmTwoPartSecond()
219 return !(rotr32(~255U, getSOImmValRotate(First)) & First); in isSOImmTwoPartValNeg()
310 if ((rotr32(0xff000000U, RotAmt) & V) == V) in getT2SOImmValRotateVal()
311 return (rotr32(V, 24 - RotAmt) & 0x7f) | ((RotAmt + 8) << 7); in getT2SOImmValRotateVal()
348 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V; in isT2SOImmTwoPartVal()
372 unsigned V = rotr32 (~255, getT2SOImmValRotate(Imm)) & Imm; in getT2SOImmTwoPartFirst()