Searched refs:xsaveopt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/i386/i386/ |
| H A D | npx.c | 116 xsaveopt(char *addr, uint64_t mask) in xsaveopt() function 294 xsaveopt((char *)addr, xsave_mask); in fpusave_xsaveopt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsX86_64.def | 61 TARGET_BUILTIN(__builtin_ia32_xsaveopt64, "vv*UOi", "n", "xsaveopt")
|
| H A D | BuiltinsX86.def | 656 TARGET_BUILTIN(__builtin_ia32_xsaveopt, "vv*UOi", "n", "xsaveopt")
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | toolchain-simd.m4 | 461 __asm__ __volatile__("xsaveopt %[b]\n" : : [b] "m" (*b) : "memory");
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 231 X86_FEATURE (XSAVEOPT, "xsaveopt")
|
| /freebsd-14.2/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 | 599 "xsaveopt\t$dst",
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 6072 def mno_xsaveopt : Flag<["-"], "mno-xsaveopt">, Group<m_x86_Features_Group>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 14251 INTRINSIC_X86_XSAVE_ID(xsaveopt); in EmitX86BuiltinExpr()
|