Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp155 // 2. We must print the short mnemonics for TH == 0 because the in printInst()
165 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp186 const int64_t TH = Imm & CPol::TH; in printCPol() local
189 printTH(MI, TH, Scope, O); in printCPol()
209 void AMDGPUInstPrinter::printTH(const MCInst *MI, int64_t TH, int64_t Scope, in printTH() argument
212 if (TH == 0) in printTH()
225 if (TH & AMDGPU::CPol::TH_ATOMIC_CASCADE) { in printTH()
227 O << "CASCADE" << (TH & AMDGPU::CPol::TH_ATOMIC_NT ? "_NT" : "_RT"); in printTH()
229 O << formatHex(TH); in printTH()
230 } else if (TH & AMDGPU::CPol::TH_ATOMIC_NT) in printTH()
231 O << "NT" << (TH & AMDGPU::CPol::TH_ATOMIC_RETURN ? "_RETURN" : ""); in printTH()
232 else if (TH & AMDGPU::CPol::TH_ATOMIC_RETURN) in printTH()
[all …]
H A DAMDGPUInstPrinter.h69 void printTH(const MCInst *MI, int64_t TH, int64_t Scope, raw_ostream &O);
/freebsd/contrib/ncurses/
H A Ddist.mk133 T=`$${EGREP-grep -E} '^.TH' $$f|sed -e 's/^.TH //' -e s'/"//g' -e 's/[ ]\+$$//'` ; \
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dagman-cmd.tpl34 (sprintf ".TH %s %s \"%s\" \"%s\" \"%s\"\n.\\\"\n"
/freebsd/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/crypto/heimdal/lib/gssapi/mech/
H A Dmech.cat558 AAUUTTHHOORRSS
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h393 TH = 0x7, // All TH bits enumerator
421 ALL = TH | SCOPE,
H A DSIMemoryLegalizer.cpp2264 uint64_t NewTH = Value & AMDGPU::CPol::TH; in setTH()
2265 if ((CPol->getImm() & AMDGPU::CPol::TH) != NewTH) { in setTH()
2266 CPol->setImm((CPol->getImm() & ~AMDGPU::CPol::TH) | NewTH); in setTH()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1618 ParseStatus parseTH(OperandVector &Operands, int64_t &TH);
4970 const unsigned TH = CPol & AMDGPU::CPol::TH; in validateTHAndScopeBits() local
4984 (!(TH & AMDGPU::CPol::TH_ATOMIC_RETURN))) in validateTHAndScopeBits()
4987 if (TH == 0) in validateTHAndScopeBits()
4991 ((TH == AMDGPU::CPol::TH_NT_RT) || (TH == AMDGPU::CPol::TH_RT_NT) || in validateTHAndScopeBits()
4992 (TH == AMDGPU::CPol::TH_NT_HT))) in validateTHAndScopeBits()
4995 if (TH == AMDGPU::CPol::TH_BYPASS) { in validateTHAndScopeBits()
6539 int64_t TH; in parseCPol() local
6540 ResTH = parseTH(Operands, TH); in parseCPol()
6544 CPolVal |= TH; in parseCPol()
[all …]
/freebsd/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/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/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/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/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/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/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/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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1698 def DCBF : DCB_Form_hint<86, (outs), (ins u3imm:$TH, (memrr $RA, $RB):$addr),
1699 "dcbf $addr, $TH", IIC_LdStDCBF, []>,
1703 def DCBT : DCB_Form_hint<278, (outs), (ins u5imm:$TH, (memrr $RA, $RB):$addr),
1704 "dcbt $addr, $TH", IIC_LdStDCBF, []>,
1706 def DCBTST : DCB_Form_hint<246, (outs), (ins u5imm:$TH, (memrr $RA, $RB):$addr),
1707 "dcbtst $addr, $TH", IIC_LdStDCBF, []>,
1736 def : Pat<(int_ppc_dcbt_with_hint xoaddr:$dst, i32:$TH),
1737 (DCBT i32:$TH, xoaddr:$dst)>;
1738 def : Pat<(int_ppc_dcbtst_with_hint xoaddr:$dst, i32:$TH),
1739 (DCBTST i32:$TH, xoaddr:$dst)>;
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dturris1x.dts99 /* ATSHA204-TH-DA-T crypto module */
/freebsd/contrib/tcsh/
H A Dtcsh.man2html205 if (/^\.TH\s+(\w+)\s+(\w+)\s+\"([^\"]*)\"\s+\"([^\"]*)\"/) {
527 if (/^\.TH/) { # Title; got this already
/freebsd/contrib/bmake/
H A Dbmake.cat1876 `..PPAATTHH' rather than modifying the variable directly.
897 this search list, use the special target `..SSYYSSPPAATTHH' rather than
1473 ..NNOOPPAATTHH Do not search for the target in the directories specified by
1577 ..NNOOPPAATTHH Apply the ..NNOOPPAATTHH attribute to any specified sources.
1605 ..PPAATTHH The sources are directories which are to be searched for files
1611 ..PPAATTHH.._s_u_f_f_i_x
1612 Like ..PPAATTHH but applies only to files with a particular suffix.
1687 ..SSYYSSPPAATTHH
1757 … and !!==. The _._P_A_T_H functionality is based on an older feature VVPPAATTHH found
/freebsd/contrib/mandoc/
H A DTODO101 when implementing this, also let .TH set it
709 - report double .TH in man(7) as an ERROR and let the first win

12