Searched refs:B2 (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/lib/libcrypt/
H A Dmisc.c49 b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, char **cp) argument
54 w = (B2 << 16) | (B1 << 8) | B0;
H A Dcrypt.h43 extern void b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, char **cp);
/freebsd-current/lib/msun/src/
H A Ds_cbrtf.c25 B2 = 642849266; /* B2 = (127-127.0/3-24/3-0.03306235651)*2**23 */ variable
48 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
H A Ds_cbrt.c23 B2 = 696219795; /* B2 = (1023-1023/3-54/3-0.03306235651)*2**20 */ variable
71 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0);
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl70 # | B2 | B3 | B3:B2 are preserved by KeccakF1600_int
106 || STDW B3:B2,*SP[4]
375 ||[!A0] LDDW *SP[4], RA:B2
416 || ADD 4,A4,B2
419 || LDW *B2++[2],B$A[0][0]
421 || LDW *B2++[2],B$A[0][1]
423 || LDW *B2++[2],B$A[0][2]
425 || LDW *B2++[2],B$A[0][3]
427 || LDW *B2
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h55 bool operator()(const CFGBlock *B1, const CFGBlock *B2) const {
57 auto ID2 = B2->getBlockID();
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \
70 VEC8_LINE1(A2, B2, C2, D2); \
74 VEC8_LINE2(A2, B2, C2, D2); \
78 VEC8_LINE3(A2, B2, C2, D2); \
82 VEC8_LINE4(A2, B2, C2, D2); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \
89 VEC8_LINE1(A2, B2, C2, D2); \
91 VEC8_LINE2(A2, B2, C2, D2); \
93 VEC8_LINE3(A2, B2, C2, D2); \
95 VEC8_LINE4(A2, B2, C
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl45 || ZERO B2
55 || [B1] STB B2,*B6++[2]
59 || [B1] STB B2,*B6++[2]
63 || [B1] STB B2,*B6++[2]
78 || [B1] STB B2,*B6++[2]
82 || [B1] STB B2,*B6++[2]
86 || [B1] STB B2,*B6++[2]
138 || MVD B0,B2
274 CMPEQ B8,B7,B2
276 [!B2] ADDA
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h71 /// Returns true if B1 occurs before B2 in the trace, or if it is the same
72 /// block as B2.. Both blocks must be in the trace.
73 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const {
74 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);
/freebsd-current/crypto/openssl/crypto/sm4/
H A Dsm4.c181 B0 ^= F(B1 ^ B2 ^ B3 ^ ks->rk[k0]); \
182 B1 ^= F(B0 ^ B2 ^ B3 ^ ks->rk[k1]); \
183 B2 ^= F(B0 ^ B1 ^ B3 ^ ks->rk[k2]); \
184 B3 ^= F(B0 ^ B1 ^ B2 ^ ks->rk[k3]); \
191 uint32_t B2 = load_u32_be(in, 2); local
208 store_u32_be(B2, out + 4);
217 uint32_t B2 = load_u32_be(in, 2); local
230 store_u32_be(B2, out + 4);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp192 // if (comp1) goto B2 else B3;
193 // B2:
202 // if (comp1) goto B2 else B3;
203 // B2:
209 // Check basic predecessors, if two of them (say B1, B2) are using
211 // of another (e.g., B1 is the predecessor of B2). Add a passthrough
213 BasicBlock *B2 = BB.getSinglePredecessor(); local
214 if (!B2)
217 BasicBlock *B1 = B2->getSinglePredecessor();
221 Instruction *TI = B2
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl103 my $B2="%ymm11";
253 vpbroadcastq 32*1-128($ap), $B2
282 vpbroadcastq 32*1-128($tpa), $B2
306 vpmuludq 32*1-128($ap), $B2, $TEMP0
308 vpmuludq 32*1-128($aap), $B2, $TEMP1
310 vpmuludq 32*2-128($aap), $B2, $TEMP2
312 vpmuludq 32*3-128($aap), $B2, $TEMP0
314 vpmuludq 32*4-128($aap), $B2, $TEMP1
316 vpmuludq 32*5-128($aap), $B2, $TEMP2
318 vpmuludq 32*6-128($aap), $B2,
[all...]
H A Dbn-c64xplus.asm113 [B0] MV ARG0,B2
123 STW B0,*B2++(8) ; rp[2*i]
237 || SUB B0,1,B2 ; const B2=N-1
269 SUBAW B5,B2,B5 ; rewind rp to rp[1]
273 STW B19,*B4--[B2] ; rewind rp tp rp[1]
303 || SUB B0,1,B2 ; const B2=N-1
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \
426 ONEQUAD_UNPCK(A2, B2, C2, D2); \
429 y##B = _mm256_permute2x128_si256(z##B, z##B2, 0x20); \
430 y##B2 = _mm256_permute2x128_si256(z##B, z##B2, 0x31); \
444 y##B2 = \
445 _mm256_xor_si256(y##B2, _mm256_loadu_si256((__m256i*) (m + 320))); \
455 _mm256_storeu_si256((__m256i*) (c + 320), y##B2); \
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp88 while (const BinaryOperator *B2 = dyn_cast<BinaryOperator>(LHS)) {
89 if (B->getOpcode() != B2->getOpcode())
91 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) {
93 Sr[1] = B2->getRHS()->getSourceRange();
96 LHS = B2->getLHS();
/freebsd-current/contrib/libpcap/
H A Dscanner.l163 B2 ([0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f])
251 MAC ({B}:{B}:{B}:{B}:{B}:{B}|{B}\-{B}\-{B}\-{B}\-{B}\-{B}|{B}\.{B}\.{B}\.{B}\.{B}\.{B}|{B2}\.{B2}\.{B2}|{B2}{3})
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl414 my ($A0,$B0,$C0,$D0,$A1,$B1,$C1,$D1,$A2,$B2,$C2,$D2)
571 vmr $B2,@K[1]
603 my @thread2=&VMXROUND($A2,$B2,$C2,$D2,0);
619 @thread2=&VMXROUND($A2,$B2,$C2,$D2,1);
666 vadduwm $B2,$B2,@K[1]
793 vxor $B2,$B2,@D[1]
797 vperm $B2,$B2,
[all...]
H A Dchacha-armv8.pl809 my ($A0,$B0,$C0,$D0,$A1,$B1,$C1,$D1,$A2,$B2,$C2,$D2,
907 mov $B2,@K[1]
948 my @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0);
967 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1);
1062 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0);
1079 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1);
1148 add $B2,$B2,@K[1]
1199 eor $B2,$B2,
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp355 uint8_t B2[Word::kMaxSize];
361 B2[i] = A2[i];
363 Hash ^= (T << 8) | B2[i];
368 if (B1[I] != B2[I] || (StopAtZero && B1[I] == 0)) {
369 HammingDistance = static_cast<uint8_t>(Popcountll(B1[I] ^ B2[I]));
377 TORCW.Insert(Idx ^ Hash, Word(B1, Len), Word(B2, Len));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h615 /// information. Two blocks B1 and B2 are in the same equivalence class if B1
616 /// dominates B2, B2 post-dominates B1 and both are in the same loop.
855 /// edges to another block B2, we only add a single B1->B2 edge.
865 for (auto *B2 : getPredecessors(B1))
866 if (Visited.insert(B2).second)
867 Predecessors[B1].push_back(B2);
873 for (auto *B2 : getSuccessors(B1))
874 if (Visited.insert(B2)
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp935 IRBuilder<> B2(NewPreHeader->getTerminator());
936 Value *TestVal = B2.CreateSub(TripCount, ModVal, "unroll_iter");
940 B2.SetInsertPoint(LatchBR);
943 Value *IdxNext = B2.CreateAdd(NewIdx, One, NewIdx->getName() + ".next");
945 Value *IdxCmp = B2.CreateICmp(Pred, IdxNext, TestVal, NewIdx->getName() + ".ncmp");
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl94 MVK 1,B2
97 [B2] LDNDW *INP++,A9:A8 ; load input
100 [B2] LDNDW *INP++,B9:B8
105 [B2] LDNDW *INP++,A9:A8 ; load input
108 [B2] LDNDW *INP++,B9:B8
272 || [B2] STNDW A9:A8,*OUT++
273 [B2] STNDW B9:B8,*OUT++
298 || [B2] STNDW A9:A8,*OUT++
299 [B2] STNDW B9:B8,*OUT++
306 MVK 1,B2
[all...]
/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.h107 #define B2(x) ( (x) | ( (x) >> 1) ) macro
108 #define B4(x) ( B2(x) | ( B2(x) >> 2) )
/freebsd-current/sys/crypto/openssl/arm/
H A Dghash-armv4.S422 vext.8 d22, d6, d6, #2 @ B2
423 vmull.p8 q11, d26, d22 @ G = A*B2
460 vext.8 d22, d6, d6, #2 @ B2
461 vmull.p8 q11, d28, d22 @ G = A*B2
497 vext.8 d22, d7, d7, #2 @ B2
498 vmull.p8 q11, d27, d22 @ G = A*B2
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h702 signed char B2(void) { function in class:HEXAGON_Vect64C
781 HEXAGON_Vect64C B2(signed char b) { function in class:HEXAGON_Vect64C
1126 signed char B2(void) { function in class:HEXAGON_Vect32C
1167 HEXAGON_Vect32C B2(signed char b) { function in class:HEXAGON_Vect32C
1929 signed char B2(void) { function in class:Q6Vect64C
2008 Q6Vect64C B2(signed char b) { function in class:Q6Vect64C
2353 signed char B2(void) { function in class:Q6Vect32C
2394 Q6Vect32C B2(signed char b) { function in class:Q6Vect32C

Completed in 215 milliseconds

12