Searched refs:xsave (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_i386.h | 34 LLVM_EXTENSION offsetof(FPR, xsave) + \ 39 LLVM_EXTENSION offsetof(FPR, xsave) + \
|
H A D | RegisterInfos_x86_64.h | 25 LLVM_EXTENSION offsetof(FPR, xsave) + \ 33 LLVM_EXTENSION offsetof(FPR, xsave) + \ 38 LLVM_EXTENSION offsetof(FPR, xsave) + \
|
H A D | RegisterInfos_x86_64_with_base.h | 27 LLVM_EXTENSION offsetof(FPR, xsave) + \ 35 LLVM_EXTENSION offsetof(FPR, xsave) + \ 40 LLVM_EXTENSION offsetof(FPR, xsave) + \
|
H A D | RegisterContext_x86.h | 368 XSAVE xsave; // x86 extended processor state. member
|
H A D | RegisterContextPOSIX_x86.cpp | 510 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 D | cpu.h | 143 C(xsave, 26)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | cpu.h | 141 C(xsave, 26)
|
/freebsd/sys/i386/i386/ |
H A D | npx.c | 103 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 D | toolchain-simd.m4 | 440 __asm__ __volatile__("xsave %[b]\n" : : [b] "m" (*b) : "memory");
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 228 X86_FEATURE_COMPAT(XSAVE, "xsave", 0)
|
/freebsd/sys/amd64/amd64/ |
H A D | cpu_switch.S | 301 xsave (%r9)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 607 // on Windows without needing to enable the xsave feature to be compatible with 620 "xsave\t$dst",
|
H A D | X86.td | 54 def FeatureXSAVE : SubtargetFeature<"xsave", "HasXSAVE", "true", 55 "Support xsave instructions">;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 613 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 D | Options.td | 6360 def mno_xsave : Flag<["-"], "mno-xsave">, Group<m_x86_Features_Group>;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 14548 INTRINSIC_X86_XSAVE_ID(xsave); in EmitX86BuiltinExpr()
|