Searched refs:A1 (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c22 # define A1(x) ((x) >> 56) macro
24 # define A1 A macro
40 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc);
65 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c26 static const void *getMinAddr(const void *A1, const void *A2) { argument
27 return A1 < A2 ? A1 : A2;
30 static const void *getMaxAddr(const void *A1, const void *A2) { argument
31 return A1 > A2 ? A1 : A2;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp432 BT::RegisterCell BT::MachineEvaluator::eADD(const RegisterCell &A1,
434 uint16_t W = A1.width();
440 const BitValue &V1 = A1[I];
449 const BitValue &V1 = A1[I];
465 BT::RegisterCell BT::MachineEvaluator::eSUB(const RegisterCell &A1,
467 uint16_t W = A1.width();
473 const BitValue &V1 = A1[I];
482 const BitValue &V1 = A1[I];
498 BT::RegisterCell BT::MachineEvaluator::eMLS(const RegisterCell &A1,
500 uint16_t W = A1
[all...]
H A DBitTracker.h420 RegisterCell eADD(const RegisterCell &A1, const RegisterCell &A2) const;
421 RegisterCell eSUB(const RegisterCell &A1, const RegisterCell &A2) const;
422 RegisterCell eMLS(const RegisterCell &A1, const RegisterCell &A2) const;
423 RegisterCell eMLU(const RegisterCell &A1, const RegisterCell &A2) const;
426 RegisterCell eASL(const RegisterCell &A1, uint16_t Sh) const;
427 RegisterCell eLSR(const RegisterCell &A1, uint16_t Sh) const;
428 RegisterCell eASR(const RegisterCell &A1, uint16_t Sh) const;
431 RegisterCell eAND(const RegisterCell &A1, const RegisterCell &A2) const;
432 RegisterCell eORL(const RegisterCell &A1, const RegisterCell &A2) const;
433 RegisterCell eXOR(const RegisterCell &A1, cons
[all...]
H A DHexagonConstPropagation.cpp371 bool evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2,
386 bool evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result);
391 bool evaluateORii(const APInt &A1, const APInt &A2, APInt &Result);
396 bool evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result);
401 bool evaluateZEXTi(const APInt &A1, unsigned Width, unsigned Bits,
405 bool evaluateSEXTi(const APInt &A1, unsigned Width, unsigned Bits,
411 bool evaluateCLBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result);
414 bool evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result);
420 bool evaluateEXTRACTi(const APInt &A1, unsigned Bits, unsigned Offset,
425 bool evaluateSplati(const APInt &A1, unsigne
1199 evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2, bool &Result) argument
1432 evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result) argument
1499 evaluateORii(const APInt &A1, const APInt &A2, APInt &Result) argument
1561 evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result) argument
1588 evaluateZEXTi(const APInt &A1, unsigned Width, unsigned Bits, APInt &Result) argument
1619 evaluateSEXTi(const APInt &A1, unsigned Width, unsigned Bits, APInt &Result) argument
1684 evaluateCLBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result) argument
1719 evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result) argument
1765 evaluateEXTRACTi(const APInt &A1, unsigned Bits, unsigned Offset, bool Signed, APInt &Result) argument
1813 evaluateSplati(const APInt &A1, unsigned Bits, unsigned Count, APInt &Result) argument
2615 APInt A1 = getCmpImm(Opc, 1, Src1); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h113 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
114 friend AdaptedConstIterator<C1, E1, A1>
116 AdaptedConstIterator<C1, E1, A1> &);
118 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
120 operator-(AdaptedConstIterator<C1, E1, A1> &,
121 AdaptedConstIterator<C1, E1, A1> &);
123 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
124 friend void swap(AdaptedConstIterator<C1, E1, A1> &,
125 AdaptedConstIterator<C1, E1, A1> &);
H A DSharingPtr.h85 template <class A0, class A1>
86 shared_ptr_emplace(A0 &a0, A1 &a1) : data_(a0, a1) {}
88 template <class A0, class A1, class A2>
89 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2) : data_(a0, a1, a2) {}
91 template <class A0, class A1, class A2, class A3>
92 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2, A3 &a3) : data_(a0, a1, a2, a3) {}
94 template <class A0, class A1, class A2, class A3, class A4>
95 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2, A3 &a3, A4 &a4)
152 template <class A0, class A1> static SharingPtr<T> make_shared(A0 &, A1
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.c253 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */ local
280 A1 = BN_CTX_get(ctx);
286 /* compute A1 := a - 1 */
287 if (!BN_copy(A1, a))
289 if (!BN_sub_word(A1, 1))
291 if (BN_is_zero(A1)) {
296 /* write A1 as A1_odd * 2^k */
298 while (!BN_is_bit_set(A1, k))
300 if (!BN_rshift(A1_odd, A1, k))
311 if (!BN_pseudo_rand_range(check, A1))
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp232 auto *A1 = dyn_cast<Instruction>(S1->getPointerOperand()); local
233 return A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() &&
234 (A0->getParent() == S0->getParent()) && A1->hasOneUse() &&
235 (A1->getParent() == S1->getParent()) && isa<GetElementPtrInst>(A0);
247 auto *A1 = dyn_cast<Instruction>(S1->getPointerOperand()); local
264 assert(S1->getParent() == A1->getParent());
273 A1->replaceAllUsesWith(ANew);
274 A1->eraseFromParent();
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddpx2-nat.c41 A0, A1, A2, A3, A4, A5, A6, SP,
/freebsd-11-stable/usr.bin/truss/
H A Dmips-freebsd.c77 reg = A1;
81 reg = A1;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl1049 my @A1=("%r12","%r13");
1282 mov %rax,$A1[0] # a[2]*a[1]+t[3]
1284 mov %rdx,$A1[1]
1292 add $A1[0],$A0[0]
1301 add %rax,$A1[1] # a[3]*a[1]+t[4]
1303 mov %rdx,$A1[0]
1304 adc \$0,$A1[0]
1312 add $A1[1],$A0[1]
1317 add %rax,$A1[0] # a[4]*a[3]+t[5]
1320 mov %rdx,$A1[
[all...]
H A Darmv4-mont.pl250 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3));
287 vmull.u32 $A2xB,$Bi,${A1}[0]
289 vmull.u32 $A3xB,$Bi,${A1}[1]
340 vmlal.u32 $A2xB,$Bi,${A1}[0]
342 vmlal.u32 $A3xB,$Bi,${A1}[1]
411 vmull.u32 $A2xB,$Bi,${A1}[0]
412 vmull.u32 $A3xB,$Bi,${A1}[1]
464 vmlal.u32 $A2xB,$Bi,${A1}[0]
466 vmlal.u32 $A3xB,$Bi,${A1}[1]
503 vmlal.u32 $A2xB,$Bi,${A1}[
[all...]
H A Dppc64-mont.pl164 $A0="f10"; $A1="f11"; $A2="f12"; $A3="f13";
387 lfd $A1,`$FRAME+72`($sp)
395 fcfid $A1,$A1
405 fmul $T1a,$A1,$ba
406 fmul $T1b,$A1,$bb
408 stfd $A1,16($nap_d)
424 fmadd $T2a,$A1,$bc,$T2a
425 fmadd $T2b,$A1,$bd,$T2b
526 lfd $A1,`
[all...]
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_log.c88 static double A1 = .08333333333333178827; variable
395 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
455 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp26 static const MCPhysReg O32IntRegs[4] = {Mips::A0, Mips::A1, Mips::A2, Mips::A3};
120 Mips::A0, Mips::A1, Mips::A2, Mips::A3
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c152 #define COMMON_OVERLAP(A1,A2) \
153 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_ABSENT) || \
154 A1->tag == UNISVE_ANY || A2->tag == UNISVE_ANY) \
156 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_PRESENT) || \
157 (A2->tag == UNISVE_ABSENT && A1->tag == UNISVE_PRESENT)) \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h341 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
343 Result += A1;
357 template <typename A1> inline size_t join_items_size(const A1 &A) {
360 template <typename A1, typename... Args>
361 inline size_t join_items_size(const A1 &A, Args &&... Items) {
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h59 #define A1 5 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp788 Value *A1 = BO->getOperand(1); local
789 if (isa<ConstantInt>(A1)) continue;
790 if (!A1->getType()->isIntegerTy())
792 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType());
798 {IRB.CreateIntCast(A1, Ty, true)});
819 Value *A1 = ICMP->getOperand(1); local
828 // __sanitizer_cov_trace_cmp((type_size << 32) | predicate, A0, A1);
831 bool SecondIsConst = isa<ConstantInt>(A1);
838 std::swap(A0, A1);
843 IRB.CreateIntCast(A1, T
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbad_dtls_test.c285 unsigned char A1[EVP_MAX_MD_SIZE]; local
309 if (!EVP_DigestSignFinal(&ctx, A1, &A1_len))
316 if (!EVP_DigestSignUpdate(&ctx, A1, A1_len))
332 /* calc the next A1 value */
333 if (!EVP_DigestSignFinal(&ctx_tmp, A1, &A1_len))
337 if (!EVP_DigestSignFinal(&ctx, A1, &A1_len))
339 memcpy(out, A1, olen);
349 OPENSSL_cleanse(A1, sizeof(A1));
H A Dt1_enc.c165 unsigned char A1[EVP_MAX_MD_SIZE]; local
193 if (!EVP_DigestSignFinal(&ctx, A1, &A1_len))
200 if (!EVP_DigestSignUpdate(&ctx, A1, A1_len))
220 /* calc the next A1 value */
221 if (!EVP_DigestSignFinal(&ctx_tmp, A1, &A1_len))
225 if (!EVP_DigestSignFinal(&ctx, A1, &A1_len))
227 memcpy(out, A1, olen);
237 OPENSSL_cleanse(A1, sizeof(A1));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { argument
39 if (const auto *D1 = dyn_cast<DeclRefExpr>(A1->IgnoreParenCasts()))
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S382 vext.8 d16, d26, d26, #1 @ A1
383 vmull.p8 q8, d16, d6 @ F = A1*B
420 vext.8 d16, d28, d28, #1 @ A1
421 vmull.p8 q8, d16, d6 @ F = A1*B
457 vext.8 d16, d27, d27, #1 @ A1
458 vmull.p8 q8, d16, d7 @ F = A1*B
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1176 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx) { argument
1179 return new (allocate()) T(A1, A2, St, LCtx);
1183 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, argument
1187 return new (allocate()) T(A1, A2, A3, St, LCtx);
1192 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, argument
1196 return new (allocate()) T(A1, A2, A3, A4, St, LCtx);

Completed in 467 milliseconds

123