Home
last modified time | relevance | path

Searched refs:shr (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-11-stable/sys/libkern/
HDbcmp.c60 int shl, shr, len = length; local
81 shr = (long)p2 & (sizeof(long) - 1);
82 if (shr != 0) {
83 p2 -= shr; /* p2 now longword aligned */
84 shr <<= 3; /* offset in bits */
85 shl = (sizeof(long) << 3) - shr;
93 if (*(culp)p1 != (va >> shr | vb << shl))
112 return ((((va >> shr | ((shl < len) ? *(culp)p2 << shl : 0)) ^
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
HDsha512-586.pl164 &shr ("ecx",9); # lo>>9
166 &shr ("edx",9); # hi>>9
173 &shr ("ecx",14-9); # lo>>14
175 &shr ("edx",14-9); # hi>>14
182 &shr ("ecx",18-14); # lo>>18
184 &shr ("edx",18-14); # hi>>18
229 &shr ("ecx",2); # lo>>2
231 &shr ("edx",2); # hi>>2
238 &shr ("ecx",7-2); # lo>>7
240 &shr ("edx",7-2); # hi>>7
[all …]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
HDx86-gf2m.pl89 &shr ($b,3);
93 &shr ($b,3);
97 &shr ($b,3);
103 &shr ($b,3);
153 &shr ($hi,1);
158 &shr (@T[0],2);
161 &shr ($b,3);
164 &shr ($b,3);
169 &shr ($b,3);
176 &shr (@T[0],32-3*$n);
[all …]
HDx86-mont.pl435 &shr ("edx",1);
446 &shr ("eax",31);
461 &shr ("eax",31);
466 &shr ("edx",31);
531 &shr ("edx",1);
540 &shr ("eax",31);
553 &shr ($carry,31);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
HDaes-ia64.S118 (p0) shr.u te00=s0,twenty4 };; // 0/0:s0>>24
124 (p0) shr.u te01=s1,twenty4 };; // 1/1:s1>>24
130 (p0) shr.u te02=s2,twenty4 };; // 2/2:s2>>24
136 (p0) shr.u te03=s3,twenty4 };; // 3/3:s3>>24
142 (p0) shr.u te13=s3,sixteen };; // 4/2:s3>>16
202 shr.u te00=s0,twenty4 };; // 0/0:s0>>24
208 shr.u te01=s1,twenty4 };; // 1/1:s1>>24
214 shr.u te02=s2,twenty4 };; // 2/2:s2>>24
220 shr.u te03=s3,twenty4 };; // 3/3:s3>>24
226 shr.u te13=s3,sixteen };; // 4/2:s3>>16
[all …]
HDaes-586.pl256 &shr ($v1,16);
267 &shr ($v1,16);
279 &shr ($v0,16);
291 &shr ($v1,16);
319 &shr ($s1,16); # -, -, 7, 6
332 &shr ($s2,16); # -, -, 8,11
339 &shr ($v0,24); # 13
343 &shr ($s0,24); # 1*
348 &shr ($s3,16); # , ,13,12
366 &shr ("eax",16); # 5, 4
[all …]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
HDmd5-sparcv9.pl35 ($shr,$shl1,$shl2)=("%i3","%i4","%i5");
64 srlx @X[$j],$shr,@X[$j] ! align X[`$i+1`]
298 and $inp,7,$shr
301 sll $shr,3,$shr ! *=8
304 sub $shl2,$shr,$shl2
314 cmp $shr,0 ! was inp aligned?
330 srlx @X[0],$shr,@X[0] ! align X[0]
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDt-aix5228 -Wl,-bE:@shlib_map_file@ -o @multilib_dir@/shr.o \
35 @multilib_dir@/shr.o ; \
38 rm -f @multilib_dir@/shr.o
HDt-aix4347 -Wl,-bE:@shlib_map_file@ -o @multilib_dir@/shr.o \
54 @multilib_dir@/shr.o ; \
57 rm -f @multilib_dir@/shr.o
/freebsd-11-stable/sys/tools/sound/
HDsnd_fxdiv_gen.awk47 function shr(x, y) function
61 while (shr((y * x), z) < 1)
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
HDcrypt586.pl83 &shr( $t, 16); # 1
115 &shr( $u, 16);
118 &shr( $t, 16);
HDreadme67 shr ecx 16
86 shr ecx, 8 # line up next byte
90 shr ecx 8 # line up next byte
/freebsd-11-stable/crypto/openssl/crypto/
HDx86cpuid.pl76 &shr ("ebx",16);
92 &shr ("esi",14);
115 &shr ("ebx",16);
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/asm/
HDwp-mmx.pl125 &shr ("eax",16);
139 &shr ("ebx",16);
159 &shr ("eax",16);
173 &shr ("ebx",16);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrShiftRotate.td124 "shr{b}\t{%cl, $dst|$dst, cl}",
127 "shr{w}\t{%cl, $dst|$dst, cl}",
130 "shr{l}\t{%cl, $dst|$dst, cl}",
133 "shr{q}\t{%cl, $dst|$dst, cl}",
138 "shr{b}\t{$src2, $dst|$dst, $src2}",
141 "shr{w}\t{$src2, $dst|$dst, $src2}",
145 "shr{l}\t{$src2, $dst|$dst, $src2}",
149 "shr{q}\t{$src2, $dst|$dst, $src2}",
154 "shr{b}\t$dst",
157 "shr{w}\t$dst",
[all …]
/freebsd-11-stable/sys/i386/xbox/
HDpic16l.s49 shr $0x0b,%eax
131 shr $0x0b,%eax
/freebsd-11-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
HDgvmat64.S225 shr ebx, 2
475 shr rax,32
482 shr eax,16
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
HDghash-sparcv9.pl353 ($shl,$shr)=map("%l$_",(0..7));
464 sub %g0,$shl,$shr
473 srlx $Xlo,$shr,$C0
476 srlx $C1,$shr,$C1
HDghash-x86_64.pl288 &shr ($lo[1],4) if ($i>0 && $i<17);
290 &shr ($hi[1],4) if ($i>0 && $i<17);
316 &shr ("%rdx",32);
323 &shr ($nhi[0],4);
340 &shr ($nhi[1],4) if ($i<14);
347 &shr ($Zlo,8);
351 &shr ($Zhi,8);
369 &shr ($Zlo,4);
373 &shr ($Zhi,4);
HDghash-x86.pl171 &shr ($Zhh,4);
202 &shr ($Zhh,4);
277 &shr ($Zll,20);
320 &shr ($Zll,20);
478 &shr ($Zll,24);
709 &shr ($nhi[1],4);
751 &shr ($nhi[0],4);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_atomic.cpp944 ATOMIC_CMPXCHG(fixed1, shr, kmp_int8, 8, >>, 1i, 0,
946 ATOMIC_CMPXCHG(fixed1u, shr, kmp_uint8, 8, >>, 1i, 0,
966 ATOMIC_CMPXCHG(fixed2, shr, kmp_int16, 16, >>, 2i, 1,
968 ATOMIC_CMPXCHG(fixed2u, shr, kmp_uint16, 16, >>, 2i, 1,
986 ATOMIC_CMPXCHG(fixed4, shr, kmp_int32, 32, >>, 4i, 3,
988 ATOMIC_CMPXCHG(fixed4u, shr, kmp_uint32, 32, >>, 4i, 3,
1004 ATOMIC_CMPXCHG(fixed8, shr, kmp_int64, 64, >>, 8i, 7,
1006 ATOMIC_CMPXCHG(fixed8u, shr, kmp_uint64, 64, >>, 8i, 7,
1438 ATOMIC_CMPXCHG_REV(fixed1, shr, kmp_int8, 8, >>, 1i,
1440 ATOMIC_CMPXCHG_REV(fixed1u, shr, kmp_uint8, 8, >>, 1i,
[all …]
/freebsd-11-stable/sys/dev/qlxgbe/
HDql_tmplt.h133 uint8_t shr; member
/freebsd-11-stable/crypto/openssl/crypto/cast/asm/
HDcast-586.pl149 &shr( $tmp4, 16); #
155 &shr( $tmp4, 16); #
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
HDcmll-x86.pl90 &shr ($t0,16);
97 &shr ($t1,16);
498 &shr ($idx,32-$rot);
504 &shr ($idx,32-$rot);
506 &shr ($Tbl,32-$rot);
508 &shr ($idx,32-$rot);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_amd64.S50 shr $4, %rsp # clear 4 lsb, align to 16
130 shr $4, %rsp # clear 4 lsb, align to 16

123