Searched refs:xsaveopt (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | npx.c | 114 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 D | toolchain-simd.m4 | 461 __asm__ __volatile__("xsaveopt %[b]\n" : : [b] "m" (*b) : "memory");
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 230 X86_FEATURE_COMPAT(XSAVEOPT, "xsaveopt", 0)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 57 def FeatureXSAVEOPT: SubtargetFeature<"xsaveopt", "HasXSAVEOPT", "true", 58 "Support xsaveopt instructions",
|
H A D | X86InstrSystem.td | 632 "xsaveopt\t$dst",
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 619 TARGET_BUILTIN(__builtin_ia32_xsaveopt, "vv*UOi", "n", "xsaveopt")
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 6364 def mno_xsaveopt : Flag<["-"], "mno-xsaveopt">, Group<m_x86_Features_Group>;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 14552 INTRINSIC_X86_XSAVE_ID(xsaveopt); in EmitX86BuiltinExpr()
|