Searched refs:SHR (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dop.h80 SHR, enumerator in enum:__anon11527
H A Dscan.l129 ">>" return (operator(T_SHFTOP, SHR));
H A Dtree.c133 { SHR, { 1,0,1,0,0,1,1,0,0,0,1,0,1,0,0,1,1,
594 if (mp->m_balance || (tflag && (op == SHL || op == SHR)))
627 case SHR:
787 if (op == SHL || op == SHR || op == SHLASS || op == SHRASS) {
905 case SHR:
2389 * Create a node for operators SHL and SHR.
2710 case SHR:
3501 case SHR:
3834 case SHR:
/freebsd-10.0-release/lib/libmd/
H A Dsha256c.c80 #define SHR(x, n) (x >> n) macro
84 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3))
85 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
H A Dsha512c.c80 #define SHR(x, n) (x >> n) macro
84 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7))
85 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6))
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl77 $SHR="srlg"; # logical right shift [see even at the end]
91 $SHR="srl"; # logical right shift
149 $SHR $T1,$sigma0[2]
154 $SHR $t1,$sigma1[2]
H A Dsha512-ppc.pl77 $SHR="srdi";
89 $SHR="srwi";
166 $SHR $a1,@X[($i+1)%16],$sigma0[2]
168 $SHR $t1,@X[($i+14)%16],$sigma1[2]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dppc.pl121 $SHR= "srw"; # unsigned shift right
145 $SHR= "srd"; # unsigned shift right
1639 $SHR. r9,r3,r8 #are there any bits above r8'th?
1649 $SHR r8,r4,r8 # r8 = (l >> BN_BITS2 -i)
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp396 case 0x1: return MBlaze::SHR;

Completed in 137 milliseconds