Home
last modified time | relevance | path

Searched refs:ROL (Results 1 – 25 of 57) sorted by relevance

123

/netbsd/sys/arch/hppa/hppa/
H A Din_cksum.c70 #define ROL __asm volatile ("shd %0, %0, 8, %0" : "+r" (sum)) macro
71 #define ADDBYTE {ROL; sum += *w++; bins++; mlen--;}
122 ROL; in in_cksum()
/netbsd/sys/arch/sparc/sparc/
H A Dcpu_in_cksum.c195 #define ROL {sum = sum << 8;} /* depends on recent REDUCE */ macro
196 #define ADDBYTE {ROL; sum += *w; byte_swapped ^= 1;}
279 ROL; in cpu_in_cksum()
/netbsd/sys/arch/sh3/sh3/
H A Dcpu_in_cksum.S56 #define ROL \ macro
62 ROL ; \
71 ROL ; \
217 ROL
/netbsd/sys/arch/sparc64/sparc64/
H A Dcpu_in_cksum.S130 ldub [%o5], %o4 ! ADDBYTE {ROL; sum += *w; byte_swapped ^= 1;}
131 sllx %o3, 8, %o3 ! ROL { sum = sum << 8; }
193 sllx %o3, 8, %o3 ! ROL { sum = sum << 8; }
219 sllx %o3, 8, %o3 ! ROL
/netbsd/sys/crypto/cast128/
H A Dcast128.c28 #define ROL(x, n) ( ((x)<<(n)) | ((x)>>(32-(n))) ) macro
32 t = ROL(key->xkey[i] + r, key->xkey[i+16]); \
36 t = ROL(key->xkey[i] ^ r, key->xkey[i+16]); \
40 t = ROL(key->xkey[i] - r, key->xkey[i+16]); \
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Drl78-parse.h138 ROL = 348, enumerator
258 #define ROL 348 macro
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h147 ROL = 348, /* ROL */ enumerator
272 #define ROL 348 macro
H A Drl78-parse.y177 %token RET RETI RETB ROL ROLC ROLWC ROR RORC
927 | ROL A ',' EXPR
1317 OPC(ROL),
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td16 /// ROL [~] ROR [~] ROXL [ ] ROXR [ ]
91 defm ROL : MxSROp<"rol", rotl, MxRODI_L, MxROOP_RO>;
/netbsd/external/bsd/tcpdump/dist/tests/
H A Dlldp-infinite-loop-2.out34 ROL: 0, RWD: 30, RES: 0, ROL: 0, RKA: 15
H A Devb.out55 ROL: 0, RWD: 31, RES: 0, ROL: 0, RKA: 31
/netbsd/external/gpl2/xcvs/dist/diff/
H A Dio.c22 #define ROL(v, n) ((v) << (n) | (v) >> (UINT_BIT - (n))) macro
25 #define HASH(h, c) ((c) + ROL (h, 7))
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drmd160.c75 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
85 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
86 c = ROL(10, c); \
/netbsd/common/lib/libc/hash/rmd160/
H A Drmd160.c93 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
103 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
104 c = ROL(10, c); \
/netbsd/external/gpl2/diffutils/dist/src/
H A Dio.c32 #define ROL(v, n) ((v) << (n) | (v) >> (sizeof (v) * CHAR_BIT - (n))) macro
35 #define HASH(h, c) ((c) + ROL (h, 7))
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c152 #define ROL(x,n) ((x)<<(n))|((x)>>(32-(n))) in swap_uint32_t() macro
H A Dsha.c210 #define ROL(x,n) ((x)<<(n))|((x)>>(32-(n))) in swap_uint32_t() macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h52 ROL, ///< Bit rotate left. enumerator
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Drl78-parse.y177 %token RET RETI RETB ROL ROLC ROLWC ROR RORC
927 | ROL A ',' EXPR
1317 OPC(ROL),
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.y177 %token RET RETI RETB ROL ROLC ROLWC ROR RORC
927 | ROL A ',' EXPR
1317 OPC(ROL),
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Drl78-parse.y177 %token RET RETI RETB ROL ROLC ROLWC ROR RORC
927 | ROL A ',' EXPR
1317 OPC(ROL),
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dnios2r1.h425 #define MATCH_R1_ROL MATCH_R1_OPX0 (ROL)
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r1.h425 #define MATCH_R1_ROL MATCH_R1_OPX0 (ROL)
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r1.h425 #define MATCH_R1_ROL MATCH_R1_OPX0 (ROL)
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dnios2r1.h425 #define MATCH_R1_ROL MATCH_R1_OPX0 (ROL)

123