Home
last modified time | relevance | path

Searched refs:xsaveopt (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/i386/i386/
H A Dnpx.c114 xsaveopt(char *addr, uint64_t mask) in xsaveopt() function
292 xsaveopt((char *)addr, xsave_mask); in fpusave_xsaveopt()
/freebsd/sys/contrib/openzfs/config/
H A Dtoolchain-simd.m4461 __asm__ __volatile__("xsaveopt %[b]\n" : : [b] "m" (*b) : "memory");
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def230 X86_FEATURE_COMPAT(XSAVEOPT, "xsaveopt", 0)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td57 def FeatureXSAVEOPT: SubtargetFeature<"xsaveopt", "HasXSAVEOPT", "true",
58 "Support xsaveopt instructions",
H A DX86InstrSystem.td632 "xsaveopt\t$dst",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def619 TARGET_BUILTIN(__builtin_ia32_xsaveopt, "vv*UOi", "n", "xsaveopt")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6364 def mno_xsaveopt : Flag<["-"], "mno-xsaveopt">, Group<m_x86_Features_Group>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14552 INTRINSIC_X86_XSAVE_ID(xsaveopt); in EmitX86BuiltinExpr()