Searched refs:A2 (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-a.c26 #define A2 IA64_TYPE_A, 2 macro
151 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY},
152 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY},
153 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY},
154 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY},
155 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY},
156 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY},
157 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY},
158 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY},
159 {"cmp.eq.and", A2, OpX2TbTa
380 #undef A2 macro
[all...]
/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/gdb/gdb/
H A Ddpx2-nat.c41 A0, A1, A2, A3, A4, A5, A6, SP,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h88 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)
154 template <class A0, class A1, class A2>
155 static SharingPtr<T> make_shared(A0 &, A1 &, A2 &);
157 template <class A0, class A1, class A2, class A3>
158 static SharingPtr<T> make_shared(A0 &, A1 &, A2
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp433 const RegisterCell &A2) const {
435 assert(W == A2.width());
441 const BitValue &V2 = A2[I];
450 const BitValue &V2 = A2[I];
466 const RegisterCell &A2) const {
468 assert(W == A2.width());
474 const BitValue &V2 = A2[I];
483 const BitValue &V2 = A2[I];
499 const RegisterCell &A2) const {
500 uint16_t W = A1.width() + A2
[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;
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, const RegisterCell &A2) const;
452 RegisterCell eINS(const RegisterCell &A1, const RegisterCell &A2,
H A DHexagonConstPropagation.cpp367 bool evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2,
371 bool evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2,
373 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2,
384 bool evaluateANDri(const RegisterSubReg &R1, const APInt &A2,
386 bool evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result);
389 bool evaluateORri(const RegisterSubReg &R1, const APInt &A2,
391 bool evaluateORii(const APInt &A1, const APInt &A2, APInt &Result);
394 bool evaluateXORri(const RegisterSubReg &R1, const APInt &A2,
396 bool evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result);
1147 const APInt &A2, cons
1146 evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, bool &Result) argument
1199 evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2, bool &Result) argument
1240 evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2, bool &Result) argument
1402 evaluateANDri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1432 evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result) argument
1469 evaluateORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1499 evaluateORii(const APInt &A1, const APInt &A2, APInt &Result) argument
1534 evaluateXORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1561 evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result) argument
2611 APInt A2 = getCmpImm(Opc, 2, Src2); local
2621 APInt A2 = getCmpImm(Opc, 2, Src2); local
[all...]
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_log.c89 static double A2 = .01250000000377174923; 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/usr.bin/truss/
H A Dmips-freebsd.c83 reg = A2;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl250 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3));
295 vmull.u32 $A4xB,$Bi,${A2}[0]
297 vmull.u32 $A5xB,$Bi,${A2}[1]
349 vmlal.u32 $A4xB,$Bi,${A2}[0]
350 vmlal.u32 $A5xB,$Bi,${A2}[1]
415 vmull.u32 $A4xB,$Bi,${A2}[0]
416 vmull.u32 $A5xB,$Bi,${A2}[1]
474 vmlal.u32 $A4xB,$Bi,${A2}[0]
476 vmlal.u32 $A5xB,$Bi,${A2}[1]
508 vmlal.u32 $A4xB,$Bi,${A2}[
[all...]
H A Dppc64-mont.pl164 $A0="f10"; $A1="f11"; $A2="f12"; $A3="f13";
388 lfd $A2,`$FRAME+80`($sp)
396 fcfid $A2,$A2
409 fmul $T2a,$A2,$ba
410 fmul $T2b,$A2,$bb
411 stfd $A2,24($nap_d) ; save a[j+1] in double format
426 fmadd $T3a,$A2,$bc,$T3a
427 fmadd $T3b,$A2,$bd,$T3b
527 lfd $A2,`
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h60 #define A2 6 macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { argument
40 if (const auto *D2 = dyn_cast<DeclRefExpr>(A2->IgnoreParenCasts()))
/freebsd-11-stable/lib/msun/ld80/
H A Dk_expl.h59 A2 = 0.5, variable
245 q = r2 + z * (A2 + r * A3) + z * z * (A4 + r * A5) + z * z * z * A6;
247 q = r2 + z * A2 + z * r * (A3 + r * A4 + z * (A5 + r * A6));
H A Ds_expl.c251 q = r2 + z * (A2 + r * A3) + z * z * (A4 + r * A5) + z * z * z * A6;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S386 vext.8 d18, d26, d26, #2 @ A2
387 vmull.p8 q9, d18, d6 @ H = A2*B
424 vext.8 d18, d28, d28, #2 @ A2
425 vmull.p8 q9, d18, d6 @ H = A2*B
461 vext.8 d18, d27, d27, #2 @ A2
462 vmull.p8 q9, d18, d7 @ H = A2*B
H A Darmv4-gf2m.S157 vext.8 d4, d26, d26, #2 @ A2
158 vmull.p8 q2, d4, d27 @ H = A2*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);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp380 Mips::AT, Mips::V0, Mips::V1, Mips::A0, Mips::A1, Mips::A2, Mips::A3,
587 if (Reg == Mips::A0 || Reg == Mips::A1 || Reg == Mips::A2 ||
601 (R0 == Mips::A0 && R1 == Mips::A2) ||
603 (R0 == Mips::A1 && R1 == Mips::A2) ||
605 (R0 == Mips::A2 && R1 == Mips::A3))
/freebsd-11-stable/lib/msun/ld128/
H A Dk_expl.h69 A2 = 0.5, variable
264 q = r2 + r * r * (A2 + r * (A3 + r * (A4 + r * (A5 + r * (A6 +
H A Ds_expl.c292 q = r2 + r * r * (A2 + r * (A3 + r * (A4 + r * (A5 + r * (A6 +
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c679 char *A1, *A2; local
749 hex_encode(md, sizeof(md), &A2);
750 if (A2 == NULL) {
758 EVP_DigestUpdate(ctx, A1, strlen(A2));
772 EVP_DigestUpdate(ctx, A2, strlen(A2));
779 free(A2);
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S283 SAVE_REG(a2, A2, sp) ;\
344 RESTORE_REG(a2, A2, sp) ;\
443 SAVE_U_PCB_REG(a2, A2, k1)
538 RESTORE_U_PCB_REG(a2, A2, k1)
703 SAVE_U_PCB_REG(a2, A2, k1)
822 RESTORE_U_PCB_REG(a2, A2, k1)

Completed in 403 milliseconds

12