Lines Matching refs:rotl
225 static inline uint32_t rotl(uint32_t val, int n)
244 if ((rotl(imm, 2) & ~0xff) == 0)
246 if ((rotl(imm, 4) & ~0xff) == 0)
248 if ((rotl(imm, 6) & ~0xff) == 0)
1532 args[0], args[1], rotl(args[2], rot) | (rot << 7));
1599 args[0], rotl(args[1], rot) | (rot << 7));
1626 args[1], rotl(args[2], rot) | (rot << 7));