Searched refs:XSAVE (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContext_x86.h | 352 struct XSAVE { struct 368 XSAVE xsave; // x86 extended processor state. argument
|
H A D | RegisterInfos_i386.h | 35 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index])) 40 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]))
|
H A D | RegisterInfos_x86_64.h | 26 LLVM_EXTENSION offsetof(XSAVE, ymmh[0]) + (32 * reg_index)) 34 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index]) + GDB_REMOTE_OFFSET) 39 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]) + GDB_REMOTE_OFFSET)
|
H A D | RegisterInfos_x86_64_with_base.h | 28 LLVM_EXTENSION offsetof(XSAVE, ymmh[0]) + (32 * reg_index)) 36 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index]) + GDB_REMOTE_OFFSET) 41 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]) + GDB_REMOTE_OFFSET)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 433 AC_MSG_CHECKING([whether host toolchain supports XSAVE]) 444 AC_DEFINE([HAVE_XSAVE], 1, [Define if host toolchain supports XSAVE])
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 148 XEN_CPUFEATURE(XSAVE, 1*32+26) /*A XSAVE/XRSTOR/XSETBV/XGETBV */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 53 =item bit #58, XSAVE bit, lack of which in combination with MOVBE is used
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 228 X86_FEATURE_COMPAT(XSAVE, "xsave", 0)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 17 // operands can use the REX2 prefix to access the EGPR, except XSAVE*/XRSTOR.
|
H A D | X86InstrSystem.td | 604 // XSAVE instructions 619 def XSAVE : I<0xAE, MRM4m, (outs), (ins opaquemem:$dst),
|
H A D | X86SchedBroadwell.td | 1465 def: InstRW<[BWWriteResGroup186], (instrs XSAVE)>;
|
H A D | X86SchedSkylakeClient.td | 1552 def: InstRW<[SKLWriteResGroup215], (instrs XSAVE)>;
|
H A D | X86SchedHaswell.td | 1640 def: InstRW<[HWWriteResGroup165], (instrs XSAVE)>;
|
H A D | X86SchedAlderlakeP.td | 2417 def : InstRW<[ADLPWriteResGroup280], (instrs XSAVE)>;
|
H A D | X86SchedSkylakeServer.td | 2296 def: InstRW<[SKXWriteResGroup255], (instrs XSAVE)>;
|
H A D | X86SchedIceLake.td | 2313 def: InstRW<[ICXWriteResGroup255], (instrs XSAVE)>;
|
H A D | X86SchedSapphireRapids.td | 5137 def : InstRW<[SPRWriteResGroup567], (instrs XSAVE)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 1279 case X86::XSAVE: in canUseApxExtendedReg()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 612 // XSAVE
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 2626 // XSAVE
|