![]() |
Qt 6.x
The Qt SDK
|
#include "qsimd_x86_p.h"
Go to the source code of this file.
Classes | |
struct | X86Architecture |
struct | XSaveRequirementMapping |
Enumerations | |
enum | X86CpuidLeaves { Leaf01EDX , Leaf01ECX , Leaf07_00EBX , Leaf07_00ECX , Leaf07_00EDX , Leaf07_01EAX , Leaf07_01EDX , Leaf13_01EAX , Leaf80000001hECX , Leaf80000008hEBX , X86CpuidMaxLeaf } |
enum | XSaveBits { XSave_X87 = 0x0001 , XSave_SseState = 0x0002 , XSave_Ymm_Hi128 = 0x0004 , XSave_Bndregs = 0x0008 , XSave_Bndcsr = 0x0010 , XSave_OpMask = 0x0020 , XSave_Zmm_Hi256 = 0x0040 , XSave_Hi16_Zmm = 0x0080 , XSave_PTState = 0x0100 , XSave_PKRUState = 0x0200 , XSave_CetUState = 0x0800 , XSave_CetSState = 0x1000 , XSave_HdcState = 0x2000 , XSave_UintrState = 0x4000 , XSave_HwpState = 0x10000 , XSave_Xtilecfg = 0x20000 , XSave_Xtiledata = 0x40000 , XSave_AvxState = XSave_SseState | XSave_Ymm_Hi128 , XSave_MPXState = XSave_Bndregs | XSave_Bndcsr , XSave_Avx512State = XSave_AvxState | XSave_OpMask | XSave_Zmm_Hi256 | XSave_Hi16_Zmm , XSave_CetState = XSave_CetUState | XSave_CetSState , XSave_AmxState = XSave_Xtilecfg | XSave_Xtiledata } |
Variables | |
static const char | features_string [] |
static const uint16_t | features_indices [] |
static const uint16_t | x86_locators [] |
static const struct X86Architecture | x86_architectures [] |
static const uint64_t | XSaveReq_AvxState |
static const uint64_t | XSaveReq_Avx512State |
static const uint64_t | XSaveReq_CetState |
static const struct XSaveRequirementMapping | xsave_requirements [] |
enum X86CpuidLeaves |
Enumerator | |
---|---|
Leaf01EDX | |
Leaf01ECX | |
Leaf07_00EBX | |
Leaf07_00ECX | |
Leaf07_00EDX | |
Leaf07_01EAX | |
Leaf07_01EDX | |
Leaf13_01EAX | |
Leaf80000001hECX | |
Leaf80000008hEBX | |
X86CpuidMaxLeaf |
Definition at line 57 of file qsimd_x86.cpp.
enum XSaveBits |
Definition at line 146 of file qsimd_x86.cpp.
|
static |
Definition at line 49 of file qsimd_x86.cpp.
|
static |
Definition at line 8 of file qsimd_x86.cpp.
|
static |
Definition at line 118 of file qsimd_x86.cpp.
|
static |
Definition at line 71 of file qsimd_x86.cpp.
|
static |
Definition at line 215 of file qsimd_x86.cpp.
|
static |
Definition at line 192 of file qsimd_x86.cpp.
|
static |
Definition at line 172 of file qsimd_x86.cpp.
|
static |
Definition at line 206 of file qsimd_x86.cpp.