Searched defs:rotl (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050922-2.c18 #define rotl(x,n) (((x) << ((int)(n))) | ((x) >> (32 - (int)(n)))) macro
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c581 rtx rotl = gen_reg_rtx (SImode); local
5876 rtx rotl = gen_reg_rtx (V4SImode); local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2402 s390_extzv_shift_ok (int bitsize, int rotl, unsigned HOST_WIDE_INT contig) argument

Completed in 84 milliseconds