Home
last modified time | relevance | path

Searched refs:xsave (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h34 LLVM_EXTENSION offsetof(FPR, xsave) + \
39 LLVM_EXTENSION offsetof(FPR, xsave) + \
H A DRegisterInfos_x86_64.h25 LLVM_EXTENSION offsetof(FPR, xsave) + \
33 LLVM_EXTENSION offsetof(FPR, xsave) + \
38 LLVM_EXTENSION offsetof(FPR, xsave) + \
H A DRegisterInfos_x86_64_with_base.h27 LLVM_EXTENSION offsetof(FPR, xsave) + \
35 LLVM_EXTENSION offsetof(FPR, xsave) + \
40 LLVM_EXTENSION offsetof(FPR, xsave) + \
H A DRegisterContext_x86.h368 XSAVE xsave; // x86 extended processor state. member
H A DRegisterContextPOSIX_x86.cpp510 m_fpr.xsave.ymmh[reg_no].bytes); in CopyYMMtoXSTATE()
526 m_fpr.xsave.ymmh[reg_no].bytes); in CopyXSTATEtoYMM()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcpu.h143 C(xsave, 26)
/freebsd/sys/contrib/zstd/lib/common/
H A Dcpu.h141 C(xsave, 26)
/freebsd/sys/i386/i386/
H A Dnpx.c103 xsave(char *addr, uint64_t mask) in xsave() function
299 xsave((char *)addr, xsave_mask); in fpusave_xsave()
/freebsd/sys/contrib/openzfs/config/
H A Dtoolchain-simd.m4440 __asm__ __volatile__("xsave %[b]\n" : : [b] "m" (*b) : "memory");
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def228 X86_FEATURE_COMPAT(XSAVE, "xsave", 0)
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S301 xsave (%r9)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td607 // on Windows without needing to enable the xsave feature to be compatible with
620 "xsave\t$dst",
H A DX86.td54 def FeatureXSAVE : SubtargetFeature<"xsave", "HasXSAVE", "true",
55 "Support xsave instructions">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def613 TARGET_BUILTIN(__builtin_ia32_xsave, "vv*UOi", "n", "xsave")
614 TARGET_BUILTIN(__builtin_ia32_xrstor, "vv*UOi", "n", "xsave")
615 TARGET_BUILTIN(__builtin_ia32_xgetbv, "UOiUi", "n", "xsave")
617 TARGET_BUILTIN(__builtin_ia32_xsetbv, "vUiUOi", "n", "xsave")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6360 def mno_xsave : Flag<["-"], "mno-xsave">, Group<m_x86_Features_Group>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14548 INTRINSIC_X86_XSAVE_ID(xsave); in EmitX86BuiltinExpr()