Skip to content

fplCPUIDLeaf Union Reference

Finalspace edited this page May 29, 2026 · 1 revision

Container representing the 4-registers for a CPU-Leaf (EAX, EBX, ECX, EDX). More...

#include <final_platform_layer.h>

Data Fields

Type Name
struct {
uint32_t eax
The 32-bit EAX Register. More...
uint32_t ebx
The 32-bit EBX Register. More...
uint32_t ecx
The 32-bit ECX Register. More...
uint32_t edx
The 32-bit EDX Register. More...
};
uint32_t raw [4]
The raw 32-bit register array.

Detailed Description

Container representing the 4-registers for a CPU-Leaf (EAX, EBX, ECX, EDX).

Definition at line 5678 of file final_platform_layer.h.

Field Documentation

eax

uint32_t fplCPUIDLeaf::eax

The 32-bit EAX Register.

Definition at line 5681 of file final_platform_layer.h.

ebx

uint32_t fplCPUIDLeaf::ebx

The 32-bit EBX Register.

Definition at line 5683 of file final_platform_layer.h.

ecx

uint32_t fplCPUIDLeaf::ecx

The 32-bit ECX Register.

Definition at line 5685 of file final_platform_layer.h.

edx

uint32_t fplCPUIDLeaf::edx

The 32-bit EDX Register.

Definition at line 5687 of file final_platform_layer.h.

raw

uint32_t fplCPUIDLeaf::raw[4]

The raw 32-bit register array.

Definition at line 5690 of file final_platform_layer.h.


The documentation for this union was generated from the following file:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally