Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp355 HasXSAVE = true; in handleTargetFeatures()
865 if (HasXSAVE) in getTargetDefines()
1268 .Case("xsave", HasXSAVE) in hasFeature()
H A DX86.h119 bool HasXSAVE = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td606 // 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 DX86InstrPredicates.td105 def HasXSAVE : Predicate<"Subtarget->hasXSAVE()">;
H A DX86.td54 def FeatureXSAVE : SubtargetFeature<"xsave", "HasXSAVE", "true",