| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| D | t11_logs.s | 957 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 …]
|
| D | h8300s.s | 189 rotl r0l 190 rotl r1 191 rotl er2
|
| /netbsd/src/common/lib/libc/arch/vax/gen/ |
| D | bswap64.S | 9 rotl $-8,%r3,%r1 11 rotl $8,%r3,%r2 13 rotl $-8,%r4,%r0 15 rotl $8,%r4,%r2
|
| D | bswap32.S | 43 rotl $-8, 4(%ap), %r0 45 rotl $8, 4(%ap), %r1
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/ |
| D | rmd-586.pl | 100 &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/ |
| D | dtrace_xoroshiro128_plus.c | 38 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/ |
| D | des-586.pl | 162 &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); }
|
| D | crypt586.pl | 151 &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/ |
| D | bn_asm_vax.S | 248 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/ |
| D | cpu_in_cksum.S | 138 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/ |
| D | sha1-586.pl | 177 &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/ |
| D | md5-586.pl | 77 &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/ |
| D | rc5-586.pl | 69 &rotl($A, &LB("ecx")); 75 &rotl($B, &LB("ecx"));
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lmathlib.c | 306 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/ |
| D | n_argred.S | 92 rotl $-1,%r0,%r9 367 rotl $16,%r0,%r0 368 rotl $16,%r1,%r1 723 rotl $16,%r8,%r2 724 rotl $16,%r9,%r1
|
| D | n_cbrt.S | 68 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/ |
| D | byte_swap_2.S | 40 rotl $8,4(%ap),%r0
|
| D | byte_swap_4.S | 40 rotl $-8,4(%ap),%r0
|
| /netbsd/src/sys/lib/libkern/arch/vax/ |
| D | random.S | 95 rotl $1,%r0,%r0
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | shiftrotate.md | 461 (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/ |
| D | writecode.c | 392 rotl () in rotl() function 726 sf, 1, "rotl", rotl, 0, 0
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/ |
| D | vax.md | 1675 "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/ |
| D | ieee80211_crypto_tkip.c | 703 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/ |
| D | x86asm.pl | 71 sub ::rotl { &rol(@_); }
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/ |
| D | cmll-x86.pl | 269 &rotl ($idx,1); 281 &rotl (@T[2],1); 444 &rotl ($idx,1); 456 &rotl (@T[2],1);
|