Home
last modified time | relevance | path

Searched refs:rotl32 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dhv_macro.t85 my $seq_l32 = test_rot( \&XS::APItest::HvMacro::rotl32, 1, 1, 33 );
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
175 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7518 rotl32(U32 n, U8 r) in rotl32() function