namespace
X86Namespace for X86-32 specific definitions and classes.
❱ Classes
- class ArchX86
- Intel X86-32 architecture.
❱ Variables
-
static reg_
t EAX constexpr - General purpose register.
-
static reg_
t EBX constexpr - General purpose register.
-
static reg_
t ECX constexpr - General purpose register.
-
static reg_
t EDX constexpr - General purpose register.
-
static reg_
t EDI constexpr - General purpose register.
-
static reg_
t ESI constexpr - General purpose register.
-
static reg_
t EBP constexpr - Stack base.
-
static reg_
t ESP constexpr - Stack pointer.
-
static reg_
t EIP constexpr - Program counter.
-
static reg_
t CS constexpr - Segment register.
-
static reg_
t DS constexpr - Segment register.
-
static reg_
t ES constexpr - Segment register.
-
static reg_
t FS constexpr - Segment register.
-
static reg_
t GS constexpr - Segment register.
-
static reg_
t SS constexpr - Segment register.
-
static reg_
t CF constexpr - Carry flag.
-
static reg_
t PF constexpr - Parity flag.
-
static reg_
t AF constexpr - Auxiliary carry flag.
-
static reg_
t ZF constexpr - Zero flag.
-
static reg_
t SF constexpr - Sign flag.
-
static reg_
t TF constexpr - Trap flag.
-
static reg_
t IF constexpr - Interrupt enable flag.
-
static reg_
t DF constexpr - Direction flag.
-
static reg_
t OF constexpr - Overflow flag.
-
static reg_
t IOPL constexpr - I/O Priviledge level.
-
static reg_
t NT constexpr - Nested task flag.
-
static reg_
t RF constexpr - Resume flag.
-
static reg_
t VM constexpr - Virtual 8086 mode flag.
-
static reg_
t AC constexpr - Alignment check flag (486+)
-
static reg_
t VIF constexpr - Virutal interrupt flag.
-
static reg_
t VIP constexpr - Virtual interrupt pending flag.
-
static reg_
t ID constexpr - ID Flag.
-
static reg_
t TSC constexpr - TImeSTamp counter.
-
static reg_
t MM0 constexpr - MMX register.
-
static reg_
t MM1 constexpr - MMX register.
-
static reg_
t MM2 constexpr - MMX register.
-
static reg_
t MM3 constexpr - MMX register.
-
static reg_
t MM4 constexpr - MMX register.
-
static reg_
t MM5 constexpr - MMX register.
-
static reg_
t MM6 constexpr - MMX register.
-
static reg_
t MM7 constexpr - MMX register.
-
static reg_
t ZMM0 constexpr - AVX register.
-
static reg_
t ZMM1 constexpr - AVX register.
-
static reg_
t ZMM2 constexpr - AVX register.
-
static reg_
t ZMM3 constexpr - AVX register.
-
static reg_
t ZMM4 constexpr - AVX register.
-
static reg_
t ZMM5 constexpr - AVX register.
-
static reg_
t ZMM6 constexpr - AVX register.
-
static reg_
t ZMM7 constexpr - AVX register.
-
static reg_
t XCR0 constexpr - Extended control register.
-
static reg_
t CR0 constexpr - Control register.
-
static reg_
t FPUCW constexpr - FPU control word (16 bits)
-
static reg_
t C0 constexpr - FPU flag.
-
static reg_
t C1 constexpr - FPU flag.
-
static reg_
t C2 constexpr - FPU flag.
-
static reg_
t C3 constexpr - FPU flag.
-
static reg_
t FPUSW constexpr - FPU status word (16 bits)
-
static reg_
t FPUTW constexpr - FPU tag word (16 bits)
-
static reg_
t FPUIP constexpr - FPU instruction pointer.
-
static reg_
t FPUDP constexpr - FPU data pointer.
-
static reg_
t FPUOP constexpr - FPU tag word (11 bits)