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