Searched refs:rotr (Results 1 - 25 of 123) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Drotr.d1 #source: ./rotr.s
10 0: fd 6c 00 rotr #0, r0
11 3: fd 6c 0f rotr #0, r15
12 6: fd 6d f0 rotr #31, r0
13 9: fd 6d ff rotr #31, r15
14 c: fd 64 00 rotr r0, r0
15 f: fd 64 0f rotr r0, r15
16 12: fd 64 f0 rotr r15, r0
17 15: fd 64 ff rotr r15, r15
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
H A Dsha1-mips64.S49 rotr $8,$8,16
64 rotr $6,$1,27
75 rotr $2,$2,2
96 rotr $9,$9,16
111 rotr $6,$24,27
122 rotr $1,$1,2
143 rotr $10,$10,16
158 rotr $6,$7,27
169 rotr $24,$24,2
190 rotr
[all...]
H A Dsha1-mips.S49 rotr $8,$8,16
64 rotr $6,$1,27
75 rotr $2,$2,2
96 rotr $9,$9,16
111 rotr $6,$24,27
122 rotr $1,$1,2
143 rotr $10,$10,16
158 rotr $6,$7,27
169 rotr $24,$24,2
190 rotr
[all...]
H A Dsha512-mips64.S62 rotr $8,$8,16
76 rotr $13,$24,6
78 rotr $14,$24,11
80 rotr $31,$24,25
82 rotr $14,$1,2
86 rotr $31,$1,13
90 rotr $14,$1,22
144 rotr $9,$9,16
158 rotr $14,$7,6
160 rotr
[all...]
H A Dsha512-mips.S61 rotr $8,$8,16
75 rotr $13,$24,6
77 rotr $14,$24,11
79 rotr $31,$24,25
81 rotr $14,$1,2
85 rotr $31,$1,13
89 rotr $14,$1,22
143 rotr $9,$9,16
157 rotr $14,$7,6
159 rotr
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
H A Dsha1-mips.S49 rotr $8,$8,16
64 rotr $6,$1,27
75 rotr $2,$2,2
96 rotr $9,$9,16
111 rotr $6,$24,27
122 rotr $1,$1,2
143 rotr $10,$10,16
158 rotr $6,$7,27
169 rotr $24,$24,2
190 rotr
[all...]
H A Dsha1-mips64.S49 rotr $8,$8,16
64 rotr $6,$1,27
75 rotr $2,$2,2
96 rotr $9,$9,16
111 rotr $6,$24,27
122 rotr $1,$1,2
143 rotr $10,$10,16
158 rotr $6,$7,27
169 rotr $24,$24,2
190 rotr
[all...]
H A Dsha512-mips.S61 rotr $8,$8,16
75 rotr $13,$24,6
77 rotr $14,$24,11
79 rotr $31,$24,25
81 rotr $14,$1,2
85 rotr $31,$1,13
89 rotr $14,$1,22
143 rotr $9,$9,16
157 rotr $14,$7,6
159 rotr
[all...]
H A Dsha512-mips64.S62 rotr $8,$8,16
76 rotr $13,$24,6
78 rotr $14,$24,11
80 rotr $31,$24,25
82 rotr $14,$1,2
86 rotr $31,$1,13
90 rotr $14,$1,22
144 rotr $9,$9,16
158 rotr $14,$7,6
160 rotr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A DrotX.s2 .rotr a[8], b[-8]
H A Dnostkreg.s5 .rotr in0I[2], loc1L[2], out2O[2]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dsmartmips.s7 rotr $4,$5,$6
14 rotr $4,$5,31
H A Dmips32r2.s36 rotr $25, $10, 4
38 rotr $25, $10, $4
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/h8300/
H A Drotsh.s4 rotr r0l
H A Drotshh.s7 rotr.b r0l
8 rotr.w r0
9 rotr.l er0
H A Drotshs.s10 rotr.b r0l
11 rotr.b #2,r0l
12 rotr.w r0
13 rotr.w #2,r0
14 rotr.l er0
15 rotr.l #2,er0
H A Dt11_logs.s1066 rotr.b r1h ;1381
1067 rotr.b @er1 ;7d101380
1068 rotr.b @(0x3:2,er1) ;017768181380
1069 rotr.b @er1+ ;01746c181380
1070 rotr.b @-er1 ;01776c181380
1071 rotr.b @+er1 ;01756c181380
1072 rotr.b @er1- ;01766c181380
1073 rotr.b @(0x1234:16,er1) ;01746e1812341380
1074 rotr.b @(0x12345678:32,er1) ;78146a28123456781380
1075 rotr
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h70 static inline u32 rotr(u32 val, int bits) function
76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
78 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
96 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
102 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
103 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
104 #define TD3_(i) rotr(Td
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
H A Dt11_logs.s1067 rotr.b r1h ;1381
1068 rotr.b @er1 ;7d101380
1069 rotr.b @(0x3:2,er1) ;017768181380
1070 rotr.b @er1+ ;01746c181380
1071 rotr.b @-er1 ;01776c181380
1072 rotr.b @+er1 ;01756c181380
1073 rotr.b @er1- ;01766c181380
1074 rotr.b @(0x1234:16,er1) ;01746e1812341380
1075 rotr.b @(0x12345678:32,er1) ;78146a28123456781380
1076 rotr
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dt11_logs.s1067 rotr.b r1h ;1381
1068 rotr.b @er1 ;7d101380
1069 rotr.b @(0x3:2,er1) ;017768181380
1070 rotr.b @er1+ ;01746c181380
1071 rotr.b @-er1 ;01776c181380
1072 rotr.b @+er1 ;01756c181380
1073 rotr.b @er1- ;01766c181380
1074 rotr.b @(0x1234:16,er1) ;01746e1812341380
1075 rotr.b @(0x12345678:32,er1) ;78146a28123456781380
1076 rotr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Drotr.s1 # Hitachi H8 testcase 'rotr'
28 rotr.b r0l ; shift right arithmetic by one
53 rotr.b @er0 ; shift right arithmetic by one, indirect
80 rotr.b @er0+ ; shift right arithmetic by one, postinc
107 rotr.b @er0- ; shift right arithmetic by one, postdec
134 rotr.b @+er0 ; shift right arithmetic by one, preinc
161 rotr.b @-er0 ; shift right arithmetic by one, predec
188 rotr.b @(2:2, er0) ; shift right arithmetic by one, disp2
215 rotr.b @(44:16, er0) ; shift right arithmetic by one, disp16
242 rotr
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Drotr.s1 # Hitachi H8 testcase 'rotr'
28 rotr.b r0l ; shift right arithmetic by one
53 rotr.b @er0 ; shift right arithmetic by one, indirect
80 rotr.b @er0+ ; shift right arithmetic by one, postinc
107 rotr.b @er0- ; shift right arithmetic by one, postdec
134 rotr.b @+er0 ; shift right arithmetic by one, preinc
161 rotr.b @-er0 ; shift right arithmetic by one, predec
188 rotr.b @(2:2, er0) ; shift right arithmetic by one, disp2
215 rotr.b @(44:16, er0) ; shift right arithmetic by one, disp16
242 rotr
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc5/asm/
H A Drc5-586.pl97 &rotr($B, &LB("ecx"));
103 &rotr($A, &LB("ecx"));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc5/asm/
H A Drc5-586.pl96 &rotr($B, &LB("ecx"));
102 &rotr($A, &LB("ecx"));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Dcrypt586.pl117 &rotr( $t, 4 );
182 { &rotr($tt, 3-$lr); }
188 { &rotr($r, 2-$lr); }
201 else { &rotr($r, $lr-2); }
207 else { &rotr($l, $lr-3); }
215 &rotr($tt , 4);

Completed in 299 milliseconds

12345