Searched refs:P2 (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-a.c151 {"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, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY},
160 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R
[all...]
H A Dia64-opc-f.c89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY},
90 {"frcpa", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, PSEUDO, 0, NULL},
91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY},
92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY},
93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY},
95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY},
96 {"frsqrta", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, PSEUDO, 0, NULL},
97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY},
98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY},
99 {"frsqrta.s3", f2, OpXbQSf (0, 1, 1, 3), {F1, P2, F
[all...]
H A Dia64-opc-i.c174 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P1, P2, IMMU5b}, EMPTY
176 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P2, P1, IMMU5b}, PSEUDO, 0, NULL
196 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3, POS6}, EMPTY
198 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3, POS6}, PSEUDO, 0, NULL
218 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3}, EMPTY
220 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3}, PSEUDO, 0, NULL
H A Dia64-opc.h69 #define P2 IA64_OPND_P2 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h59 bool predicatesFoldable(CmpInst::Predicate P1, CmpInst::Predicate P2);
/freebsd-11-stable/lib/msun/src/
H A Ds_cbrt.c32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
H A Ds_exp2f.c41 P2 = 0x1.ebfbe0p-3f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
H A De_expf.c39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */ variable
89 c = x - t*(P1+t*P2);
H A De_exp.c37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c85 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c43 P2 = -2.7777778450e-03, /* 0xbb360b61 */ variable
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c41 P2 = 0x1.ebfbdff82c575p-3, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp60 bool llvm::predicatesFoldable(ICmpInst::Predicate P1, ICmpInst::Predicate P2) { argument
61 return (CmpInst::isSigned(P1) == CmpInst::isSigned(P2)) ||
62 (CmpInst::isSigned(P1) && ICmpInst::isEquality(P2)) ||
63 (CmpInst::isSigned(P2) && ICmpInst::isEquality(P1));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { argument
83 return P1 == P2;
84 return isEqual(P1->getValue(), P2);
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_wait.sh60 sleep 1 & P2=$!
69 wait ${P2}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp160 PointerToMemberRepresentation P2) {
161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2);
158 isInheritanceKind(const MemberPointerInfo &MPI, PointerToMemberRepresentation P1, PointerToMemberRepresentation P2) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h88 const GCNRegPressure &P2);
91 inline GCNRegPressure max(const GCNRegPressure &P1, const GCNRegPressure &P2) { argument
94 Res.Value[I] = std::max(P1.Value[I], P2.Value[I]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h101 return (Hexagon::P0 == R || Hexagon::P1 == R || Hexagon::P2 == R ||
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c99 #define P2 5.53859446429917461063308081748e-03 macro
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
39 addWithCarry(P2);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dmcdi_mon.c80 STAT(P2, EXT_TEMP), /* 0x05 PHY1_TEMP */
81 STAT(P2, EXT_COOLING), /* 0x06 PHY1_COOLING */
124 STAT(P2, PHY_POWER_SWITCH_PORT1), /* 0x2f PHY_POWER_SWITCH_PORT1 */
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
/freebsd-11-stable/lib/msun/ld80/
H A Ds_exp2l.c59 P2 = 2.4022650695910072e-1, /* 0x1ebfbdff82c58f.0p-55 */ variable
277 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp373 const Value *P2 = Later.Ptr->stripPointerCasts(); local
377 if (P1 == P2 || AA.isMustAlias(P1, P2)) {
387 *UO2 = GetUnderlyingObject(P2, DL);
406 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, DL);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp778 NodeId P2 = T2.getNode(Id2).Parent; local
779 return (P1.isInvalid() && P2.isInvalid()) ||
780 (P1.isValid() && P2.isValid() && M.getDst(P1) == P2);

Completed in 379 milliseconds

123