Searched refs:rol (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Drol.s1 # Source file used to test the rol and ror macros.
4 rol $4,$5
5 rol $4,$5,$6
6 rol $4,1
7 rol $4,$5,1
8 rol $4,$5,0
16 rol $4,$5,32
17 rol $4,$5,33
18 rol $4,$5,63
H A Dsmartmips.s16 rol $4,$5,31
17 rol $4,$5,8
18 rol $4,$5,1
19 rol $4,$5,0
H A Drol-hw.d2 #name: MIPS hardware rol/ror
3 #source: rol.s
6 # Test the rol and ror macros.
H A Dmips32r2.s34 # Additional rotate tests are done by rol-hw.d.
H A Drol.d2 #name: MIPS macro rol/ror
5 # Test the rol and ror macros.
H A Dvr5400.s119 rol $4,$5,15
H A Dset-arch.s247 # Additional rotate tests are done by rol-hw.d.
454 rol $4,$5,15
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10200/
H A Dshift.s5 rol d2 define
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/xc16x/
H A Dshlrol.s9 rol r0,r1
10 rol r0,#4
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Dshift.s10 rol d2 define
H A Dam33_2.s28 rol r15
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dsha1.c53 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
60 # define blk0(i) (block[i] = (rol(block[i],24)&0xFF00FF00) \
61 |(rol(block[i],8)&0x00FF00FF))
65 #define blk(i) (block[i&15] = rol(block[(i+13)&15]^block[(i+8)&15] \
71 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
72 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
73 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dsha1-internal.c131 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
136 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \
137 (rol(block->l[i], 8) & 0x00FF00FF))
141 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \
146 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
147 w = rol(w, 30);
149 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
150 w = rol(w, 30);
152 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); w = rol(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/avr/
H A Dlibgcc.S317 rol r_rem ; shift dividend into remainder
322 rol r_arg1 ; shift dividend (with CARRY)
384 rol r_remL ; shift dividend into remainder
385 rol r_remH
392 rol r_arg1L ; shift dividend (with CARRY)
393 rol r_arg1H
483 rol r_remL ; shift dividend into remainder
484 rol r_remH
485 rol r_remHL
486 rol r_remH
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/avr/
H A Dlibgcc.S320 rol r_rem ; shift dividend into remainder
325 rol r_arg1 ; shift dividend (with CARRY)
387 rol r_remL ; shift dividend into remainder
388 rol r_remH
395 rol r_arg1L ; shift dividend (with CARRY)
396 rol r_arg1H
486 rol r_remL ; shift dividend into remainder
487 rol r_remH
488 rol r_remHL
489 rol r_remH
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha1/
H A Dsha1.c49 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
56 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
57 |(rol(block->l[i],8)&0x00FF00FF))
61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
68 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
69 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dsha1.c84 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
93 (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) \
94 | (rol(block->l[i], 8) & 0x00FF00FF))
99 (block->l[i & 15] = rol(block->l[(i + 13) & 15] \
110 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
111 w = rol(w, 30);
113 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
114 w = rol(w, 30);
116 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); \
117 w = rol(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dsha1.c48 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
57 (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) \
58 | (rol(block->l[i], 8) & 0x00FF00FF))
63 (block->l[i & 15] = rol(block->l[(i + 13) & 15] \
74 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
75 w = rol(w, 30);
77 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
78 w = rol(w, 30);
80 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); \
81 w = rol(
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A Dlshift.asm51 je L(rol) C jump for n = 3, 7, 11, ...
63 jmp L(rol)
92 L(rol): movq -8(up,n,8), %mm2
H A Drshift.asm54 je L(rol) C jump for n = 3, 7, 11, ...
66 jmp L(rol)
95 L(rol): movq 8(up,n,8), %mm2
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/md5/asm/
H A Dmd5-x86_64.pl31 rol \$$s, $dst /* dst <<< s */
59 rol \$$s, $dst /* dst <<< s */
80 rol \$$s, $dst /* dst <<< s */
105 rol \$$s, $dst /* dst <<< s */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-x86_64.pl123 rol \$5,$t2
129 rol \$30,$b
138 rol \$5,$t2
144 rol \$1,$xi[1]
146 rol \$30,$b
163 rol \$5,$t2
169 rol \$30,$b
171 rol \$1,$xi[1]
181 rol \$5,$t2
184 rol \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68hc11/
H A Dall_insns.s251 L247: rol 78,X
252 L248: rol symbol119
253 L249: rol 250,X
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c306 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) macro
310 , (x[I&0x0f] = rol(tm, 1)) )
312 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \
316 B = rol( B, 30 ); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c306 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) macro
310 , (x[I&0x0f] = rol(tm, 1)) )
312 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \
316 B = rol( B, 30 ); \

Completed in 223 milliseconds

12