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

12

/freebsd-11-stable/lib/libcrypt/
H A Dmisc.c50 b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, int *buflen, char **cp) argument
55 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, int *buflen, char **cp);
/freebsd-11-stable/lib/msun/src/
H A Ds_cbrtf.c28 B2 = 642849266; /* B2 = (127-127.0/3-24/3-0.03306235651)*2**23 */ variable
51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
H A Ds_cbrt.c26 B2 = 696219795; /* B2 = (1023-1023/3-54/3-0.03306235651)*2**20 */ variable
74 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-b.c82 B0, OpX6BtypePaWhaDPr (0, 0x20, 0, a, 0, b, 0), {B2}, PSEUDO, 0, NULL
91 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY
92 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL
93 #define BRT(a,b,c,d,e,f) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, f, 0, NULL
206 {"br.call.sptk.few", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, EMPTY},
207 {"br.call.sptk", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, PSEUDO, 0, NULL},
208 {"br.call.sptk.few.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, EMPTY},
209 {"br.call.sptk.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, PSEUDO, 0, NULL},
210 {"br.call.spnt.few", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, EMPTY},
211 {"br.call.spnt", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, PSEUD
[all...]
H A Dia64-opc.h62 #define B2 IA64_OPND_B2 macro
H A Dia64-opc-i.c135 {"mov", I, OpX3X6 (0, 0, 0x31), {R1, B2}, EMPTY},
/freebsd-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl132 my $B2="%ymm11";
273 vpbroadcastq 32*1-128($ap), $B2
302 vpbroadcastq 32*1-128($tpa), $B2
326 vpmuludq 32*1-128($ap), $B2, $TEMP0
328 vpmuludq 32*1-128($aap), $B2, $TEMP1
330 vpmuludq 32*2-128($aap), $B2, $TEMP2
332 vpmuludq 32*3-128($aap), $B2, $TEMP0
334 vpmuludq 32*4-128($aap), $B2, $TEMP1
336 vpmuludq 32*5-128($aap), $B2, $TEMP2
338 vpmuludq 32*6-128($aap), $B2,
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l162 B2 ([0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f])
250 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-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S388 vext.8 d22, d6, d6, #2 @ B2
389 vmull.p8 q11, d26, d22 @ G = A*B2
426 vext.8 d22, d6, d6, #2 @ B2
427 vmull.p8 q11, d28, d22 @ G = A*B2
463 vext.8 d22, d7, d7, #2 @ B2
464 vmull.p8 q11, d27, d22 @ G = A*B2
H A Darmv4-gf2m.S159 vext.8 d16, d27, d27, #2 @ B2
160 vmull.p8 q8, d26, d16 @ G = A*B2
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp322 uint8_t B2[Word::kMaxSize];
328 B2[i] = A2[i];
330 Hash ^= (T << 8) | B2[i];
335 if (B1[I] != B2[I] || (StopAtZero && B1[I] == 0)) {
336 HammingDistance = Popcountll(B1[I] ^ B2[I]);
344 TORCW.Insert(Idx ^ Hash, Word(B1, Len), Word(B2, Len));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp895 IRBuilder<> B2(NewPreHeader->getTerminator());
896 Value *TestVal = B2.CreateSub(TripCount, ModVal, "unroll_iter");
898 B2.SetInsertPoint(LatchBR);
902 B2.CreateSub(NewIdx, ConstantInt::get(NewIdx->getType(), 1),
906 IdxCmp = B2.CreateIsNotNull(IdxSub, NewIdx->getName() + ".ncmp");
908 IdxCmp = B2.CreateIsNull(IdxSub, NewIdx->getName() + ".ncmp");
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h109 #define B2(x) ( (x) | ( (x) >> 1) ) macro
110 #define B4(x) ( B2(x) | ( B2(x) >> 2) )
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp204 static inline bool equalBitsInits(const BitsInit *B1, const BitsInit *B2) {
205 if (B1->getNumBits() != B2->getNumBits())
210 BitInit *Bit2 = cast<BitInit>(B2->getBit(i));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1180 /// information. Two blocks B1 and B2 are in the same equivalence class if B1
1181 /// dominates B2, B2 post-dominates B1 and both are in the same loop.
1416 /// edges to another block B2, we only add a single B1->B2 edge.
1426 BasicBlock *B2 = *PI; local
1427 if (Visited.insert(B2).second)
1428 Predecessors[B1].push_back(B2);
1436 BasicBlock *B2 = *SI; local
1437 if (Visited.insert(B2)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h113 case AArch64::D2: return AArch64::B2;
153 case AArch64::B2: return AArch64::D2;
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh476 3B2
477 ~3B2
486 3B2
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h505 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) argument
506 : ProgramPoint(B1, B2, BlockEdgeKind, L) {
508 assert(B2 && "BlockEdge: destination block must be non-null");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp842 const MachineBasicBlock::reverse_iterator B2 = MBB2->rend(); local
845 while (E1 != B1 && E2 != B2) {
847 skipDebugInstructionsForward(E2, B2);
848 if (E1 == B1 && E2 == B2)
855 if (E2 == B2) {
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c358 CURSES_NAME(B2),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp204 const BitTracker::RegisterCell &RC2, uint16_t B2, uint16_t W);
315 uint16_t B1, const BitTracker::RegisterCell &RC2, uint16_t B2,
322 if (RC2[B2+i].Type == BitTracker::BitValue::Ref && RC2[B2+i].RefI.Reg == 0)
324 if (RC1[B1+i] != RC2[B2+i])
314 isEqual(const BitTracker::RegisterCell &RC1, uint16_t B1, const BitTracker::RegisterCell &RC2, uint16_t B2, uint16_t W) argument
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh177 grep -Ev -B2 '(banana|monkey|fruit)' d_context_e.in

Completed in 315 milliseconds

12