Home
last modified time | relevance | path

Searched refs:TH (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp165 unsigned char TH = MI->getOperand(0).getImm(); in printInst() local
169 if (TH == 16) in printInst()
174 if (IsBookE && TH != 0 && TH != 16) in printInst()
175 O << (unsigned int) TH << ", "; in printInst()
181 if (!IsBookE && TH != 0 && TH != 16) in printInst()
182 O << ", " << (unsigned int) TH; in printInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp181 const int64_t TH = Imm & CPol::TH; in printCPol() local
184 printTH(MI, TH, Scope, O); in printCPol()
207 if (TH == 0) in printTH()
220 if (TH & AMDGPU::CPol::TH_ATOMIC_CASCADE) { in printTH()
224 O << formatHex(TH); in printTH()
225 } else if (TH & AMDGPU::CPol::TH_ATOMIC_NT) in printTH()
227 else if (TH & AMDGPU::CPol::TH_ATOMIC_RETURN) in printTH()
230 O << formatHex(TH); in printTH()
232 if (!IsStore && TH == AMDGPU::CPol::TH_RESERVED) in printTH()
233 O << formatHex(TH); in printTH()
[all …]
H A DAMDGPUInstPrinter.h69 void printTH(const MCInst *MI, int64_t TH, int64_t Scope, raw_ostream &O);
/freebsd-14.2/contrib/ncurses/
H A Ddist.mk133 T=`$${EGREP-grep -E} '^.TH' $$f|sed -e 's/^.TH //' -e s'/"//g' -e 's/[ ]\+$$//'` ; \
/freebsd-14.2/contrib/ntp/sntp/ag-tpl/0-old/
H A Dagman-cmd.tpl34 (sprintf ".TH %s %s \"%s\" \"%s\" \"%s\"\n.\\\"\n"
/freebsd-14.2/contrib/ntp/util/
H A Dntp-keygen.texi142 Designate one of them as the trusted host (TH) using @code{ntp-keygen}
145 Then configure the other hosts to synchronize to the TH directly or indirectly.
147 ascendant host towards the TH to sign its certificate, which is then
149 All group hosts should have acyclic certificate trails ending on the TH.
H A Dntp-keygen-opts.def551 Designate one of them as the trusted host (TH) using
556 Then configure the other hosts to synchronize to the TH directly or
559 ascendant host towards the TH to sign its certificate, which is then
561 All group hosts should have acyclic certificate trails ending on the TH.
H A Dinvoke-ntp-keygen.texi285 Designate one of them as the trusted host (TH) using
290 Then configure the other hosts to synchronize to the TH directly or
293 ascendant host towards the TH to sign its certificate, which is then
295 All group hosts should have acyclic certificate trails ending on the TH.
/freebsd-14.2/crypto/heimdal/lib/gssapi/mech/
H A Dmech.cat558 AAUUTTHHOORRSS
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h371 TH = 0x7, // All TH bits enumerator
399 ALL = TH | SCOPE,
H A DSIMemoryLegalizer.cpp2170 uint64_t NewTH = Value & AMDGPU::CPol::TH; in setTH()
2171 if ((CPol->getImm() & AMDGPU::CPol::TH) != NewTH) { in setTH()
2172 CPol->setImm((CPol->getImm() & ~AMDGPU::CPol::TH) | NewTH); in setTH()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4795 const unsigned TH = CPol & AMDGPU::CPol::TH; in validateTHAndScopeBits() local
4812 if (TH == 0) in validateTHAndScopeBits()
4816 ((TH == AMDGPU::CPol::TH_NT_RT) || (TH == AMDGPU::CPol::TH_RT_NT) || in validateTHAndScopeBits()
4820 if (TH == AMDGPU::CPol::TH_BYPASS) { in validateTHAndScopeBits()
6298 int64_t TH; in parseCPol() local
6303 CPolVal |= TH; in parseCPol()
6400 TH = AMDGPU::CPol::TH_RT; in parseTH()
6409 TH = AMDGPU::CPol::TH_TYPE_LOAD; in parseTH()
6412 TH = AMDGPU::CPol::TH_TYPE_STORE; in parseTH()
6420 if (TH != 0) { in parseTH()
[all …]
/freebsd-14.2/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
343 TH.dirtab {
/freebsd-14.2/contrib/sendmail/contrib/
H A Dmail.local.linux113 M<(AEX,2094VZLF2?JS3\-@=*/&4=EA#*TH>G4:UIO,9E;,)`@L*SFY@I\):$
115 M*9Q`RU@UJR^.>XCS9IF8*9Q>>[1TH[01VBFW28E?(@:U*<S,-JP2&B`JT)M8
148 M`?"^A`O49.K.R<TH&5CQII=P8%N=POSQOMAGJ$3")9L-+HT,[*<F-<U@G]@2
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1697 "dcbf $addr, $TH", IIC_LdStDCBF, []>,
1702 "dcbt $addr, $TH", IIC_LdStDCBF, []>,
1705 "dcbtst $addr, $TH", IIC_LdStDCBF, []>,
1734 def : Pat<(int_ppc_dcbt_with_hint xoaddr:$dst, i32:$TH),
1735 (DCBT i32:$TH, xoaddr:$dst)>;
1736 def : Pat<(int_ppc_dcbtst_with_hint xoaddr:$dst, i32:$TH),
1737 (DCBTST i32:$TH, xoaddr:$dst)>;
4499 def DCBTCT : PPCAsmPseudo<"dcbtct $dst, $TH", (ins memrr:$dst, u5imm:$TH)>;
4500 def DCBTDS : PPCAsmPseudo<"dcbtds $dst, $TH", (ins memrr:$dst, u5imm:$TH)>;
4503 def DCBTSTCT : PPCAsmPseudo<"dcbtstct $dst, $TH", (ins memrr:$dst, u5imm:$TH)>;
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/
H A Dturris1x.dts99 /* ATSHA204-TH-DA-T crypto module */
/freebsd-14.2/contrib/tcsh/
H A Dtcsh.man2html205 if (/^\.TH\s+(\w+)\s+(\w+)\s+\"([^\"]*)\"\s+\"([^\"]*)\"/) {
527 if (/^\.TH/) { # Title; got this already
/freebsd-14.2/contrib/mandoc/
H A DTODO93 when implementing this, also let .TH set it
628 - report double .TH in man(7) as an ERROR and let the first win
/freebsd-14.2/share/misc/
H A Diso3166241 TH THA 764 Thailand

12