| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | arm_fp16.td | 20 def VNEGSH : SInst<"vneg", "11", "Sh">; 23 def SCALAR_FRECPSH : IInst<"vrecps", "111", "Sh">; 24 def FSQRTSH : SInst<"vsqrt", "11", "Sh">; 25 def SCALAR_FRSQRTSH : IInst<"vrsqrts", "111", "Sh">; 28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">; 31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">; 34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">; 37 def FRINTZ_S64H : SInst<"vrnd", "11", "Sh">; 38 def FRINTA_S64H : SInst<"vrnda", "11", "Sh">; 39 def FRINTI_S64H : SInst<"vrndi", "11", "Sh">; [all …]
|
| D | arm_neon.td | 1819 def SCALAR_FMLA_LANEH : IInst<"vfma_lane", "111.I", "Sh">; 1820 def SCALAR_FMLA_LANEQH : IInst<"vfma_laneq", "111QI", "Sh"> { 1832 def SCALAR_FMLS_LANEH : IOpInst<"vfms_lane", "111.I", "Sh", OP_FMS_LN>; 1833 def SCALAR_FMLS_LANEQH : IOpInst<"vfms_laneq", "111QI", "Sh", OP_FMS_LNQ> { 1842 def SCALAR_FMUL_LANEH : IOpInst<"vmul_lane", "11.I", "Sh", OP_SCALAR_MUL_LN>; 1843 def SCALAR_FMUL_LANEQH : IOpInst<"vmul_laneq", "11QI", "Sh", OP_SCALAR_MUL_LN> { 1854 def SCALAR_FMULX_LANEH : IInst<"vmulx_lane", "11.I", "Sh">; 1855 def SCALAR_FMULX_LANEQH : IInst<"vmulx_laneq", "11QI", "Sh"> { 1873 def SCALAR_VDUP_LANEH : IInst<"vdup_lane", "1.I", "Sh">; 1874 def SCALAR_VDUP_LANEQH : IInst<"vdup_laneq", "1QI", "Sh"> {
|
| /freebsd-12-stable/contrib/libxo/libxo/ |
| D | add.man.in | 1 .Sh ADDITIONAL DOCUMENTATION 23 .Sh HISTORY 28 .Sh AUTHOR
|
| /freebsd-12-stable/tools/tools/sysdoc/ |
| D | sysdoc.sh | 38 .Sh IMPLEMENTATION NOTES 49 .Sh SEE ALSO 58 .Sh AUTHORS 68 .Sh BUGS
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | BitTracker.cpp | 253 BT::RegisterCell &BT::RegisterCell::rol(uint16_t Sh) { in rol() argument 257 Sh = Sh % W; in rol() 258 if (Sh == 0) in rol() 261 RegisterCell Tmp(W-Sh); in rol() 263 for (uint16_t i = 0; i < W-Sh; ++i) in rol() 266 for (uint16_t i = 0; i < Sh; ++i) in rol() 267 Bits[i] = Bits[W-Sh+i]; in rol() 269 for (uint16_t i = 0; i < W-Sh; ++i) in rol() 270 Bits[i+Sh] = Tmp.Bits[i]; in rol() 519 uint16_t Sh) const { in eASL() [all …]
|
| D | BitTracker.h | 319 RegisterCell &rol(uint16_t Sh); // Rotate left. 427 RegisterCell eASL(const RegisterCell &A1, uint16_t Sh) const; 428 RegisterCell eLSR(const RegisterCell &A1, uint16_t Sh) const; 429 RegisterCell eASR(const RegisterCell &A1, uint16_t Sh) const;
|
| /freebsd-12-stable/tools/build/options/ |
| D | makeman | 326 .Sh FILES 332 .Sh SEE ALSO 337 .Sh HISTORY 342 .Sh AUTHORS
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | mandoc.css | 75 section.Sh { } 76 h1.Sh { margin-top: 1.2em; 266 h1.Sh, h2.Ss { position: relative; } 296 h1.Sh::before { content: "Sh"; } 311 h1.Sh::before, h2.Ss::before, .St::before, .Sx::before, .Sy::before, 332 .Rs:hover::before, h1.Sh:hover::before, h2.Ss:hover::before, .St:hover::before, 343 h1.Sh, h2.Ss { margin-left: 0em; }
|
| D | TODO | 152 - .Sh and .Ss should be parsed and partially callable, see groff_mdoc(7) 165 .Sh .Nm .Bk .Nm .Ek .Sh found by jmc@ in ssh-keygen(1) 595 - warn about duplicate .Sh/.Ss heads 610 - warn when .Sh or .Ss contain other macros 620 .Fn Po prints "Po()", .Ar Sh prints "file ..." and no "Sh".
|
| D | NEWS | 361 array if .sp or a blank line precede the first .Sh macro. 517 of the first .Sh was an empty in-line macro. 871 * Fix NULL pointer access triggered by .Sh Xo .Sh without .Xc. 946 * In the mdoc(7) parser, a crash was fixed related to weird .Sh headers.
|
| /freebsd-12-stable/usr.bin/calendar/calendars/ |
| D | calendar.judaic | 17 2018/1/17* Rosh Chodesh Sh'vat 100 2019/1/7* Rosh Chodesh Sh'vat 186 2020/1/27* Rosh Chodesh Sh'vat 267 2021/1/14* Rosh Chodesh Sh'vat 349 2022/1/3* Rosh Chodesh Sh'vat 435 2023/1/23* Rosh Chodesh Sh'vat 516 2024/1/11* Rosh Chodesh Sh'vat 602 2025/1/30* Rosh Chodesh Sh'vat 684 2026/1/19* Rosh Chodesh Sh'vat 767 2027/1/9* Rosh Chodesh Sh'vat
|
| /freebsd-12-stable/contrib/openpam/doc/man/ |
| D | openpam.man | 1 .Sh DESCRIPTION
|
| D | pam.man | 1 .Sh DESCRIPTION
|
| /freebsd-12-stable/contrib/sendmail/cf/ostype/ |
| D | qnx.m4 | 19 _DEFIFNOT(`LOCAL_MAILER_FLAGS', `Sh')dnl
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 997 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() 998 : PHIId(pn), Shift(Sh), Inst(User) {} in PHIUsageRecord() 1015 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() 1016 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {} in LoweredPHIRecord() 1019 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() 1020 : PN(pn), Shift(Sh), Width(0) {} in LoweredPHIRecord()
|
| D | InstCombineCasts.cpp | 985 Value *Sh = ConstantInt::get(In->getType(), in transformZExtICmp() local 987 In = Builder.CreateLShr(In, Sh, In->getName() + ".lobit"); in transformZExtICmp() 1381 Value *Sh = ConstantInt::get(Op0->getType(), in transformSExtICmp() local 1383 Value *In = Builder.CreateAShr(Op0, Sh, Op0->getName() + ".lobit"); in transformSExtICmp()
|
| /freebsd-12-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| D | mdoc-synopsis.tlib | 4 .Sh SYNOPSIS
|
| D | cmd-doc.tlib | 95 (emit (string-append ".Sh \"" sect-name "\"\n")) 110 .Sh NAME 237 *==* " " :+].Sh "[+: (. sec-type) :+]"[+: 238 * :+].Sh [+: (. sec-type) :+][+: 318 .\" insert save the current contents, replacing the .Sh line with .Pp. 349 "sed '1s/.Sh .*/.Pp/' %1$s ; rm -f %1$s" file-name)) :+][+:
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | ChangeLog.2003 | 1116 * lib/krb5/krb5_verify_user.3: .Sh EXAMPLE -> .Sh EXAMPLES, from 1119 * lib/krb5/krb5_openlog.3: .Sh EXAMPLE -> .Sh EXAMPLES, sort 1122 * lib/krb5/krb5_keytab.3: .Sh EXAMPLE -> .Sh EXAMPLES, mdoc fixes, 1125 * lib/krb5/krb5_get_krbhst.3: .Sh EXAMPLE -> .Sh EXAMPLES, from 1132 * lib/krb5/krb5.conf.5: .Sh EXAMPLE -> .Sh EXAMPLES, from netbsd
|
| D | ChangeLog.2004 | 1062 * lib/krb5/krb5_creds.3: drop .Pp before .Sh
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 766 if (ConstantSDNode *Sh = in SelectLdStSOReg() local 768 ShAmt = Sh->getZExtValue(); in SelectLdStSOReg() 788 if (ConstantSDNode *Sh = in SelectLdStSOReg() local 790 ShAmt = Sh->getZExtValue(); in SelectLdStSOReg() 841 if (ConstantSDNode *Sh = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectAddrMode2OffsetReg() local 842 ShAmt = Sh->getZExtValue(); in SelectAddrMode2OffsetReg() 1515 if (ConstantSDNode *Sh = dyn_cast<ConstantSDNode>(OffReg.getOperand(1))) { in SelectT2AddrModeSoReg() local 1516 ShAmt = Sh->getZExtValue(); in SelectT2AddrModeSoReg()
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm1136jfs.md | 62 ; e_1 = Sh/Mac1, e_2 = ALU/Mac2, e_3 = SAT/Mac3
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp.conf.def | 90 .Sh Configuration Support 459 .Sh Authentication Support 1074 .Sh Monitoring Support 1433 .Sh Access Control Support 1733 .Sh Automatic NTP Configuration Options 2137 .Sh Reference Clock Support 2451 .Sh Miscellaneous Options
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 3742 SDValue Sh = in ExpandNode() local 3746 VT.getScalarType(), Ex, Sh)); in ExpandNode()
|
| /freebsd-12-stable/contrib/ntp/util/ |
| D | ntp-keygen-opts.def | 1191 8 MD5 45:V,r4]l6y^JH6"Sh?F # MD5 key
|