Home
last modified time | relevance | path

Searched refs:Pn (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/test/certs/
H A Dinvalid-cert.pem7 f+b1hAggxBy70bTRyr1gAoKQTAm74U/1lj13EpWz7zshgXJ/Pn/hUyTmpNW+fTRE
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_dryrun.ksh82 typeset -a cmd=(zfs create -Pn "$@")
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEInstrFormats.td227 : Pat<(intrinsic imm_ty:$tile, (pg_ty PPR3bAny:$Pn), (pg_ty PPR3bAny:$Pm), vt:$Zn, vt:$Zm),
228 (!cast<Instruction>(name # _PSEUDO) $tile, $Pn, $Pm, $Zn, $Zm)>;
274 (ins za_ty:$_ZAda, PPR3bAny:$Pn, PPR3bAny:$Pm, zpr_ty:$Zn, zpr_ty:$Zm),
275 mnemonic, "\t$ZAda, $Pn/m, $Pm/m, $Zn, $Zm",
280 bits<3> Pn;
288 let Inst{12-10} = Pn;
343 (ins za_ty:$_ZAda, PPR3bAny:$Pn, PPR3bAny:$Pm, zpr_ty:$Zn, zpr_ty:$Zm),
344 mnemonic, "\t$ZAda, $Pn/m, $Pm/m, $Zn, $Zm",
349 bits<3> Pn;
358 let Inst{12-10} = Pn;
[all …]
H A DSVEInstrFormats.td765 : I<(outs), (ins PPRAny:$Pg, PPR8:$Pn),
766 asm, "\t$Pg, $Pn",
768 [(op (nxv16i1 PPRAny:$Pg), (nxv16i1 PPR8:$Pn))]>, Sched<[]> {
770 bits<4> Pn;
778 let Inst{8-5} = Pn;
791 def _ANY : Pseudo<(outs), (ins PPRAny:$Pg, PPR8:$Pn),
792 [(op_any (nxv16i1 PPRAny:$Pg), (nxv16i1 PPR8:$Pn))]>,
793 PseudoInstExpansion<(!cast<Instruction>(NAME) PPRAny:$Pg, PPR8:$Pn)>;
1031 : I<(outs GPR64:$Rd), (ins PPRAny:$Pg, pprty:$Pn),
1032 asm, "\t$Rd, $Pg, $Pn",
[all …]
H A DAArch64SVEInstrInfo.td2390 def : InstAlias<"mov $Pd, $Pg/m, $Pn",
2391 (SEL_PPPP PPR8:$Pd, PPRAny:$Pg, PPR8:$Pn, PPR8:$Pd), 1>;
2392 def : InstAlias<"mov $Pd, $Pn",
2393 (ORR_PPzPP PPR8:$Pd, PPR8:$Pn, PPR8:$Pn, PPR8:$Pn), 1>;
2394 def : InstAlias<"mov $Pd, $Pg/z, $Pn",
2395 (AND_PPzPP PPR8:$Pd, PPRAny:$Pg, PPR8:$Pn, PPR8:$Pn), 1>;
2397 def : InstAlias<"movs $Pd, $Pn",
2398 (ORRS_PPzPP PPR8:$Pd, PPR8:$Pn, PPR8:$Pn, PPR8:$Pn), 1>;
2399 def : InstAlias<"movs $Pd, $Pg/z, $Pn",
2400 (ANDS_PPzPP PPR8:$Pd, PPRAny:$Pg, PPR8:$Pn, PPR8:$Pn), 1>;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h659 const uptr Pn = BlockSize < PageSize ? PageSize / BlockSize : 1; in releaseFreeMemoryToOS()
660 const uptr Pnc = Pn * BlockSize; in releaseFreeMemoryToOS()
679 uptr BlocksPerPage = Pn; in releaseFreeMemoryToOS()
644 const uptr Pn = BlockSize < PageSize ? PageSize / BlockSize : 1; releaseFreeMemoryToOS() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h241 template <typename... Pn,
242 std::enable_if_t<std::is_invocable_v<T, Pn...>, int> = 0>
243 decltype(auto) operator()(Pn &&...Params) {
244 return (*Obj)(std::forward<Pn>(Params)...);
247 template <typename... Pn,
248 std::enable_if_t<std::is_invocable_v<T const, Pn...>, int> = 0>
249 decltype(auto) operator()(Pn &&...Params) const {
250 return (*Obj)(std::forward<Pn>(Params)...);
297 template <typename... Pn,
298 std::enable_if_t<std::is_invocable_v<T, Pn...>, int> = 0>
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h598 volatile uint32_t Pn:6; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1042 PHIUsageRecord(unsigned Pn, unsigned Sh, Instruction *User) in PHIUsageRecord()
1043 : PHIId(Pn), Shift(Sh), Inst(User) {} in PHIUsageRecord()
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src14841 # Pn= Window number
14844 # Pn= 3 Graphics mode
14845 # Pn= > Cursor blink
14846 # Pn= < Enter new line mode
14847 # Pn= = Enter reverse insert/replace mode
14848 # Pn= ? Enter no scroll mode
14851 # Pn= 3 Exit graphics mode
14852 # Pn= > Exit cursor blink
14853 # Pn= < Exit new line mode
14854 # Pn= = Exit reverse insert/replace mode
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt10726 5mOsWMw0jL+Pn/0x/7UGGNbDjXKpnVxdLqzAAQC7C0iJPNuRXmXNXXl4BIAgF6KV
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt4249 Implemented the -Pn option for the iASL Table Compiler (was only
6874 iASL: Add option to completely disable the preprocessor (-Pn).