Searched refs:P1 (Results 1 - 25 of 62) 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, P
[all...]
H A Dia64-opc-f.c309 {"fcmp.eq.s0", f2, OpRaRbTaSf (4, 0, 0, 0, 0), {P1, P2, F2, F3}, EMPTY},
310 {"fcmp.eq", f2, OpRaRbTaSf (4, 0, 0, 0, 0), {P1, P2, F2, F3}, PSEUDO, 0, NULL},
311 {"fcmp.eq.s1", f2, OpRaRbTaSf (4, 0, 0, 0, 1), {P1, P2, F2, F3}, EMPTY},
312 {"fcmp.eq.s2", f2, OpRaRbTaSf (4, 0, 0, 0, 2), {P1, P2, F2, F3}, EMPTY},
313 {"fcmp.eq.s3", f2, OpRaRbTaSf (4, 0, 0, 0, 3), {P1, P2, F2, F3}, EMPTY},
314 {"fcmp.lt.s0", f2, OpRaRbTaSf (4, 0, 1, 0, 0), {P1, P2, F2, F3}, EMPTY},
315 {"fcmp.lt", f2, OpRaRbTaSf (4, 0, 1, 0, 0), {P1, P2, F2, F3}, PSEUDO, 0, NULL},
316 {"fcmp.lt.s1", f2, OpRaRbTaSf (4, 0, 1, 0, 1), {P1, P2, F2, F3}, EMPTY},
317 {"fcmp.lt.s2", f2, OpRaRbTaSf (4, 0, 1, 0, 2), {P1, P2, F2, F3}, EMPTY},
318 {"fcmp.lt.s3", f2, OpRaRbTaSf (4, 0, 1, 0, 3), {P1, P
[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.h68 #define P1 IA64_OPND_P1 macro
/freebsd-11-stable/usr.bin/xargs/tests/
H A Dregress.sh11 REGRESSION_TEST(`P1', `xargs -P1 echo <${SRCDIR}/regress.in')
21 REGRESSION_TEST(`0P1', `xargs -0 -P1 echo <${SRCDIR}/regress.0.in')
H A DMakefile12 ${PACKAGE}FILES+= regress.0P1.out
16 ${PACKAGE}FILES+= regress.P1.out
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h59 bool predicatesFoldable(CmpInst::Predicate P1, CmpInst::Predicate P2);
H A DMemorySSAUpdater.h123 // Block BB was fully or partially cloned into its predecessor P1. Map
124 // contains the 1:1 mapping of instructions cloned and VM[BB]=P1.
125 void updateForClonedBlockIntoPred(BasicBlock *BB, BasicBlock *P1,
/freebsd-11-stable/lib/msun/src/
H A Ds_cbrt.c31 P1 = -1.88497979543377169875, /* 0xbffe28e0, 0x92f02420 */ variable
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
H A Ds_exp2f.c40 P1 = 0x1.62e430p-1f, variable
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
H A De_expf.c38 P1 = 1.6666625440e-1, /* 0xaaaa8f.0p-26 */ 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
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
94 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c84 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c42 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { argument
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
83 return P1 == P2;
84 return isEqual(P1->getValue(), P2);
/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/tools/opt/
H A DAnalysisWrappers.cpp71 P1("print-externalfnconstants",
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_wait.sh59 sleep 3 & P1=$!
62 wait ${P1}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp159 PointerToMemberRepresentation P1,
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.h87 friend GCNRegPressure max(const GCNRegPressure &P1,
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 DHexagonMCCompound.cpp99 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
112 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
143 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
157 if (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg)
178 assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) ||
H A DHexagonMCChecker.h101 return (Hexagon::P0 == R || Hexagon::P1 == R || Hexagon::P2 == R ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp108 Value *P0 = Phi.getOperand(0), *P1 = Phi.getOperand(1); local
111 if (IID == Intrinsic::not_intrinsic || RotSrc != P1) {
112 IID = matchRotate(P1, RotSrc, RotAmt);
122 BasicBlock *GuardBB = Phi.getIncomingBlock(RotSrc == P1);
123 BasicBlock *RotBB = Phi.getIncomingBlock(RotSrc != P1);
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c98 #define P1 2.65757198651533466104979197553e-01 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
33 uint64_t Upper = P1, Lower = P4;

Completed in 295 milliseconds

123