/netbsd/external/gpl3/gcc.old/dist/contrib/unicode/ |
H A D | PropList.txt | 98 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 D | EastAsianWidth.txt | 48 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 D | PropList.txt | 99 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 D | EastAsianWidth.txt | 48 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 D | HexagonConstPropagation.cpp | 471 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 D | HexagonPatterns.td | 563 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 D | HexagonAsmPrinter.cpp | 364 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 D | CheckerManager.h | 61 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 D | movpr.ms | 4 # Test generic "move Ps,Rd" and "move Rs,Pd" insns; the ones with
|
H A D | movmp.ms | 4 # Test generic "move Ps,[]" and "move [],Pd" insns; the ones with
|
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/asm/ |
H A D | movpr.ms | 4 # Test generic "move Ps,Rd" and "move Rs,Pd" insns; the ones with
|
H A D | movmp.ms | 4 # Test generic "move Ps,[]" and "move [],Pd" insns; the ones with
|
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 380 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 D | ASTMatchersInternal.h | 1352 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 D | DerivedNormalizationProps.txt | 832 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 D | cris.cpu | 277 ((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 D | cris.cpu | 277 ((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 D | cris.cpu | 277 ((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 D | cris.cpu | 277 ((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 D | VOP2Instructions.td | 1043 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 D | SVEInstrFormats.td | 2561 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 D | AArch64SVEInstrInfo.td | 1171 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 D | RDFLiveness.cpp | 472 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 D | constraints.md | 37 ;; 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 D | constraints.md | 37 ;; in Thumb-2 state: Ha, Pj, PJ, Ps, Pt, Pu, Pv, Pw, Px, Py, Pz, Rd, Rf, Rb, Ra, 258 (define_constraint "Ps"
|