Searched refs:rotl32 (Results 1 – 3 of 3) sorted by relevance
85 my $seq_l32 = test_rot( \&XS::APItest::HvMacro::rotl32, 1, 1, 33 );
93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function175 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
7518 rotl32(U32 n, U8 r) in rotl32() function