Searched refs:HasXSAVE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 355 HasXSAVE = true; in handleTargetFeatures() 865 if (HasXSAVE) in getTargetDefines() 1268 .Case("xsave", HasXSAVE) in hasFeature()
|
H A D | X86.h | 119 bool HasXSAVE = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 606 // NOTE: No HasXSAVE predicate so that these can be used with _xgetbv/_xsetbv 621 [(int_x86_xsave addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVE]>; 624 [(int_x86_xsave64 addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVE, In64BitMode]>; 627 [(int_x86_xrstor addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVE]>; 630 [(int_x86_xrstor64 addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVE, In64BitMode]>; 648 [(int_x86_xsaves64 addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVE, In64BitMode]>;
|
H A D | X86InstrPredicates.td | 105 def HasXSAVE : Predicate<"Subtarget->hasXSAVE()">;
|
H A D | X86.td | 54 def FeatureXSAVE : SubtargetFeature<"xsave", "HasXSAVE", "true",
|