| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA64FX.td | 2295 // [ 1] "abs $Zd, $Pg/m, $Zn"; 2301 // [ 3] "add $Zdn, $Pg/m, $_Zdn, $Zm"; 2316 // [ 8] "and $Pd, $Pg/z, $Pn, $Pm"; 2322 // [10] "and $Zdn, $Pg/m, $_Zdn, $Zm"; 2328 // [12] "ands $Pd, $Pg/z, $Pn, $Pm"; 2331 // [13] "andv $Vd, $Pg, $Zn"; 2340 // [16] "asr $Zdn, $Pg/m, $_Zdn, $Zm"; 2343 // [17] "asr $Zdn, $Pg/m, $_Zdn, $imm"; 2346 // [18] "asrd $Zdn, $Pg/m, $_Zdn, $imm"; 2349 // [19] "asrr $Zdn, $Pg/m, $_Zdn, $Zm"; [all …]
|
| H A D | SVEInstrFormats.td | 435 : Pat<(vt (op pt:$Pg, vt:$Src, inreg_vt, vt:$PassThru)), 436 (inst $PassThru, $Pg, $Src)>; 441 : Pat<(vt (op pt:$Pg, vt:$Rn, (vt (AArch64dup (it (cast i32:$imm)))))), 442 (inst $Pg, $Rn, i32:$imm)>; 496 Pseudo<(outs zprty:$Zd), (ins PPR3bAny:$Pg, zprty:$Zs1, zprty:$Zs2), []> { 503 Pseudo<(outs zprty:$Zd), (ins PPR3bAny:$Pg, zprty:$Zs1, immty:$imm), []> { 510 Pseudo<(outs zprty:$Zd), (ins PPR3bAny:$Pg, zprty:$Zs1, zprty:$Zs2, zprty:$Zs3), []> { 538 : I<(outs), (ins PPRAny:$Pg, PPR8:$Pn), 539 asm, "\t$Pg, $Pn", 542 bits<4> Pg; [all …]
|
| H A D | AArch64SVEInstrInfo.td | 503 …def : Pat<(vselect (PredTy PPR:$Pg), (Ty (AArch64fma_p (PredTy (AArch64ptrue 31)), ZPR:$Zn, ZPR:$Z… 504 (!cast<Instruction>("FMLA_ZPmZZ_"#Suffix) PPR:$Pg, ZPR:$Za, ZPR:$Zn, ZPR:$Zm)>; 507 …def : Pat<(vselect (PredTy PPR:$Pg), (Ty (AArch64fma_p (PredTy (AArch64ptrue 31)), (AArch64fneg_mt… 508 (!cast<Instruction>("FMLS_ZPmZZ_"#Suffix) PPR:$Pg, ZPR:$Za, ZPR:$Zn, ZPR:$Zm)>; 1459 def : Pat<(nxv2f32 (AArch64fcvte_mt (nxv2i1 PPR:$Pg), (nxv2f16 ZPR:$Zs), (nxv2f32 ZPR:$Zd))), 1460 (FCVT_ZPmZ_HtoS ZPR:$Zd, PPR:$Pg, ZPR:$Zs)>; 1464 …def : Pat<(nxv2f16 (AArch64fcvtr_mt (nxv2i1 PPR:$Pg), (nxv2f32 ZPR:$Zs), (i64 timm0_1), (nxv2f16 Z… 1465 (FCVT_ZPmZ_StoH ZPR:$Zd, PPR:$Pg, ZPR:$Zs)>; 1468 def : Pat<(nxv2f16 (AArch64scvtf_mt (nxv2i1 PPR:$Pg), 1470 (SCVTF_ZPmZ_HtoH ZPR:$Zd, PPR:$Pg, ZPR:$Zs)>; [all …]
|
| H A D | AArch64TargetTransformInfo.cpp | 371 IntrinsicInst *Pg = dyn_cast<IntrinsicInst>(II.getArgOperand(1)); in instCombineSVEDup() local 372 if (!Pg) in instCombineSVEDup() 375 if (Pg->getIntrinsicID() != Intrinsic::aarch64_sve_ptrue) in instCombineSVEDup() 379 cast<ConstantInt>(Pg->getOperand(0))->getZExtValue(); in instCombineSVEDup() 395 Value *Pg = II.getArgOperand(0); in instCombineSVELast() local 399 auto *C = dyn_cast<Constant>(Pg); in instCombineSVELast() 409 auto *IntrPG = dyn_cast<IntrinsicInst>(Pg); in instCombineSVELast() 461 auto *PgVTy = cast<ScalableVectorType>(Pg->getType()); in instCombineSVELast()
|
| H A D | AArch64ISelLowering.cpp | 13788 static SDValue getPTest(SelectionDAG &DAG, EVT VT, SDValue Pg, SDValue Op, in getPTest() argument 13803 SDValue Test = DAG.getNode(AArch64ISD::PTEST, DL, MVT::Other, Pg, Op); in getPTest() 13901 SDValue Pg = N->getOperand(1); in convertMergedOpToPredOp() local 13904 if (isAllActivePredicate(Pg)) { in convertMergedOpToPredOp() 13909 return DAG.getNode(Opc, SDLoc(N), N->getValueType(0), Pg, in convertMergedOpToPredOp() 14617 SDValue Pg = N->getOperand(1); in performGLD1Combine() local 14639 if (ExtPg == Pg && ExtFromEVT == MVT::i32) { in performGLD1Combine() 14647 {Chain, Pg, Base, UnextendedOffset, Ty}); in performGLD1Combine() 17391 auto Pg = getPredicateForFixedLengthVector(DAG, DL, InVT); in convertFixedMaskToScalableVector() local 17393 EVT CmpVT = Pg.getValueType(); in convertFixedMaskToScalableVector() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
| H A D | float128.ver | 7 _ZT[IS]Pg;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
| H A D | float128.ver | 7 _ZT[IS]Pg;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/ |
| H A D | ppc-extra.ver | 21 _ZT[IS]Pg;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/ |
| H A D | ppc-extra.ver | 24 _ZT[IS]Pg;
|
| /netbsd-src/regress/sys/uvm/pdsim/ |
| H A D | nbsd.hs | 40 data Page = Pg { pgid :: PageId, referenced :: Bool } constructor 130 newpg i = Pg {pgid = i, referenced = True}
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/ |
| H A D | ldbl-extra.ver | 45 _ZT[IS]Pg;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/ |
| H A D | ldbl-extra.ver | 50 _ZT[IS]Pg;
|
| /netbsd-src/sys/dev/microcode/wi/ |
| H A D | eprimsym | 12 …�$E'=`�d��ga@ D �ߴ@@�`f`d`AcX�Y��`&d`AcX�Y��d@Pc���e���d@Pg����`f`�c���`�dЀۃ…
|
| /netbsd-src/external/bsd/file/dist/tests/ |
| H A D | matilde.arm.testfile | 6 �%Vйa����@<x@m1�A�"J�)��C�.t4�c��d0<zg���Y*˴fRMg�J5o��;�κ�h�<<Pg����*�0�*=�K|�K~��%…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | constraints.md | 39 ;; in all states: Pf, Pg 253 (define_constraint "Pg"
|
| H A D | mve.md | 10573 (match_operand:SI 2 "immediate_operand" "Pg")))] 10584 (match_operand:SI 2 "immediate_operand" "Pg")] 10596 (match_operand:SI 2 "immediate_operand" "Pg")))] 10607 (match_operand:SI 2 "immediate_operand" "Pg")] 10619 (match_operand:SI 2 "immediate_operand" "Pg")))] 10630 (match_operand:SI 2 "immediate_operand" "Pg")] 10642 (match_operand:SI 2 "immediate_operand" "Pg")] 10654 (match_operand:SI 2 "immediate_operand" "Pg")))]
|
| H A D | thumb2.md | 1664 (match_operand:SI 1 "long_shift_imm" "Pg")))]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | constraints.md | 39 ;; in all states: Pf, Pg 249 (define_constraint "Pg"
|
| H A D | mve.md | 10220 (match_operand:SI 2 "immediate_operand" "Pg")))] 10231 (match_operand:SI 2 "immediate_operand" "Pg")] 10243 (match_operand:SI 2 "immediate_operand" "Pg")))] 10254 (match_operand:SI 2 "immediate_operand" "Pg")] 10266 (match_operand:SI 2 "immediate_operand" "Pg")))] 10277 (match_operand:SI 2 "immediate_operand" "Pg")] 10289 (match_operand:SI 2 "immediate_operand" "Pg")] 10301 (match_operand:SI 2 "immediate_operand" "Pg")))]
|
| H A D | thumb2.md | 1722 (match_operand:SI 1 "long_shift_imm" "Pg")))]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 104 Prefix.Pg = Inst.getOperand(2).getReg(); in CreateFromInst() 116 Prefix.Pg = Inst.getOperand(1).getReg(); in CreateFromInst() 135 return Pg; in getPgReg() 143 unsigned Pg; member in __anon65f0dadd0111::AArch64AsmParser::PrefixInfo
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2010 | 194 * objdump.c (dump_headers): Don't print "Pg".
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2010 | 194 * objdump.c (dump_headers): Don't print "Pg".
|
| /netbsd-src/tests/usr.bin/netpgpverify/ |
| H A D | t_netpgpverify.sh | 2445 Pg+gr61Sth8aNdykCKDv4Wm+HBGmywxCnNpjsuRge9UpokaXjcRBvCmHNY6JcgyT 5131 Ya0pS5ZJKWa7+WEdRUJ9N0XuFnInbdILmga8DHOre6qaDPCEI+KzTHmah/Pg/a8H
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecc.txt | 4150 UdFnP6YIykt7+Pg=
|