Home
last modified time | relevance | path

Searched refs:Ps (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/contrib/unicode/
H A DPropList.txt98 300C ; Quotation_Mark # Ps LEFT CORNER BRACKET
269 2308 ; Other_Math # Ps LEFT CEILING
271 230A ; Other_Math # Ps LEFT FLOOR
303 2983 ; Other_Math # Ps LEFT WHITE CURLY BRACKET
305 2985 ; Other_Math # Ps LEFT WHITE PARENTHESIS
325 29D8 ; Other_Math # Ps LEFT WIGGLY FENCE
327 29DA ; Other_Math # Ps LEFT DOUBLE WIGGLY FENCE
1403 0028 ; Pattern_Syntax # Ps LEFT PARENTHESIS
1479 2308 ; Pattern_Syntax # Ps LEFT CEILING
1481 230A ; Pattern_Syntax # Ps LEFT FLOOR
[all …]
H A DEastAsianWidth.txt48 0028;Na # Ps LEFT PARENTHESIS
60 005B;Na # Ps LEFT SQUARE BRACKET
67 007B;Na # Ps LEFT CURLY BRACKET
705 169B;N # Ps OGHAM FEATHER MARK
1107 2308;N # Ps LEFT CEILING
1109 230A;N # Ps LEFT FLOOR
1295 2985;Na # Ps LEFT WHITE PARENTHESIS
1316 29D8;N # Ps LEFT WIGGLY FENCE
1390 2E22;N # Ps TOP LEFT HALF BRACKET
1417 3008;W # Ps LEFT ANGLE BRACKET
[all …]
/netbsd/external/gpl3/gcc/dist/contrib/unicode/
H A DPropList.txt99 300C ; Quotation_Mark # Ps LEFT CORNER BRACKET
272 2308 ; Other_Math # Ps LEFT CEILING
274 230A ; Other_Math # Ps LEFT FLOOR
306 2983 ; Other_Math # Ps LEFT WHITE CURLY BRACKET
308 2985 ; Other_Math # Ps LEFT WHITE PARENTHESIS
328 29D8 ; Other_Math # Ps LEFT WIGGLY FENCE
330 29DA ; Other_Math # Ps LEFT DOUBLE WIGGLY FENCE
1432 0028 ; Pattern_Syntax # Ps LEFT PARENTHESIS
1508 2308 ; Pattern_Syntax # Ps LEFT CEILING
1510 230A ; Pattern_Syntax # Ps LEFT FLOOR
[all …]
H A DEastAsianWidth.txt48 0028;Na # Ps LEFT PARENTHESIS
60 005B;Na # Ps LEFT SQUARE BRACKET
67 007B;Na # Ps LEFT CURLY BRACKET
706 169B;N # Ps OGHAM FEATHER MARK
1109 2308;N # Ps LEFT CEILING
1111 230A;N # Ps LEFT FLOOR
1297 2985;Na # Ps LEFT WHITE PARENTHESIS
1318 29D8;N # Ps LEFT WIGGLY FENCE
1392 2E22;N # Ps TOP LEFT HALF BRACKET
1421 3008;W # Ps LEFT ANGLE BRACKET
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp471 Properties = Ps; in convertToProperty()
483 uint32_t Ps = properties(); in print() local
577 uint32_t Ps = properties(); in add() local
583 if (Ps != NewPs) { in add()
594 uint32_t Ps = properties(); in add() local
595 if (Ps == (Ps & Property)) in add()
597 Properties = Property & Ps; in add()
617 return Ps; in properties()
1749 uint32_t Ps = LS1.properties(); in evaluateEXTRACTr() local
2229 if (Ps & (P::Zero|P::NaN)) { in evaluate()
[all …]
H A DHexagonPatterns.td563 def: Pat<(not I1:$Ps), (C2_not I1:$Ps)>;
564 def: Pat<(pnot V2I1:$Ps), (C2_not V2I1:$Ps)>;
565 def: Pat<(pnot V4I1:$Ps), (C2_not V4I1:$Ps)>;
566 def: Pat<(pnot V8I1:$Ps), (C2_not V8I1:$Ps)>;
567 def: Pat<(add I1:$Ps, -1), (C2_not I1:$Ps)>;
602 // op(Ps, op(Pt, Pu))
608 // op(Ps, op(Pt, !Pu))
810 def: Pat<(i1 (seteq I1:$Ps, (i1 -1))), (I1:$Ps)>;
811 def: Pat<(i1 (setne I1:$Ps, (i1 -1))), (C2_not I1:$Ps)>;
812 def: Pat<(i1 (seteq I1:$Ps, I1:$Pt)), (C2_xor I1:$Ps, (C2_not I1:$Pt))>;
[all …]
H A DHexagonAsmPrinter.cpp364 MCOperand &Ps = Inst.getOperand(1); in HexagonProcessInstruction() local
366 MappedInst.addOperand(Ps); in HexagonProcessInstruction()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h61 template <typename RET, typename... Ps>
62 class CheckerFn<RET(Ps...)> {
63 using Func = RET (*)(void *, Ps...);
72 RET operator()(Ps... ps) const { in operator()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/asm/
H A Dmovpr.ms4 # Test generic "move Ps,Rd" and "move Rs,Pd" insns; the ones with
H A Dmovmp.ms4 # Test generic "move Ps,[]" and "move [],Pd" insns; the ones with
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/asm/
H A Dmovpr.ms4 # Test generic "move Ps,Rd" and "move Rs,Pd" insns; the ones with
H A Dmovmp.ms4 # Test generic "move Ps,[]" and "move [],Pd" insns; the ones with
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp380 template <typename... Ps>
381 explicit StencilImpl(Ps &&... Args) : Data(std::forward<Ps>(Args)...) {} in StencilImpl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1352 template <typename... Ps> class VariadicOperatorMatcher {
1354 VariadicOperatorMatcher(DynTypedMatcher::VariadicOperator Op, Ps &&... Params)
1355 : Op(Op), Params(std::forward<Ps>(Params)...) {}
1360 getMatchers<T>(std::index_sequence_for<Ps...>()))
1368 getMatchers<T>(std::index_sequence_for<Ps...>()))
1388 std::tuple<Ps...> Params;
1398 VariadicOperatorMatcher<Ms...> operator()(Ms &&... Ps) const {
1401 return VariadicOperatorMatcher<Ms...>(Op, std::forward<Ms>(Ps)...);
/netbsd/crypto/external/bsd/heimdal/dist/lib/wind/
H A DDerivedNormalizationProps.txt832 2329 ; NFD_QC; N # Ps LEFT-POINTING ANGLE BRACKET
966 2329 ; NFC_QC; N # Ps LEFT-POINTING ANGLE BRACKET
1219 208D ; NFKD_QC; N # Ps SUBSCRIPT LEFT PARENTHESIS
1273 2329 ; NFKD_QC; N # Ps LEFT-POINTING ANGLE BRACKET
1401 FE59 ; NFKD_QC; N # Ps SMALL LEFT PARENTHESIS
1403 FE5B ; NFKD_QC; N # Ps SMALL LEFT CURLY BRACKET
1420 FF08 ; NFKD_QC; N # Ps FULLWIDTH LEFT PARENTHESIS
1635 208D ; NFKC_QC; N # Ps SUBSCRIPT LEFT PARENTHESIS
1747 FE59 ; NFKC_QC; N # Ps SMALL LEFT PARENTHESIS
1749 FE5B ; NFKC_QC; N # Ps SMALL LEFT CURLY BRACKET
[all …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dcris.cpu277 ((Ps INT -1))
2579 ; MOVE Ps,Rd [ Ps | 01100111 | Rd ]
2621 ; MOVE Ps,PC [ Ps | 01100111 | 1111 ]
2633 (set retaddr Ps)
2728 ; MOVE Ps,[Rd] [ Ps | 10100111 | Rd ]
2729 ; MOVE Ps,[Rd+] [ Ps | 11100111 | Rd ]
3418 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
3422 "mcp $Ps,$Rd"
4131 ; JUMP Ps [ Ps | 10011111 0000 ]
4135 "jump ${Ps}"
[all …]
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dcris.cpu277 ((Ps INT -1))
2579 ; MOVE Ps,Rd [ Ps | 01100111 | Rd ]
2621 ; MOVE Ps,PC [ Ps | 01100111 | 1111 ]
2633 (set retaddr Ps)
2728 ; MOVE Ps,[Rd] [ Ps | 10100111 | Rd ]
2729 ; MOVE Ps,[Rd+] [ Ps | 11100111 | Rd ]
3418 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
3422 "mcp $Ps,$Rd"
4131 ; JUMP Ps [ Ps | 10011111 0000 ]
4135 "jump ${Ps}"
[all …]
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dcris.cpu277 ((Ps INT -1))
2579 ; MOVE Ps,Rd [ Ps | 01100111 | Rd ]
2621 ; MOVE Ps,PC [ Ps | 01100111 | 1111 ]
2633 (set retaddr Ps)
2728 ; MOVE Ps,[Rd] [ Ps | 10100111 | Rd ]
2729 ; MOVE Ps,[Rd+] [ Ps | 11100111 | Rd ]
3418 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
3422 "mcp $Ps,$Rd"
4131 ; JUMP Ps [ Ps | 10011111 0000 ]
4135 "jump ${Ps}"
[all …]
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dcris.cpu277 ((Ps INT -1))
2579 ; MOVE Ps,Rd [ Ps | 01100111 | Rd ]
2621 ; MOVE Ps,PC [ Ps | 01100111 | 1111 ]
2633 (set retaddr Ps)
2728 ; MOVE Ps,[Rd] [ Ps | 10100111 | Rd ]
2729 ; MOVE Ps,[Rd+] [ Ps | 11100111 | Rd ]
3418 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
3422 "mcp $Ps,$Rd"
4131 ; JUMP Ps [ Ps | 10011111 0000 ]
4135 "jump ${Ps}"
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DVOP2Instructions.td1043 VOP2_Pseudo Ps = !cast<VOP2_Pseudo>(opName#"_e32");
1044 let AsmString = asmName # !subst(", vcc", "", Ps.AsmOperands);
1052 VOP3_Pseudo Ps = !cast<VOP3_Pseudo>(opName#"_e64");
1053 let AsmString = asmName # Ps.AsmOperands;
1061 VOP2_SDWA_Pseudo Ps = !cast<VOP2_SDWA_Pseudo>(opName#"_sdwa");
1062 let AsmString = asmName # !subst(", vcc", "", Ps.AsmOperands);
1069 VOP2_SDWA_Pseudo Ps = !cast<VOP2_SDWA_Pseudo>(opName#"_sdwa");
1070 let AsmString = asmName # !subst("vcc", "vcc_lo", Ps.AsmOperands);
1079 VOP2_SDWA_Pseudo Ps = !cast<VOP2_SDWA_Pseudo>(opName#"_sdwa");
1080 let AsmString = asmName # Ps.AsmOperands;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td2561 SVEPseudo2Instr<Ps # _B, 1>;
2563 SVEPseudo2Instr<Ps # _H, 1>;
2565 SVEPseudo2Instr<Ps # _S, 1>;
5010 def _B : SVEPseudo2Instr<Ps # _B, 1>,
5012 def _H : SVEPseudo2Instr<Ps # _H, 1>,
5016 def _S : SVEPseudo2Instr<Ps # _S, 1>,
5020 def _D : SVEPseudo2Instr<Ps # _D, 1>,
5056 def _B : SVEPseudo2Instr<Ps # _B, 1>,
5058 def _H : SVEPseudo2Instr<Ps # _H, 1>,
5062 def _S : SVEPseudo2Instr<Ps # _S, 1>,
[all …]
H A DAArch64SVEInstrInfo.td1171 def : Pat<(nxv2i1 (extract_subvector (nxv4i1 PPR:$Ps), (i64 0))),
1172 (ZIP1_PPP_S PPR:$Ps, (PFALSE))>;
1173 def : Pat<(nxv2i1 (extract_subvector (nxv4i1 PPR:$Ps), (i64 2))),
1174 (ZIP2_PPP_S PPR:$Ps, (PFALSE))>;
1175 def : Pat<(nxv4i1 (extract_subvector (nxv8i1 PPR:$Ps), (i64 0))),
1176 (ZIP1_PPP_H PPR:$Ps, (PFALSE))>;
1177 def : Pat<(nxv4i1 (extract_subvector (nxv8i1 PPR:$Ps), (i64 4))),
1178 (ZIP2_PPP_H PPR:$Ps, (PFALSE))>;
1179 def : Pat<(nxv8i1 (extract_subvector (nxv16i1 PPR:$Ps), (i64 0))),
1180 (ZIP1_PPP_B PPR:$Ps, (PFALSE))>;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp472 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo() local
473 llvm::append_range(Phis, Ps); in computePhiInfo()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dconstraints.md37 ;; in Thumb-2 state: Ha, Pj, PJ, Ps, Pt, Pu, Pv, Pw, Px, Py, Pz, Rd, Rf, Rb, Ra,
258 (define_constraint "Ps"
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Dconstraints.md37 ;; in Thumb-2 state: Ha, Pj, PJ, Ps, Pt, Pu, Pv, Pw, Px, Py, Pz, Rd, Rf, Rb, Ra,
258 (define_constraint "Ps"

12