Searched refs:ROTL32 (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | bits.c | 116 ROTL32(uint32_t val, in ROTL32() function
|
| D | bits.h | 273 (uint32_t) ROTL32
|
| D | powerpc.igen | 3181 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);
|
| D | ChangeLog-2021 | 5989 * 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/ |
| D | chacha.c | 25 #define ROTL32(v, n) \ macro 42 #define ROTATE(v,c) (ROTL32(v,c))
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-bits.h | 562 INLINE_SIM_BITS(uint32_t) ROTL32 (uint32_t val, int shift);
|