Home
last modified time | relevance | path

Searched refs:Pg (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedA64FX.td2295 // [ 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 DSVEInstrFormats.td435 : 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 DAArch64SVEInstrInfo.td503 …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 DAArch64TargetTransformInfo.cpp371 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 DAArch64ISelLowering.cpp13788 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 Dfloat128.ver7 _ZT[IS]Pg;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dfloat128.ver7 _ZT[IS]Pg;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dppc-extra.ver21 _ZT[IS]Pg;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dppc-extra.ver24 _ZT[IS]Pg;
/netbsd-src/regress/sys/uvm/pdsim/
H A Dnbsd.hs40 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 Dldbl-extra.ver45 _ZT[IS]Pg;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
H A Dldbl-extra.ver50 _ZT[IS]Pg;
/netbsd-src/sys/dev/microcode/wi/
H A Deprimsym12 …�$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 Dmatilde.arm.testfile6 �%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 Dconstraints.md39 ;; in all states: Pf, Pg
253 (define_constraint "Pg"
H A Dmve.md10573 (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 Dthumb2.md1664 (match_operand:SI 1 "long_shift_imm" "Pg")))]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dconstraints.md39 ;; in all states: Pf, Pg
249 (define_constraint "Pg"
H A Dmve.md10220 (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 Dthumb2.md1722 (match_operand:SI 1 "long_shift_imm" "Pg")))]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp104 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 DChangeLog-2010194 * objdump.c (dump_headers): Don't print "Pg".
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2010194 * objdump.c (dump_headers): Don't print "Pg".
/netbsd-src/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2445 Pg+gr61Sth8aNdykCKDv4Wm+HBGmywxCnNpjsuRge9UpokaXjcRBvCmHNY6JcgyT
5131 Ya0pS5ZJKWa7+WEdRUJ9N0XuFnInbdILmga8DHOre6qaDPCEI+KzTHmah/Pg/a8H
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devppkey_ecc.txt4150 UdFnP6YIykt7+Pg=

123