Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DBuiltinsX86_64.def60 TARGET_BUILTIN(__builtin_ia32_xsave64, "vv*UOi", "n", "xsave")
61 TARGET_BUILTIN(__builtin_ia32_xrstor64, "vv*UOi", "n", "xsave")
DBuiltinsX86.def695 TARGET_BUILTIN(__builtin_ia32_xsave, "vv*UOi", "n", "xsave")
696 TARGET_BUILTIN(__builtin_ia32_xrstor, "vv*UOi", "n", "xsave")
697 TARGET_BUILTIN(__builtin_ia32_xgetbv, "UOiUi", "n", "xsave")
699 TARGET_BUILTIN(__builtin_ia32_xsetbv, "vUiUOi", "n", "xsave")
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfos_i386.h34 LLVM_EXTENSION offsetof(FPR, xsave) + \
39 LLVM_EXTENSION offsetof(FPR, xsave) + \
DRegisterInfos_x86_64.h25 LLVM_EXTENSION offsetof(FPR, xsave) + \
33 LLVM_EXTENSION offsetof(FPR, xsave) + \
38 LLVM_EXTENSION offsetof(FPR, xsave) + \
DRegisterContext_x86.h365 XSAVE xsave; // x86 extended processor state. member
DRegisterContextPOSIX_x86.cpp548 m_fpr.xsave.ymmh[reg_no].bytes); in CopyYMMtoXSTATE()
565 m_fpr.xsave.ymmh[reg_no].bytes); in CopyXSTATEtoYMM()
/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dcpu.h144 C(xsave, 26)
/freebsd-12-stable/sys/i386/i386/
Dnpx.c109 xsave(char *addr, uint64_t mask) in xsave() function
144 void xsave(char *addr, uint64_t mask);
326 xsave((char *)addr, xsave_mask); in fpusave_xsave()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DX86TargetParser.def191 X86_FEATURE (XSAVE, "xsave")
/freebsd-12-stable/sys/amd64/amd64/
Dcpu_switch.S315 xsave (%r9)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86.td51 def FeatureXSAVE : SubtargetFeature<"xsave", "HasXSAVE", "true",
52 "Support xsave instructions">;
DX86InstrSystem.td545 "xsave\t$dst",
/freebsd-12-stable/contrib/binutils/opcodes/
Di386-opc.tbl1502 xsave, 1, 0xfae, 0x4, CpuXSAVE, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_xSuf, { BaseIndex|Disp8|Di…
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td4244 def mno_xsave : Flag<["-"], "mno-xsave">, Group<m_x86_Features_Group>;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp12669 INTRINSIC_X86_XSAVE_ID(xsave); in EmitX86BuiltinExpr()