Searched refs:P1 (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.1-release/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-10.1-release/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 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_expf.c38 P1 = 1.6666625440e-1, /* 0xaaaa8f.0p-26 */ variable
89 c = x - t*(P1+t*P2);
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_pow.c80 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_powf.c39 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A Ds_exp2.c40 P1 = 0x1.62e42fefa39efp-1, variable
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h50 template <typename RET, typename P1, typename P2, typename P3, typename P4,
52 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const {
63 template <typename RET, typename P1, typename P2, typename P3, typename P4>
64 class CheckerFn<RET(P1, P2, P3, P4)> {
65 typedef RET (*Func)(void *, P1, P2, P3, P4);
70 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const {
75 template <typename RET, typename P1, typename P2, typename P3>
76 class CheckerFn<RET(P1, P
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DVariadicFunction.h201 ResultT operator()(Param0T P0, Param1T P1) const {
202 return Func(P0, P1, ArrayRef<const ArgT *>());
206 ResultT operator()(Param0T P0, Param1T P1, \
209 return Func(P0, P1, makeArrayRef(Args)); \
250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const { argument
251 return Func(P0, P1, P2, ArrayRef<const ArgT *>());
255 ResultT operator()(Param0T P0, Param1T P1, Param2T P2, \
258 return Func(P0, P1, P2, makeArrayRef(Args)); \
H A DSTLExtras.h257 inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
258 if (*reinterpret_cast<const T*>(P1) < *reinterpret_cast<const T*>(P2))
260 if (*reinterpret_cast<const T*>(P2) < *reinterpret_cast<const T*>(P1))
/freebsd-10.1-release/contrib/llvm/tools/opt/
H A DAnalysisWrappers.cpp73 P1("print-externalfnconstants",
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h936 /// \brief A PolymorphicMatcherWithParamN<MatcherT, P1, ..., PN> object can be
937 /// created from N parameters p1, ..., pN (of type P1, ..., PN) and
938 /// used as a Matcher<T> where a MatcherT<T, P1, ..., PN>(p1, ..., pN)
961 template <template <typename T, typename P1> class MatcherT,
962 typename P1,
966 explicit PolymorphicMatcherWithParam1(const P1 &Param1)
975 return Matcher<T>(new MatcherT<T, P1>(Param1));
979 const P1 Param1;
982 template <template <typename T, typename P1, typename P2> class MatcherT,
983 typename P1, typenam
1252 operator ()(const M1 &P1, const M2 &P2) const argument
1256 operator ()(const M1 &P1, const M2 &P2, const M3 &P3) const argument
1262 operator ()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) const argument
1267 operator ()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) const argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp344 const Value *P1 = Earlier.Ptr->stripPointerCasts(); local
349 if (P1 == P2) {
381 const Value *UO1 = GetUnderlyingObject(P1, TD),
400 const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, TD);
/freebsd-10.1-release/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-10.1-release/lib/msun/ld128/
H A Ds_exp2l.c47 P1 = 0x1.62e42fefa39ef35793c7673007e6p-1L, variable
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
/freebsd-10.1-release/lib/msun/ld80/
H A Ds_exp2l.c51 P1 = LD80C(0xb17217f7d1cf79ac, -1, 6.93147180559945309429e-1L); variable in typeref:union:IEEEl2bits
277 r = t_lo + (t_hi + t_lo) * z * (P1.e + z * (P2 + z * (P3 + z * (P4
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h90 ProgramPoint(const void *P1, argument
95 : Data1(P1),
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp995 // P1 can only subsume P2 if they test the same condition register.
999 PPC::Predicate P1 = (PPC::Predicate) Pred1[0].getImm();
1002 if (P1 == P2)
1005 // Does P1 subsume P2, e.g. GE subsumes GT.
1006 if (P1 == PPC::PRED_LE &&
1009 if (P1 == PPC::PRED_GE &&
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp847 Pass *P1 = *I; local
848 if (P1->getAsImmutablePass() == 0 &&
850 P1->getPassID()) ==
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_piv.c242 #define P4_ESCR(N, MSR, P1, P2, P3) P4_ESCR_##N ,
255 #define P4_ESCR(N, MSR, P1, P2, P3) \
261 P4_PMC_##P1, \
/freebsd-10.1-release/sys/dev/hptmv/
H A Damd64-elf.raid.o.uu137 M"DB#P1!F@S@`>>#K'F9F9I!F9I"^`````$B#>#``=!!(B<:0_U`PB<;K!;X!
795 M)#!,B70D.$R)?"1`B?")5"042(G-3(MG$`^VP$B+1,<P1(MH/$&-A2`!``")
1102 M$('&```$`$B)[^@`````_\.#^P1^X4B#Q`A;7<-F9I!F9I!32(G[2(L%````
1261 M%````'P1`````````````$(`````````%````)01`````````````&T`````
1262 M````)````*P1`````````````(``````````1`X@3HP"A@.#!````````!P`

Completed in 307 milliseconds

12