Home
last modified time | relevance | path

Searched refs:rotl (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
Dt11_logs.s957 rotl.b r1h ;1281
958 rotl.b @er1 ;7d101280
959 rotl.b @(0x3:2,er1) ;017768181280
960 rotl.b @er1+ ;01746c181280
961 rotl.b @-er1 ;01776c181280
962 rotl.b @+er1 ;01756c181280
963 rotl.b @er1- ;01766c181280
964 rotl.b @(0x1234:16,er1) ;01746e1812341280
965 rotl.b @(0x12345678:32,er1) ;78146a28123456781280
966 rotl.b @(0x1234:16,r2l.b) ;01756e2812341280
[all …]
Dh8300s.s189 rotl r0l
190 rotl r1
191 rotl er2
/netbsd/src/common/lib/libc/arch/vax/gen/
Dbswap64.S9 rotl $-8,%r3,%r1
11 rotl $8,%r3,%r2
13 rotl $-8,%r4,%r0
15 rotl $8,%r4,%r2
Dbswap32.S43 rotl $-8, 4(%ap), %r0
45 rotl $8, 4(%ap), %r1
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/
Drmd-586.pl100 &rotl($c, 10);
104 &rotl($a, $s);
116 &rotl($c, 10);
121 &rotl($a, $s);
145 &rotl($c, 10);
149 &rotl($a, $s);
165 &rotl($c, 10);
172 &rotl($c, 10);
176 &rotl($a, $s);
196 &rotl($c, 10);
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace_xoroshiro128_plus.c38 rotl(const uint64_t x, int k) in rotl() function
85 state[0] = rotl(s0, 55) ^ s1 ^ (s1 << 14); in dtrace_xoroshiro128_plus_next()
86 state[1] = rotl(s1, 36); in dtrace_xoroshiro128_plus_next()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/des/asm/
Ddes-586.pl162 &rotl($R,3);
164 &rotl($L,3);
257 &rotl( $a, $shift ) if ($shift != 0);
290 else { &rotl($tt, $lr-3); }
296 else { &rotl($r, $lr-2); }
307 { &rotl($r, 2-$lr); }
313 { &rotl($l, 3-$lr); }
Dcrypt586.pl151 &rotl( $a, $shift ) if ($shift != 0);
182 else { &rotl($tt, $lr-3); }
188 else { &rotl($r, $lr-2); }
199 { &rotl($r, 2-$lr); }
205 { &rotl($l, 3-$lr); }
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
Dbn_asm_vax.S248 rotl $-3,%r2,%r2 # l = l >> 3
249 rotl $-3,%r3,%r3 # h = h >> 3
272 rotl $3,%r2,%r2 # q = q << 3
282 rotl $3,%r3,%r3 # r = r << 3
/netbsd/src/sys/arch/vax/vax/
Dcpu_in_cksum.S138 rotl $8,sum,sum # sum = (sum << 8 | sum >> 24);
196 rotl $8,sum,sum # sum = (sum << 8 | sum >> 24);
206 rotl $8,sum,sum # sum = (sum << 8 | sum >> 24);
207 1: rotl $16,sum,tmp # tmp = sum >> 16;
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
Dsha1-586.pl177 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
207 &rotl($f,1); # f=ROTATE(f,1)
213 &rotl($a,5); # ROTATE(a,5)
224 &rotl($f,1); # f=ROTATE(f,1)
230 &rotl($tmp1,5); # ROTATE(a,5)
251 &rotl($f,1); # f=ROTATE(f,1)
255 &rotl($a,5); # ROTATE(a,5)
269 &rotl($f,1); # f=ROTATE(f,1)
273 &rotl($tmp1,5); # ROTATE(a,5)
294 &rotl($f,1); # f=ROTATE(f,1)
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/md5/asm/
Dmd5-586.pl77 &rotl($a,$s);
102 &rotl($a,$s);
126 &rotl($a,$s);
148 &rotl($a,$s);
174 &rotl($a,$s);
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc5/asm/
Drc5-586.pl69 &rotl($A, &LB("ecx"));
75 &rotl($B, &LB("ecx"));
/netbsd/src/external/mit/lua/dist/src/
Dlmathlib.c306 static Rand64 rotl (Rand64 x, int n) { in rotl() function
315 Rand64 res = rotl(state1 * 5, 7) * 9; in nextrand()
319 state[3] = rotl(state3, 45); in nextrand()
422 static Rand64 rotl (Rand64 i, int n) { in rotl() function
440 Rand64 res = times9(rotl(times5(state[1]), 7)); in nextrand()
/netbsd/src/lib/libm/arch/vax/
Dn_argred.S92 rotl $-1,%r0,%r9
367 rotl $16,%r0,%r0
368 rotl $16,%r1,%r1
723 rotl $16,%r8,%r2
724 rotl $16,%r9,%r1
Dn_cbrt.S68 rotl $16,%r2,%r2 # %r2 = |x| with bits unscrambled
71 rotl $16,%r2,%r2 # %r2=|q|=|dcbrt| to 5 bits
/netbsd/src/lib/libc/arch/vax/gen/
Dbyte_swap_2.S40 rotl $8,4(%ap),%r0
Dbyte_swap_4.S40 rotl $-8,4(%ap),%r0
/netbsd/src/sys/lib/libkern/arch/vax/
Drandom.S95 rotl $1,%r0,%r0
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dshiftrotate.md461 (define_expand "rotl<mode>3"
471 (define_insn_and_split "rotl<mode>3_1"
481 (define_insn "rotl<mode>3_1_clobber_flags"
/netbsd/src/external/gpl3/gdb/dist/sim/h8300/
Dwritecode.c392 rotl () in rotl() function
726 sf, 1, "rotl", rotl, 0, 0
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.md1675 "rotl %2,%1,%0")
1697 "rotl %R2,%1,%0")
1719 "rotl %2,%1,%0")
1986 return \"rotl %R3,%1,%0\;cvtbl %0,%0\";
1987 return \"rotl %R3,%1,%0\;cvtwl %0,%0\";
2019 return \"rotl %R3,%1,%0\;movzbl %0,%0\";
2021 return \"rotl %R3,%1,%0\;movzwl %0,%0\";
2023 return \"rotl %R3,%1,%0\;bicl2 %M2,%0\";
2103 return \"rotl %R3,%1,%0\;cvtbl %0,%0\";
2104 return \"rotl %R3,%1,%0\;cvtwl %0,%0\";
[all …]
/netbsd/src/sys/net80211/
Dieee80211_crypto_tkip.c703 static __inline u32 rotl(u32 val, int bits) in rotl() function
723 r ^= rotl(l, 17); \
727 r ^= rotl(l, 3); \
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
Dx86asm.pl71 sub ::rotl { &rol(@_); }
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
Dcmll-x86.pl269 &rotl ($idx,1);
281 &rotl (@T[2],1);
444 &rotl ($idx,1);
456 &rotl (@T[2],1);

1234