Home
last modified time | relevance | path

Searched refs:HasFXSR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp353 HasFXSR = true; in handleTargetFeatures()
863 if (HasFXSR) in getTargetDefines()
1213 .Case("fxsr", HasFXSR) in hasFeature()
H A DX86.h118 bool HasFXSR = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFPStack.td670 Requires<[HasFXSR]>;
673 TB, Requires<[HasFXSR, In64BitMode]>;
679 TB, Requires<[HasFXSR]>;
682 TB, Requires<[HasFXSR, In64BitMode]>;
H A DX86InstrPredicates.td103 def HasFXSR : Predicate<"Subtarget->hasFXSR()">;
H A DX86.td51 def FeatureFXSR : SubtargetFeature<"fxsr", "HasFXSR", "true",