Home
last modified time | relevance | path

Searched refs:P0 (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp43 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 Dfsck7.sh44 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 Dfsck14.sh55 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 Dnlink2.sh53 jot 1000 | xargs -P0 -I% mkdir $mp/a% || { s=1; break; }
54 jot 1000 | xargs -P0 -I% rmdir $mp/a%
H A Dunionfs13.sh61 jot 1000 | xargs -P0 -I% mkdir $mp2/a% || { s=1; break; }
62 jot 1000 | xargs -P0 -I% rmdir $mp2/a%
H A Dmkdir.sh58 jot $n | xargs -P0 -I% mkdir $mntpoint/$j/%
59 jot $n | xargs -P0 -I% rmdir $mntpoint/$j/%
H A Dcreat.sh59 jot $n | xargs -P0 -I% touch $mntpoint/$j/%
60 jot $n | xargs -P0 -I% rm $mntpoint/$j/%
H A Dforce15.sh62 jot $n | xargs -P0 -I% touch $mntpoint/$j/%
63 jot $n | xargs -P0 -I% rm $mntpoint/$j/%
H A Dextattr2.sh80 xargs -P0 -J% setfacl -m user:$testuser:rwx,group:$testuser:rwx %
H A Dgraid1_8.sh65 jot 10 | xargs -P0 -I% cp /etc/passwd $mntpoint/%
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp100 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 DHexagonMCDuplexInfo.cpp296 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 Dsm3_local.h72 #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 Ds_cbrt.c27 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 Daspeed-bmc-amd-ethanolx.dts140 /*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 Daspeed-bmc-qcom-dc-scm-v1.dts110 /*P0-P7*/ "","","","","","","","",
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h234 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 Dfastmath2_ldlib_asm.S63 #define ce P0
162 #define ce P0
H A Dfastmath2_dlib_asm.S73 #define ce P0
174 #define ce P0
H A Dfastmath_dlib_asm.S81 #define ce P0
216 #define ce P0
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio_lpc32xx.txt9 0: GPIO P0
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c164 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 DAArch64InstructionSelector.cpp5995 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 Db_tgammal.c184 #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 DHexagonPseudo.td182 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

12345