Platforms to show: All Mac Windows Linux Cross-Platform

Back to CPUIDMBS class.

Previous items Next items

CPUIDMBS.kFeatureFXSR = 22

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

FXSAVE / FXRSTOR supported

CPUIDMBS.kFeatureFXSR_OPT = 59

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

FFXSR: FXSAVE and FXRSTOR optimizations

CPUIDMBS.kFeatureHT = 26

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Hyper-threading supported (but might be disabled)

CPUIDMBS.kFeatureHWPState = 81

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Hardware P-state control

CPUIDMBS.kFeatureIA64 = 28

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

IA64 supported (Itanium only)

CPUIDMBS.kFeatureIBS = 70

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Instruction-based sampling

CPUIDMBS.kFeatureLAHF_LM = 62

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

LAHF/SAHF supported in 64-bit mode

CPUIDMBS.kFeatureLM = 61

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.
Example
dim c as new CPUIDMBS

if c.Flags(CPUIDMBS.kFeatureLM) then
MsgBox "64-bit CPU"
else
MsgBox "32-bit CPU"
end if

Long mode (x86_64/EM64T) supported

CPUIDMBS.kFeatureMCA = 13

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Machine check architecture

CPUIDMBS.kFeatureMCE = 7

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Machine check exception

CPUIDMBS.kFeatureMisalignSSE = 66

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Misaligned SSE supported

CPUIDMBS.kFeatureMMX = 21

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

MMX instruction set supported

CPUIDMBS.kFeatureMMXEXT = 55

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

AMD MMX-extended instructions supported

CPUIDMBS.kFeatureMONITOR = 33

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

MONITOR / MWAIT supported

CPUIDMBS.kFeatureMOVBE = 49

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

MOVBE instruction supported

CPUIDMBS.kFeatureMSR = 5

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Model-specific regsisters, RDMSR/WRMSR supported

CPUIDMBS.kFeatureMTRR = 10

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Memory type range registers

CPUIDMBS.kFeatureNX = 58

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

No-execute bit supported

CPUIDMBS.kFeatureOSVW = 69

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

OS Visible Workaround (AMD)

CPUIDMBS.kFeatureOSXSAVE = 53

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

non-privileged copy of OSXSAVE supported

CPUIDMBS.kFeaturePA = 93

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Processor accumulator

CPUIDMBS.kFeaturePAE = 6

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Physical address extension

CPUIDMBS.kFeaturePAT = 15

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Page attribute table

CPUIDMBS.kFeaturePBE = 29

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Pending-break enable

CPUIDMBS.kFeaturePCLMUL = 31

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

PCLMULQDQ instruction supported

CPUIDMBS.kFeaturePDCM = 43

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Performance capabilities MSR supported

CPUIDMBS.kFeaturePFI = 92

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Processor Feedback Interface support

CPUIDMBS.kFeaturePGE = 12

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Page global enable

CPUIDMBS.kFeaturePN = 17

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

Processor serial # implemented (Intel P3 only)

CPUIDMBS.kFeaturePNI = 30

Type Topic Plugin Version
const CPUInfo MBS Util Plugin 14.3
One of the feature constants.

PNI (SSE3) instructions supported

Previous items Next items

The items on this page are in the following plugins: MBS Util Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...