Home
last modified time | relevance | path

Searched refs:ROTL32 (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dbits.c116 ROTL32(uint32_t val, in ROTL32() function
Dbits.h273 (uint32_t) ROTL32
Dpowerpc.igen3181 uint32_t r = ROTL32(s, n);
3212 uint32_t r = ROTL32(*rS, n);
3233 uint32_t r = ROTL32(*rS, n);
3294 signed_word r = ROTL32(*rS, /*64*/32-n);
DChangeLog-20215989 * bits.{h,c} (ROTL32,ROTL64): Move these functions to bits.c. Add
6296 * bits.h (ROTL32, ROTL64): Were functions, made them macros, now
6438 * bits.h, bits.c, idecode_expression.h (ROTL32, ROTL64): Update
6439 doc in bits.h, remove dead code in bits.c, move ROTL32/ROTL64 into
/netbsd/src/crypto/external/bsd/openssh/dist/
Dchacha.c25 #define ROTL32(v, n) \ macro
42 #define ROTATE(v,c) (ROTL32(v,c))
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-bits.h562 INLINE_SIM_BITS(uint32_t) ROTL32 (uint32_t val, int shift);