| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCLegalizerInfo.cpp | 43 const LLT P0 = LLT::pointer(0, 64); in PPCLegalizerInfo() local 84 .legalForTypesWithMemDesc({{S64, P0, S64, 8}, {S32, P0, S32, 4}}); in PPCLegalizerInfo() 87 getActionDefinitionsBuilder(G_CONSTANT_POOL).legalFor({P0}); in PPCLegalizerInfo()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | fsck7.sh | 44 jot 500 | xargs -P0 -I% touch $mntpoint/a% 54 jot 500 | xargs -P0 -I% rm $mntpoint/a% 55 jot 500 | xargs -P0 -I% touch $mntpoint/b%
|
| H A D | fsck14.sh | 55 jot 5000 | xargs -P0 -I% touch $mntpoint/a% 77 jot 5000 | xargs -P0 -I% rm $mntpoint/a% 78 jot 5000 | xargs -P0 -I% touch $mntpoint/b% 87 jot 5000 | xargs -P0 -I% rm $mntpoint/b% || {
|
| H A D | nlink2.sh | 53 jot 1000 | xargs -P0 -I% mkdir $mp/a% || { s=1; break; } 54 jot 1000 | xargs -P0 -I% rmdir $mp/a%
|
| H A D | unionfs13.sh | 61 jot 1000 | xargs -P0 -I% mkdir $mp2/a% || { s=1; break; } 62 jot 1000 | xargs -P0 -I% rmdir $mp2/a%
|
| H A D | mkdir.sh | 58 jot $n | xargs -P0 -I% mkdir $mntpoint/$j/% 59 jot $n | xargs -P0 -I% rmdir $mntpoint/$j/%
|
| H A D | creat.sh | 59 jot $n | xargs -P0 -I% touch $mntpoint/$j/% 60 jot $n | xargs -P0 -I% rm $mntpoint/$j/%
|
| H A D | force15.sh | 62 jot $n | xargs -P0 -I% touch $mntpoint/$j/% 63 jot $n | xargs -P0 -I% rm $mntpoint/$j/%
|
| H A D | extattr2.sh | 80 xargs -P0 -J% setfacl -m user:$testuser:rwx,group:$testuser:rwx %
|
| H A D | graid1_8.sh | 65 jot 10 | xargs -P0 -I% cp /etc/passwd $mntpoint/%
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCompound.cpp | 100 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) && in getCompoundCandidateGroup() 113 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) && in getCompoundCandidateGroup() 144 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) && in getCompoundCandidateGroup() 158 if (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg) in getCompoundCandidateGroup() 179 assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) || in getCompoundOp() 187 return (PredReg == Hexagon::P0) ? fp0_jump_nt : fp1_jump_nt; in getCompoundOp() 189 return (PredReg == Hexagon::P0) ? fp0_jump_t : fp1_jump_t; in getCompoundOp() 191 return (PredReg == Hexagon::P0) ? tp0_jump_nt : tp1_jump_nt; in getCompoundOp() 193 return (PredReg == Hexagon::P0) ? tp0_jump_t : tp1_jump_t; in getCompoundOp()
|
| H A D | HexagonMCDuplexInfo.cpp | 296 if ((Hexagon::P0 == SrcReg) && (Hexagon::R31 == DstReg)) { in getDuplexCandidateGroup() 306 if (Hexagon::P0 == SrcReg) { in getDuplexCandidateGroup() 475 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) { in getDuplexCandidateGroup() 483 if (Hexagon::P0 == DstReg && in getDuplexCandidateGroup() 688 case Hexagon::P0: in addOps()
|
| /freebsd/crypto/openssl/crypto/sm3/ |
| H A D | sm3_local.h | 72 #define P0(x) ({ MD32_REG_T ret; \ macro 84 #ifndef P0 85 #define P0(X) (X ^ ROTATE(X, 9) ^ ROTATE(X, 17)) macro 110 H = P0(TT2); \
|
| /freebsd/lib/msun/src/ |
| H A D | s_cbrt.c | 27 P0 = 1.87595182427177009643, /* 0x3ffe03e6, 0x0f61e692 */ variable 86 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-amd-ethanolx.dts | 140 /*P0-P7*/ "P0_VDD_CORE_RUN_VRHOT","P0_VDD_SOC_RUN_VRHOT", 159 //APML for P0 184 //P0 Power regulators 194 //P0/P1 Thermal diode
|
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 110 /*P0-P7*/ "","","","","","","","",
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 234 Predicate all(Predicate P0, Predicate P1) { in all() argument 236 return P0(Query) && P1(Query); in all() 241 Predicate all(Predicate P0, Predicate P1, Args... args) { in all() argument 242 return all(all(P0, P1), args...); in all() 247 Predicate any(Predicate P0, Predicate P1) { in any() argument 249 return P0(Query) || P1(Query); in any() 254 Predicate any(Predicate P0, Predicate P1, Args... args) { in any() argument 255 return any(any(P0, P1), args...); in any()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath2_ldlib_asm.S | 63 #define ce P0 162 #define ce P0
|
| H A D | fastmath2_dlib_asm.S | 73 #define ce P0 174 #define ce P0
|
| H A D | fastmath_dlib_asm.S | 81 #define ce P0 216 #define ce P0
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio_lpc32xx.txt | 9 0: GPIO P0
|
| /freebsd/lib/msun/bsdsrc/ |
| H A D | b_tgamma.c | 164 P0 = 6.2138957182182086e-1, variable 187 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * P4))); in ratfun_gam()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5995 const LLT P0 = LLT::pointer(0, 64); in selectIntrinsicWithSideEffects() local 6025 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6027 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6049 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6051 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6073 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6075 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6097 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6099 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6116 Ty == LLT::fixed_vector(2, P0) || Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() [all …]
|
| /freebsd/lib/msun/ld80/ |
| H A D | b_tgammal.c | 184 #define P0 (P0u.e) macro 210 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + in ratfun_gam()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 182 Defs = [PC, R31, R6, R7, P0] in 411 let Defs = [P0] in 414 let Defs = [P0], isExtended = 1, opExtendable = 0 in 423 let Defs = [R14, R15, R28, P0] in 426 let Defs = [R14, R15, R28, P0], isExtended = 1, opExtendable = 0 in
|