Searched defs:ROTL (Results 1 – 4 of 4) sorted by relevance
21 ROTL = sizeof(uintptr_t) * 8 - ROTR, enumerator
65 #define ROTL(x,n) (((x) << (n)) | ((x) >> (0x20 - n))) macro
318 SHL, SRA, SRL, ROTL, ROTR, enumerator
1417 static IRExpr* /* :: Ity_I32/64 */ ROTL ( IRExpr* src, in ROTL() function