| /src/crypto/external/apache2/openssl/dist/crypto/rc4/asm/ |
| rc4-586.pl | 87 &add (&LB($yy),&LB($tx)); 92 &inc (&LB($xx)); 115 &add (&LB($yy),&LB($tx)); 125 &add (&LB($ty),&LB($tx)); 141 &add (&LB($yy),&LB($tx)); 148 &movz ($xx,&LB($xx)); # (* [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/ |
| rc4-586.pl | 87 &add (&LB($yy),&LB($tx)); 92 &inc (&LB($xx)); 115 &add (&LB($yy),&LB($tx)); 125 &add (&LB($ty),&LB($tx)); 141 &add (&LB($yy),&LB($tx)); 148 &movz ($xx,&LB($xx)); # (* [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/ |
| rc4-586.pl | 88 &add (&LB($yy),&LB($tx)); 93 &inc (&LB($xx)); 116 &add (&LB($yy),&LB($tx)); 126 &add (&LB($ty),&LB($tx)); 142 &add (&LB($yy),&LB($tx)); 149 &movz ($xx,&LB($xx)); # (* [all...] |
| /src/external/bsd/flex/dist/examples/manual/ |
| expr.lex | 25 "(" return(LB);
|
| expr.y | 19 %token LB RB 42 | LB exp RB { $$ = $2; }
|
| /src/share/mk/ |
| compare-lib-lists | 15 LB=/tmp/${prog}.lb.$$ 17 trap "rm -f ${MK} ${RD} ${IN} ${LB}" 0 1 2 3 15 55 egrep -v '(_p|_pic|_g)\.a' | sort > ${LB} 57 paste ${IN} ${LB}
|
| /src/crypto/external/apache2/openssl/dist/crypto/rc5/asm/ |
| rc5-586.pl | 69 &rotl($A, &LB("ecx")); 75 &rotl($B, &LB("ecx")); 96 &rotr($B, &LB("ecx")); 102 &rotr($A, &LB("ecx"));
|
| /src/crypto/external/bsd/openssl/dist/crypto/rc5/asm/ |
| rc5-586.pl | 69 &rotl($A, &LB("ecx")); 75 &rotl($B, &LB("ecx")); 96 &rotr($B, &LB("ecx")); 102 &rotr($A, &LB("ecx"));
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rc5/asm/ |
| rc5-586.pl | 70 &rotl($A, &LB("ecx")); 76 &rotl($B, &LB("ecx")); 97 &rotr($B, &LB("ecx")); 103 &rotr($A, &LB("ecx"));
|
| /src/crypto/external/apache2/openssl/dist/crypto/des/asm/ |
| crypt586.pl | 114 &movb( &LB($tmp1), &LB($u) ); 115 &movb( &LB($tmp2), &HB($u) ); 119 &movb( &LB($tmp1), &LB($t) ); 121 &movb( &LB($tmp2), &HB($t) ); 124 &movb( &LB($tmp1), &HB($u) ); 127 &movb( &LB($tmp2), &HB($t) );
|
| /src/crypto/external/bsd/openssl/dist/crypto/des/asm/ |
| crypt586.pl | 114 &movb( &LB($tmp1), &LB($u) ); 115 &movb( &LB($tmp2), &HB($u) ); 119 &movb( &LB($tmp1), &LB($t) ); 121 &movb( &LB($tmp2), &HB($t) ); 124 &movb( &LB($tmp1), &HB($u) ); 127 &movb( &LB($tmp2), &HB($t) );
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/ |
| crypt586.pl | 115 &movb( &LB($tmp1), &LB($u) ); 116 &movb( &LB($tmp2), &HB($u) ); 120 &movb( &LB($tmp1), &LB($t) ); 122 &movb( &LB($tmp2), &HB($t) ); 125 &movb( &LB($tmp1), &HB($u) ); 128 &movb( &LB($tmp2), &HB($t) );
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SpillPlacement.cpp | 261 for (const BlockConstraint &LB : LiveBlocks) { 262 BlockFrequency Freq = BlockFrequencies[LB.Number]; 265 if (LB.Entry != DontCare) { 266 unsigned ib = bundles->getBundle(LB.Number, false); 268 nodes[ib].addBias(Freq, LB.Entry); 272 if (LB.Exit != DontCare) { 273 unsigned ob = bundles->getBundle(LB.Number, true); 275 nodes[ob].addBias(Freq, LB.Exit);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| hwloop-bits.S | 8 .macro check_hwloop_regs lc:req, lt:req, lb:req 18 CC = R0 == \lb; 30 CC = R0 == \lb; 47 # Set the LC/LB/LT up with LSB set 48 # - Hardware clears LT LSB, but LB remains until we lower 69 # Make sure LSB has been cleared in LB 72 # Clear LSB in all LC/LT/LB 84 # Make sure LSB is set in LB
|
| hwloop-nested.s | 1 # Blackfin testcase for overlapping nested hwloops (LB)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| hwloop-bits.S | 8 .macro check_hwloop_regs lc:req, lt:req, lb:req 18 CC = R0 == \lb; 30 CC = R0 == \lb; 47 # Set the LC/LB/LT up with LSB set 48 # - Hardware clears LT LSB, but LB remains until we lower 69 # Make sure LSB has been cleared in LB 72 # Clear LSB in all LC/LT/LB 84 # Make sure LSB is set in LB
|
| hwloop-nested.s | 1 # Blackfin testcase for overlapping nested hwloops (LB)
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| x86cpuid.pl | 40 &setne (&LB("eax")); 43 &setne (&LB("eax")); 46 &setne (&LB("eax")); 51 &setne (&LB("eax")); 54 &setne (&LB("eax")); 57 &setne (&LB("eax")); 76 &movz ("esi",&LB("ecx")); # number of cores - 1 124 &cmp (&LB("ebx"),1);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| x86cpuid.pl | 40 &setne (&LB("eax")); 43 &setne (&LB("eax")); 46 &setne (&LB("eax")); 51 &setne (&LB("eax")); 54 &setne (&LB("eax")); 57 &setne (&LB("eax")); 76 &movz ("esi",&LB("ecx")); # number of cores - 1 124 &cmp (&LB("ebx"),1);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| x86cpuid.pl | 42 &setne (&LB("eax")); 45 &setne (&LB("eax")); 48 &setne (&LB("eax")); 53 &setne (&LB("eax")); 56 &setne (&LB("eax")); 59 &setne (&LB("eax")); 78 &movz ("esi",&LB("ecx")); # number of cores - 1 126 &cmp (&LB("ebx"),1);
|
| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| cbc.pl | 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")); 314 &movb(&BP(0,$in,"",0), &LB("ecx"));
|
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| cbc.pl | 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")); 314 &movb(&BP(0,$in,"",0), &LB("ecx"));
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| cbc.pl | 173 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&LB("ecx"), &BP(0,$in,"",0)); 291 &movb(&BP(6,$out,"",0), &LB("edx")); 296 &movb(&BP(4,$out,"",0), &LB("edx")); 302 &movb(&BP(2,$out,"",0), &LB("ecx")); 307 &movb(&BP(0,$in,"",0), &LB("ecx"));
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| smmintrin.h | 1692 /// __m128i _mm_cmpestrm(__m128i A, int LA, __m128i B, int LB, const int M); 1706 /// \param LB 1740 #define _mm_cmpestrm(A, LA, B, LB, M) \ 1742 (__v16qi)(__m128i)(B), (int)(LB), \ 1753 /// int _mm_cmpestri(__m128i A, int LA, __m128i B, int LB, const int M); 1767 /// \param LB 1799 #define _mm_cmpestri(A, LA, B, LB, M) \ 1801 (__v16qi)(__m128i)(B), (int)(LB), \ 2060 /// int _mm_cmpestra(__m128i A, int LA, __m128i B, int LB, const int M); 2074 /// \param LB [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| BranchProbabilityInfo.h | 307 bool belongsToSameLoop(const LoopBlock &LB) const { 308 return (LB.getLoop() && getLoop() == LB.getLoop()) || 309 (LB.getSccNum() != -1 && getSccNum() == LB.getSccNum()); 361 // Fills in \p Enters vector with all "enter" blocks to a loop \LB belongs to. 362 void getLoopEnterBlocks(const LoopBlock &LB, 364 // Fills in \p Exits vector with all "exit" blocks from a loop \LB belongs to. 365 void getLoopExitBlocks(const LoopBlock &LB,
|