Home
last modified time | relevance | path

Searched refs:FST (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dopenfst6 0 long 0x7eb2fdd6 OpenFst binary FST data
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig328 # Enable Fast Session Transfer (FST)
331 # Enable CLI commands for FST testing
H A Dandroid.config189 # Enable Fast Session Transfer (FST)
H A DChangeLog238 * fixed and improved various FST operations
316 * added Fast Session Transfer (FST) module
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddefconfig574 # Enable Fast Session Transfer (FST)
577 # Enable CLI commands for FST testing
H A Dandroid.config501 # Enable Fast Session Transfer (FST)
H A DChangeLog354 * fixed and improved various FST operations
474 * added Fast Session Transfer (FST) module
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF1.td277 defm FST : FT_XYAI_ST<0b0010010, "fst">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFPStack.td434 // FST does not support 80-bit memory target; FSTP must be used.
H A DX86ISelLowering.h958 FST, enumerator
H A DX86InstrFragments.td801 def X86fst : SDNode<"X86ISD::FST", SDTX86Fst,
H A DX86ScheduleZnver2.td785 // FST(P).
H A DX86ScheduleZnver1.td775 // FST(P).
H A DX86SchedHaswell.td796 // FST(P).
H A DX86ISelDAGToDAG.cpp1497 Store = CurDAG->getMemIntrinsicNode(X86ISD::FST, dl, VTs, Ops, MemVT, in PreprocessISelDAG()
H A DX86ISelLowering.cpp20176 DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys, FSTOps, DstVT, StoreMMO); in BuildFILD()
34944 NODE_NAME_CASE(FST) in getTargetNodeName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2616 static StringRef GetFormatStringTypeName(FormatStringType FST);
2784 CheckFormatStringsCompatible(FormatStringType FST,
2793 bool ValidateFormatString(FormatStringType FST, const StringLiteral *Str);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dregex661 template <class traits, class charT, class ST, class SA, class FST, class FSA>
665 const basic_string<charT, FST, FSA>& fmt,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4084 FormatStringType FST = S.GetFormatStringType(Info.Identifier->getName()); in handleFormatMatchesAttr() local
4085 if (S.ValidateFormatString(FST, SL)) in handleFormatMatchesAttr()
H A DSemaChecking.cpp6621 StringRef Sema::GetFormatStringTypeName(FormatStringType FST) { in GetFormatStringTypeName() argument
6622 switch (FST) { in GetFormatStringTypeName()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex661 template <class traits, class charT, class ST, class SA, class FST, class FSA>
665 const basic_string<charT, FST, FSA>& fmt,