B2R2


Register Type

Registers for x86 (and x86-64).

Internally, a Register is represented with an integer (we use only 22 bits). The most significant 10 bits (from 12th to 21th bits) represent the size of the register. The next 4 bits (from 8th to 11th bits) represent the register kind, and the reset of 8 bits are used to represent a register ID. There are currently 13 kinds of registers including GP, FPU, MMX, etc.

 21 ... 13 12 11 10 09 08 07 06 05 04 03 02 01 00 (bit position)
 +------------+----------+----------------------+
 |  Size      | Kind     |  Register ID.        |
 +------------+----------+----------------------+

Record fields

Record Field Description

AF

Full Usage: AF

Field type: Register
Modifiers: static

Auxiliary Carry Flag in EFLAGS Register

Field type: Register

AH

Full Usage: AH

Field type: Register
Modifiers: static

General-Purpose Registers (Higher 8bits AX).

Field type: Register

AL

Full Usage: AL

Field type: Register
Modifiers: static

General-Purpose Registers (lower 8bits AX).

Field type: Register

AX

Full Usage: AX

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits EAX).

Field type: Register

BH

Full Usage: BH

Field type: Register
Modifiers: static

General-Purpose Registers (Higher 8bits BX).

Field type: Register

BL

Full Usage: BL

Field type: Register
Modifiers: static

General-Purpose Registers (lower 8bits BX).

Field type: Register

BND0

Full Usage: BND0

Field type: Register
Modifiers: static

BND registers.

Field type: Register

BND0A

Full Usage: BND0A

Field type: Register
Modifiers: static

BND Register (lower 64bits BND0).

Field type: Register

BND0B

Full Usage: BND0B

Field type: Register
Modifiers: static

BND Register (Higher 64bits BND0).

Field type: Register

BND1

Full Usage: BND1

Field type: Register
Modifiers: static

BND registers.

Field type: Register

BND1A

Full Usage: BND1A

Field type: Register
Modifiers: static

BND Register (lower 64bits BND1).

Field type: Register

BND1B

Full Usage: BND1B

Field type: Register
Modifiers: static

BND Register (Higher 64bits BND1).

Field type: Register

BND2

Full Usage: BND2

Field type: Register
Modifiers: static

BND registers.

Field type: Register

BND2A

Full Usage: BND2A

Field type: Register
Modifiers: static

BND Register (lower 64bits BND2).

Field type: Register

BND2B

Full Usage: BND2B

Field type: Register
Modifiers: static

BND Register (Higher 64bits BND2).

Field type: Register

BND3

Full Usage: BND3

Field type: Register
Modifiers: static

BND registers.

Field type: Register

BND3A

Full Usage: BND3A

Field type: Register
Modifiers: static

BND Register (lower 64bits BND3).

Field type: Register

BND3B

Full Usage: BND3B

Field type: Register
Modifiers: static

BND Register (Higher 64bits BND3).

Field type: Register

BP

Full Usage: BP

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits EBP).

Field type: Register

BPL

Full Usage: BPL

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

BX

Full Usage: BX

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits EBX).

Field type: Register

CF

Full Usage: CF

Field type: Register
Modifiers: static

Carry Flag in EFLAGS Register

Field type: Register

CH

Full Usage: CH

Field type: Register
Modifiers: static

General-Purpose Registers (Higher 8bits CX).

Field type: Register

CL

Full Usage: CL

Field type: Register
Modifiers: static

General-Purpose Registers (lower 8bits CX).

Field type: Register

CR0

Full Usage: CR0

Field type: Register
Modifiers: static

Control registers.

Field type: Register

CR2

Full Usage: CR2

Field type: Register
Modifiers: static

Control registers.

Field type: Register

CR3

Full Usage: CR3

Field type: Register
Modifiers: static

Control registers.

Field type: Register

CR4

Full Usage: CR4

Field type: Register
Modifiers: static

Control registers.

Field type: Register

CR8

Full Usage: CR8

Field type: Register
Modifiers: static

Control registers.

Field type: Register

CS

Full Usage: CS

Field type: Register
Modifiers: static

Segment registers.

Field type: Register

CSBase

Full Usage: CSBase

Field type: Register
Modifiers: static

CS.base.

Field type: Register

CX

Full Usage: CX

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits ECX).

Field type: Register

DF

Full Usage: DF

Field type: Register
Modifiers: static

Direction Flag in EFLAGS Register

Field type: Register

DH

Full Usage: DH

Field type: Register
Modifiers: static

General-Purpose Registers (Higher 8bits DX).

Field type: Register

DI

Full Usage: DI

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits EDI).

Field type: Register

DIL

Full Usage: DIL

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

DL

Full Usage: DL

Field type: Register
Modifiers: static

General-Purpose Registers (lower 8bits DX).

Field type: Register

DR0

Full Usage: DR0

Field type: Register
Modifiers: static

Debug registers.

Field type: Register

DR1

Full Usage: DR1

Field type: Register
Modifiers: static

Debug registers.

Field type: Register

DR2

Full Usage: DR2

Field type: Register
Modifiers: static

Debug registers.

Field type: Register

DR3

Full Usage: DR3

Field type: Register
Modifiers: static

Debug registers.

Field type: Register

DR6

Full Usage: DR6

Field type: Register
Modifiers: static

Debug registers.

Field type: Register

DR7

Full Usage: DR7

Field type: Register
Modifiers: static

Debug registers.

Field type: Register

DS

Full Usage: DS

Field type: Register
Modifiers: static

Segment registers.

Field type: Register

DSBase

Full Usage: DSBase

Field type: Register
Modifiers: static

DS.base.

Field type: Register

DX

Full Usage: DX

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits EDX).

Field type: Register

EAX

Full Usage: EAX

Field type: Register
Modifiers: static

Accumulator for operands and results data (32bit).

Field type: Register

EBP

Full Usage: EBP

Field type: Register
Modifiers: static

Pointer to data on the stack (in the SS segment) (32bit).

Field type: Register

EBX

Full Usage: EBX

Field type: Register
Modifiers: static

Pointer to data in the DS segment (32bit).

Field type: Register

ECX

Full Usage: ECX

Field type: Register
Modifiers: static

TCounter for string and loop operations (32bit).

Field type: Register

EDI

Full Usage: EDI

Field type: Register
Modifiers: static

Pointer to data in the segment pointed to by the ES register (32bit).

Field type: Register

EDX

Full Usage: EDX

Field type: Register
Modifiers: static

I/O pointer (32bit).

Field type: Register

EIP

Full Usage: EIP

Field type: Register
Modifiers: static

Instruction Pointer (32Bit).

Field type: Register

ES

Full Usage: ES

Field type: Register
Modifiers: static

Segment registers.

Field type: Register

ESBase

Full Usage: ESBase

Field type: Register
Modifiers: static

ES.base.

Field type: Register

ESI

Full Usage: ESI

Field type: Register
Modifiers: static

Pointer to data in the segment pointed to by the DS register (32bit).

Field type: Register

ESP

Full Usage: ESP

Field type: Register
Modifiers: static

Stack pointer (in the SS segment) (32bit).

Field type: Register

FCS

Full Usage: FCS

Field type: Register
Modifiers: static

x87 FPU Instruction Pointer Selector.

Field type: Register

FCW

Full Usage: FCW

Field type: Register
Modifiers: static

C87 FPU Control Word.

Field type: Register

FDP

Full Usage: FDP

Field type: Register
Modifiers: static

x87 FPU Data Pointer Offset.

Field type: Register

FDS

Full Usage: FDS

Field type: Register
Modifiers: static

x87 FPU Data Pointer Selector.

Field type: Register

FIP

Full Usage: FIP

Field type: Register
Modifiers: static

x87 FPU Instruction Pointer Offset.

Field type: Register

FOP

Full Usage: FOP

Field type: Register
Modifiers: static

x87 FPU Opcode.

Field type: Register

FS

Full Usage: FS

Field type: Register
Modifiers: static

Segment registers.

Field type: Register

FSBase

Full Usage: FSBase

Field type: Register
Modifiers: static

FS.base.

Field type: Register

FSW

Full Usage: FSW

Field type: Register
Modifiers: static

x87 FPU Status Word.

Field type: Register

FSWC0

Full Usage: FSWC0

Field type: Register
Modifiers: static

x87 FPU Status Word C flag.

Field type: Register

FSWC1

Full Usage: FSWC1

Field type: Register
Modifiers: static

x87 FPU Status Word C flag.

Field type: Register

FSWC2

Full Usage: FSWC2

Field type: Register
Modifiers: static

x87 FPU Status Word C flag.

Field type: Register

FSWC3

Full Usage: FSWC3

Field type: Register
Modifiers: static

x87 FPU Status Word C flag.

Field type: Register

FTOP

Full Usage: FTOP

Field type: Register
Modifiers: static

x87 FPU Top indicator bits of Status Word.

Field type: Register

FTW

Full Usage: FTW

Field type: Register
Modifiers: static

x87 FPU Tag Word.

Field type: Register

FTW0

Full Usage: FTW0

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW1

Full Usage: FTW1

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW2

Full Usage: FTW2

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW3

Full Usage: FTW3

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW4

Full Usage: FTW4

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW5

Full Usage: FTW5

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW6

Full Usage: FTW6

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

FTW7

Full Usage: FTW7

Field type: Register
Modifiers: static

x87 FPU Tag word section.

Field type: Register

GS

Full Usage: GS

Field type: Register
Modifiers: static

Segment registers.

Field type: Register

GSBase

Full Usage: GSBase

Field type: Register
Modifiers: static

ES.base.

Field type: Register

IF

Full Usage: IF

Field type: Register
Modifiers: static

Interrupt Enable Flag in EFLAGS Register

Field type: Register

K0

Full Usage: K0

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K1

Full Usage: K1

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K2

Full Usage: K2

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K3

Full Usage: K3

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K4

Full Usage: K4

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K5

Full Usage: K5

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K6

Full Usage: K6

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

K7

Full Usage: K7

Field type: Register
Modifiers: static

Opmask registers. For EVEX.

Field type: Register

MM0

Full Usage: MM0

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM1

Full Usage: MM1

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM2

Full Usage: MM2

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM3

Full Usage: MM3

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM4

Full Usage: MM4

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM5

Full Usage: MM5

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM6

Full Usage: MM6

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MM7

Full Usage: MM7

Field type: Register
Modifiers: static

MMX registers.

Field type: Register

MXCSR

Full Usage: MXCSR

Field type: Register
Modifiers: static

MXCSR Control and Status Register.

Field type: Register

MXCSRMASK

Full Usage: MXCSRMASK

Field type: Register
Modifiers: static

MXCSR_MASK.

Field type: Register

OF

Full Usage: OF

Field type: Register
Modifiers: static

Overflow Flag in EFLAGS Register

Field type: Register

PF

Full Usage: PF

Field type: Register
Modifiers: static

Parity Flag in EFLAGS Register

Field type: Register

PKRU

Full Usage: PKRU

Field type: Register
Modifiers: static

Protection-key features register.

Field type: Register

R10

Full Usage: R10

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R10D

Full Usage: R10D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R10L

Full Usage: R10L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R10W

Full Usage: R10W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R11

Full Usage: R11

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R11D

Full Usage: R11D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R11L

Full Usage: R11L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R11W

Full Usage: R11W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R12

Full Usage: R12

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R12D

Full Usage: R12D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R12L

Full Usage: R12L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R12W

Full Usage: R12W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R13

Full Usage: R13

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R13D

Full Usage: R13D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R13L

Full Usage: R13L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R13W

Full Usage: R13W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R14

Full Usage: R14

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R14D

Full Usage: R14D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R14L

Full Usage: R14L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R14W

Full Usage: R14W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R15

Full Usage: R15

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R15D

Full Usage: R15D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R15L

Full Usage: R15L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R15W

Full Usage: R15W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R8

Full Usage: R8

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R8D

Full Usage: R8D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R8L

Full Usage: R8L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R8W

Full Usage: R8W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

R9

Full Usage: R9

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode.

Field type: Register

R9D

Full Usage: R9D

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Doubleword Register).

Field type: Register

R9L

Full Usage: R9L

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

R9W

Full Usage: R9W

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Word Register).

Field type: Register

RAX

Full Usage: RAX

Field type: Register
Modifiers: static

Accumulator for operands and results data (64bit).

Field type: Register

RBP

Full Usage: RBP

Field type: Register
Modifiers: static

Pointer to data on the stack (in the SS segment) (64bit).

Field type: Register

RBX

Full Usage: RBX

Field type: Register
Modifiers: static

Pointer to data in the DS segment (64bit).

Field type: Register

RCX

Full Usage: RCX

Field type: Register
Modifiers: static

TCounter for string and loop operations (64bit).

Field type: Register

RDI

Full Usage: RDI

Field type: Register
Modifiers: static

Pointer to data in the segment pointed to by the ES register (64bit).

Field type: Register

RDX

Full Usage: RDX

Field type: Register
Modifiers: static

I/O pointer (64bit).

Field type: Register

RIP

Full Usage: RIP

Field type: Register
Modifiers: static

Instruction Pointer (64Bit).

Field type: Register

RSI

Full Usage: RSI

Field type: Register
Modifiers: static

Pointer to data in the segment pointed to by the DS register (64bit).

Field type: Register

RSP

Full Usage: RSP

Field type: Register
Modifiers: static

Stack pointer (in the SS segment) (64bit).

Field type: Register

SF

Full Usage: SF

Field type: Register
Modifiers: static

Sign Flag in EFLAGS Register

Field type: Register

SI

Full Usage: SI

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits ESI).

Field type: Register

SIL

Full Usage: SIL

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

SP

Full Usage: SP

Field type: Register
Modifiers: static

General-Purpose Registers (lower 16bits ESP).

Field type: Register

SPL

Full Usage: SPL

Field type: Register
Modifiers: static

General-Purpose Registers for 64bit Mode (Byte Register).

Field type: Register

SS

Full Usage: SS

Field type: Register
Modifiers: static

Segment registers.

Field type: Register

SSBase

Full Usage: SSBase

Field type: Register
Modifiers: static

SS.base.

Field type: Register

ST0

Full Usage: ST0

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST0A

Full Usage: ST0A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST0).

Field type: Register

ST0B

Full Usage: ST0B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST0).

Field type: Register

ST1

Full Usage: ST1

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST1A

Full Usage: ST1A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST1).

Field type: Register

ST1B

Full Usage: ST1B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST1).

Field type: Register

ST2

Full Usage: ST2

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST2A

Full Usage: ST2A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST2).

Field type: Register

ST2B

Full Usage: ST2B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST2).

Field type: Register

ST3

Full Usage: ST3

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST3A

Full Usage: ST3A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST3).

Field type: Register

ST3B

Full Usage: ST3B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST3).

Field type: Register

ST4

Full Usage: ST4

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST4A

Full Usage: ST4A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST4).

Field type: Register

ST4B

Full Usage: ST4B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST4).

Field type: Register

ST5

Full Usage: ST5

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST5A

Full Usage: ST5A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST5).

Field type: Register

ST5B

Full Usage: ST5B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST5).

Field type: Register

ST6

Full Usage: ST6

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST6A

Full Usage: ST6A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST6).

Field type: Register

ST6B

Full Usage: ST6B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST6).

Field type: Register

ST7

Full Usage: ST7

Field type: Register
Modifiers: static

x87 FPU registers.

Field type: Register

ST7A

Full Usage: ST7A

Field type: Register
Modifiers: static

ST Register (lower 64bits ST7).

Field type: Register

ST7B

Full Usage: ST7B

Field type: Register
Modifiers: static

ST Register (Higher 16bits ST7).

Field type: Register

TF

Full Usage: TF

Field type: Register
Modifiers: static

Trap Flag in EFLAGS Register

Field type: Register

UnknownReg

Full Usage: UnknownReg

Field type: Register
Modifiers: static

Unknown Register.

Field type: Register

XMM0

Full Usage: XMM0

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM1

Full Usage: XMM1

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM10

Full Usage: XMM10

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM11

Full Usage: XMM11

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM12

Full Usage: XMM12

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM13

Full Usage: XMM13

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM14

Full Usage: XMM14

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM15

Full Usage: XMM15

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM2

Full Usage: XMM2

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM3

Full Usage: XMM3

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM4

Full Usage: XMM4

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM5

Full Usage: XMM5

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM6

Full Usage: XMM6

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM7

Full Usage: XMM7

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM8

Full Usage: XMM8

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

XMM9

Full Usage: XMM9

Field type: Register
Modifiers: static

XMM registers.

Field type: Register

YMM0

Full Usage: YMM0

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM1

Full Usage: YMM1

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM10

Full Usage: YMM10

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM11

Full Usage: YMM11

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM12

Full Usage: YMM12

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM13

Full Usage: YMM13

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM14

Full Usage: YMM14

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM15

Full Usage: YMM15

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM2

Full Usage: YMM2

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM3

Full Usage: YMM3

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM4

Full Usage: YMM4

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM5

Full Usage: YMM5

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM6

Full Usage: YMM6

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM7

Full Usage: YMM7

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM8

Full Usage: YMM8

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

YMM9

Full Usage: YMM9

Field type: Register
Modifiers: static

256-bit vector registers.

Field type: Register

ZF

Full Usage: ZF

Field type: Register
Modifiers: static

Zero Flag in EFLAGS Register

Field type: Register

ZMM0

Full Usage: ZMM0

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM0A

Full Usage: ZMM0A

Field type: Register
Modifiers: static

ZMM0A is the 1st 64-bit chunk of ZMM0.

Field type: Register

ZMM0B

Full Usage: ZMM0B

Field type: Register
Modifiers: static

ZMM0B is the 2nd 64-bit chunk of ZMM0.

Field type: Register

ZMM0C

Full Usage: ZMM0C

Field type: Register
Modifiers: static

ZMM0C is the 3rd 64-bit chunk of ZMM0.

Field type: Register

ZMM0D

Full Usage: ZMM0D

Field type: Register
Modifiers: static

ZMM0D is the 4th 64-bit chunk of ZMM0.

Field type: Register

ZMM0E

Full Usage: ZMM0E

Field type: Register
Modifiers: static

ZMM0E is the 5th 64-bit chunk of ZMM0.

Field type: Register

ZMM0F

Full Usage: ZMM0F

Field type: Register
Modifiers: static

ZMM0F is the 6th 64-bit chunk of ZMM0.

Field type: Register

ZMM0G

Full Usage: ZMM0G

Field type: Register
Modifiers: static

ZMM0G is the 7th 64-bit chunk of ZMM0.

Field type: Register

ZMM0H

Full Usage: ZMM0H

Field type: Register
Modifiers: static

ZMM0H is the 8th 64-bit chunk of ZMM0.

Field type: Register

ZMM1

Full Usage: ZMM1

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM10

Full Usage: ZMM10

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM10A

Full Usage: ZMM10A

Field type: Register
Modifiers: static

ZMM10A is the 1st 64-bit chunk of ZMM10.

Field type: Register

ZMM10B

Full Usage: ZMM10B

Field type: Register
Modifiers: static

ZMM10B is the 2nd 64-bit chunk of ZMM10.

Field type: Register

ZMM10C

Full Usage: ZMM10C

Field type: Register
Modifiers: static

ZMM10C is the 3rd 64-bit chunk of ZMM10.

Field type: Register

ZMM10D

Full Usage: ZMM10D

Field type: Register
Modifiers: static

ZMM10D is the 4th 64-bit chunk of ZMM10.

Field type: Register

ZMM10E

Full Usage: ZMM10E

Field type: Register
Modifiers: static

ZMM10E is the 5th 64-bit chunk of ZMM10.

Field type: Register

ZMM10F

Full Usage: ZMM10F

Field type: Register
Modifiers: static

ZMM10F is the 6th 64-bit chunk of ZMM10.

Field type: Register

ZMM10G

Full Usage: ZMM10G

Field type: Register
Modifiers: static

ZMM10G is the 7th 64-bit chunk of ZMM10.

Field type: Register

ZMM10H

Full Usage: ZMM10H

Field type: Register
Modifiers: static

ZMM10H is the 8th 64-bit chunk of ZMM10.

Field type: Register

ZMM11

Full Usage: ZMM11

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM11A

Full Usage: ZMM11A

Field type: Register
Modifiers: static

ZMM11A is the 1st 64-bit chunk of ZMM11.

Field type: Register

ZMM11B

Full Usage: ZMM11B

Field type: Register
Modifiers: static

ZMM11B is the 2nd 64-bit chunk of ZMM11.

Field type: Register

ZMM11C

Full Usage: ZMM11C

Field type: Register
Modifiers: static

ZMM11C is the 3rd 64-bit chunk of ZMM11.

Field type: Register

ZMM11D

Full Usage: ZMM11D

Field type: Register
Modifiers: static

ZMM11D is the 4th 64-bit chunk of ZMM11.

Field type: Register

ZMM11E

Full Usage: ZMM11E

Field type: Register
Modifiers: static

ZMM11E is the 5th 64-bit chunk of ZMM11.

Field type: Register

ZMM11F

Full Usage: ZMM11F

Field type: Register
Modifiers: static

ZMM11F is the 6th 64-bit chunk of ZMM11.

Field type: Register

ZMM11G

Full Usage: ZMM11G

Field type: Register
Modifiers: static

ZMM11G is the 7th 64-bit chunk of ZMM11.

Field type: Register

ZMM11H

Full Usage: ZMM11H

Field type: Register
Modifiers: static

ZMM11H is the 8th 64-bit chunk of ZMM11.

Field type: Register

ZMM12

Full Usage: ZMM12

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM12A

Full Usage: ZMM12A

Field type: Register
Modifiers: static

ZMM12A is the 1st 64-bit chunk of ZMM12.

Field type: Register

ZMM12B

Full Usage: ZMM12B

Field type: Register
Modifiers: static

ZMM12B is the 2nd 64-bit chunk of ZMM12.

Field type: Register

ZMM12C

Full Usage: ZMM12C

Field type: Register
Modifiers: static

ZMM12C is the 3rd 64-bit chunk of ZMM12.

Field type: Register

ZMM12D

Full Usage: ZMM12D

Field type: Register
Modifiers: static

ZMM12D is the 4th 64-bit chunk of ZMM12.

Field type: Register

ZMM12E

Full Usage: ZMM12E

Field type: Register
Modifiers: static

ZMM12E is the 5th 64-bit chunk of ZMM12.

Field type: Register

ZMM12F

Full Usage: ZMM12F

Field type: Register
Modifiers: static

ZMM12F is the 6th 64-bit chunk of ZMM12.

Field type: Register

ZMM12G

Full Usage: ZMM12G

Field type: Register
Modifiers: static

ZMM12G is the 7th 64-bit chunk of ZMM12.

Field type: Register

ZMM12H

Full Usage: ZMM12H

Field type: Register
Modifiers: static

ZMM12H is the 8th 64-bit chunk of ZMM12.

Field type: Register

ZMM13

Full Usage: ZMM13

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM13A

Full Usage: ZMM13A

Field type: Register
Modifiers: static

ZMM13A is the 1st 64-bit chunk of ZMM13.

Field type: Register

ZMM13B

Full Usage: ZMM13B

Field type: Register
Modifiers: static

ZMM13B is the 2nd 64-bit chunk of ZMM13.

Field type: Register

ZMM13C

Full Usage: ZMM13C

Field type: Register
Modifiers: static

ZMM13C is the 3rd 64-bit chunk of ZMM13.

Field type: Register

ZMM13D

Full Usage: ZMM13D

Field type: Register
Modifiers: static

ZMM13D is the 4th 64-bit chunk of ZMM13.

Field type: Register

ZMM13E

Full Usage: ZMM13E

Field type: Register
Modifiers: static

ZMM13E is the 5th 64-bit chunk of ZMM13.

Field type: Register

ZMM13F

Full Usage: ZMM13F

Field type: Register
Modifiers: static

ZMM13F is the 6th 64-bit chunk of ZMM13.

Field type: Register

ZMM13G

Full Usage: ZMM13G

Field type: Register
Modifiers: static

ZMM13G is the 7th 64-bit chunk of ZMM13.

Field type: Register

ZMM13H

Full Usage: ZMM13H

Field type: Register
Modifiers: static

ZMM13H is the 8th 64-bit chunk of ZMM13.

Field type: Register

ZMM14

Full Usage: ZMM14

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM14A

Full Usage: ZMM14A

Field type: Register
Modifiers: static

ZMM14A is the 1st 64-bit chunk of ZMM14.

Field type: Register

ZMM14B

Full Usage: ZMM14B

Field type: Register
Modifiers: static

ZMM14B is the 2nd 64-bit chunk of ZMM14.

Field type: Register

ZMM14C

Full Usage: ZMM14C

Field type: Register
Modifiers: static

ZMM14C is the 3rd 64-bit chunk of ZMM14.

Field type: Register

ZMM14D

Full Usage: ZMM14D

Field type: Register
Modifiers: static

ZMM14D is the 4th 64-bit chunk of ZMM14.

Field type: Register

ZMM14E

Full Usage: ZMM14E

Field type: Register
Modifiers: static

ZMM14E is the 5th 64-bit chunk of ZMM14.

Field type: Register

ZMM14F

Full Usage: ZMM14F

Field type: Register
Modifiers: static

ZMM14F is the 6th 64-bit chunk of ZMM14.

Field type: Register

ZMM14G

Full Usage: ZMM14G

Field type: Register
Modifiers: static

ZMM14G is the 7th 64-bit chunk of ZMM14.

Field type: Register

ZMM14H

Full Usage: ZMM14H

Field type: Register
Modifiers: static

ZMM14H is the 8th 64-bit chunk of ZMM14.

Field type: Register

ZMM15

Full Usage: ZMM15

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM15A

Full Usage: ZMM15A

Field type: Register
Modifiers: static

ZMM15A is the 1st 64-bit chunk of ZMM15.

Field type: Register

ZMM15B

Full Usage: ZMM15B

Field type: Register
Modifiers: static

ZMM15B is the 2nd 64-bit chunk of ZMM15.

Field type: Register

ZMM15C

Full Usage: ZMM15C

Field type: Register
Modifiers: static

ZMM15C is the 3rd 64-bit chunk of ZMM15.

Field type: Register

ZMM15D

Full Usage: ZMM15D

Field type: Register
Modifiers: static

ZMM15D is the 4th 64-bit chunk of ZMM15.

Field type: Register

ZMM15E

Full Usage: ZMM15E

Field type: Register
Modifiers: static

ZMM15E is the 5th 64-bit chunk of ZMM15.

Field type: Register

ZMM15F

Full Usage: ZMM15F

Field type: Register
Modifiers: static

ZMM15F is the 6th 64-bit chunk of ZMM15.

Field type: Register

ZMM15G

Full Usage: ZMM15G

Field type: Register
Modifiers: static

ZMM15G is the 7th 64-bit chunk of ZMM15.

Field type: Register

ZMM15H

Full Usage: ZMM15H

Field type: Register
Modifiers: static

ZMM15H is the 8th 64-bit chunk of ZMM15.

Field type: Register

ZMM1A

Full Usage: ZMM1A

Field type: Register
Modifiers: static

ZMM1A is the 1st 64-bit chunk of ZMM1.

Field type: Register

ZMM1B

Full Usage: ZMM1B

Field type: Register
Modifiers: static

ZMM1B is the 2nd 64-bit chunk of ZMM1.

Field type: Register

ZMM1C

Full Usage: ZMM1C

Field type: Register
Modifiers: static

ZMM1C is the 3rd 64-bit chunk of ZMM1.

Field type: Register

ZMM1D

Full Usage: ZMM1D

Field type: Register
Modifiers: static

ZMM1D is the 4th 64-bit chunk of ZMM1.

Field type: Register

ZMM1E

Full Usage: ZMM1E

Field type: Register
Modifiers: static

ZMM1E is the 5th 64-bit chunk of ZMM1.

Field type: Register

ZMM1F

Full Usage: ZMM1F

Field type: Register
Modifiers: static

ZMM1F is the 6th 64-bit chunk of ZMM1.

Field type: Register

ZMM1G

Full Usage: ZMM1G

Field type: Register
Modifiers: static

ZMM1G is the 7th 64-bit chunk of ZMM1.

Field type: Register

ZMM1H

Full Usage: ZMM1H

Field type: Register
Modifiers: static

ZMM1H is the 8th 64-bit chunk of ZMM1.

Field type: Register

ZMM2

Full Usage: ZMM2

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM2A

Full Usage: ZMM2A

Field type: Register
Modifiers: static

ZMM2A is the 1st 64-bit chunk of ZMM2.

Field type: Register

ZMM2B

Full Usage: ZMM2B

Field type: Register
Modifiers: static

ZMM2B is the 2nd 64-bit chunk of ZMM2.

Field type: Register

ZMM2C

Full Usage: ZMM2C

Field type: Register
Modifiers: static

ZMM2C is the 3rd 64-bit chunk of ZMM2.

Field type: Register

ZMM2D

Full Usage: ZMM2D

Field type: Register
Modifiers: static

ZMM2D is the 4th 64-bit chunk of ZMM2.

Field type: Register

ZMM2E

Full Usage: ZMM2E

Field type: Register
Modifiers: static

ZMM2E is the 5th 64-bit chunk of ZMM2.

Field type: Register

ZMM2F

Full Usage: ZMM2F

Field type: Register
Modifiers: static

ZMM2F is the 6th 64-bit chunk of ZMM2.

Field type: Register

ZMM2G

Full Usage: ZMM2G

Field type: Register
Modifiers: static

ZMM2G is the 7th 64-bit chunk of ZMM2.

Field type: Register

ZMM2H

Full Usage: ZMM2H

Field type: Register
Modifiers: static

ZMM2H is the 8th 64-bit chunk of ZMM2.

Field type: Register

ZMM3

Full Usage: ZMM3

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM3A

Full Usage: ZMM3A

Field type: Register
Modifiers: static

ZMM3A is the 1st 64-bit chunk of ZMM3.

Field type: Register

ZMM3B

Full Usage: ZMM3B

Field type: Register
Modifiers: static

ZMM3B is the 2nd 64-bit chunk of ZMM3.

Field type: Register

ZMM3C

Full Usage: ZMM3C

Field type: Register
Modifiers: static

ZMM3C is the 3rd 64-bit chunk of ZMM3.

Field type: Register

ZMM3D

Full Usage: ZMM3D

Field type: Register
Modifiers: static

ZMM3D is the 4th 64-bit chunk of ZMM3.

Field type: Register

ZMM3E

Full Usage: ZMM3E

Field type: Register
Modifiers: static

ZMM3E is the 5th 64-bit chunk of ZMM3.

Field type: Register

ZMM3F

Full Usage: ZMM3F

Field type: Register
Modifiers: static

ZMM3F is the 6th 64-bit chunk of ZMM3.

Field type: Register

ZMM3G

Full Usage: ZMM3G

Field type: Register
Modifiers: static

ZMM3G is the 7th 64-bit chunk of ZMM3.

Field type: Register

ZMM3H

Full Usage: ZMM3H

Field type: Register
Modifiers: static

ZMM3H is the 8th 64-bit chunk of ZMM3.

Field type: Register

ZMM4

Full Usage: ZMM4

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM4A

Full Usage: ZMM4A

Field type: Register
Modifiers: static

ZMM4A is the 1st 64-bit chunk of ZMM4.

Field type: Register

ZMM4B

Full Usage: ZMM4B

Field type: Register
Modifiers: static

ZMM4B is the 2nd 64-bit chunk of ZMM4.

Field type: Register

ZMM4C

Full Usage: ZMM4C

Field type: Register
Modifiers: static

ZMM4C is the 3rd 64-bit chunk of ZMM4.

Field type: Register

ZMM4D

Full Usage: ZMM4D

Field type: Register
Modifiers: static

ZMM4D is the 4th 64-bit chunk of ZMM4.

Field type: Register

ZMM4E

Full Usage: ZMM4E

Field type: Register
Modifiers: static

ZMM4E is the 5th 64-bit chunk of ZMM4.

Field type: Register

ZMM4F

Full Usage: ZMM4F

Field type: Register
Modifiers: static

ZMM4F is the 6th 64-bit chunk of ZMM4.

Field type: Register

ZMM4G

Full Usage: ZMM4G

Field type: Register
Modifiers: static

ZMM4G is the 7th 64-bit chunk of ZMM4.

Field type: Register

ZMM4H

Full Usage: ZMM4H

Field type: Register
Modifiers: static

ZMM4H is the 8th 64-bit chunk of ZMM4.

Field type: Register

ZMM5

Full Usage: ZMM5

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM5A

Full Usage: ZMM5A

Field type: Register
Modifiers: static

ZMM5A is the 1st 64-bit chunk of ZMM5.

Field type: Register

ZMM5B

Full Usage: ZMM5B

Field type: Register
Modifiers: static

ZMM5B is the 2nd 64-bit chunk of ZMM5.

Field type: Register

ZMM5C

Full Usage: ZMM5C

Field type: Register
Modifiers: static

ZMM5C is the 3rd 64-bit chunk of ZMM5.

Field type: Register

ZMM5D

Full Usage: ZMM5D

Field type: Register
Modifiers: static

ZMM5D is the 4th 64-bit chunk of ZMM5.

Field type: Register

ZMM5E

Full Usage: ZMM5E

Field type: Register
Modifiers: static

ZMM5E is the 5th 64-bit chunk of ZMM5.

Field type: Register

ZMM5F

Full Usage: ZMM5F

Field type: Register
Modifiers: static

ZMM5F is the 6th 64-bit chunk of ZMM5.

Field type: Register

ZMM5G

Full Usage: ZMM5G

Field type: Register
Modifiers: static

ZMM5G is the 7th 64-bit chunk of ZMM5.

Field type: Register

ZMM5H

Full Usage: ZMM5H

Field type: Register
Modifiers: static

ZMM5H is the 8th 64-bit chunk of ZMM5.

Field type: Register

ZMM6

Full Usage: ZMM6

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM6A

Full Usage: ZMM6A

Field type: Register
Modifiers: static

ZMM6A is the 1st 64-bit chunk of ZMM6.

Field type: Register

ZMM6B

Full Usage: ZMM6B

Field type: Register
Modifiers: static

ZMM6B is the 2nd 64-bit chunk of ZMM6.

Field type: Register

ZMM6C

Full Usage: ZMM6C

Field type: Register
Modifiers: static

ZMM6C is the 3rd 64-bit chunk of ZMM6.

Field type: Register

ZMM6D

Full Usage: ZMM6D

Field type: Register
Modifiers: static

ZMM6D is the 4th 64-bit chunk of ZMM6.

Field type: Register

ZMM6E

Full Usage: ZMM6E

Field type: Register
Modifiers: static

ZMM6E is the 5th 64-bit chunk of ZMM6.

Field type: Register

ZMM6F

Full Usage: ZMM6F

Field type: Register
Modifiers: static

ZMM6F is the 6th 64-bit chunk of ZMM6.

Field type: Register

ZMM6G

Full Usage: ZMM6G

Field type: Register
Modifiers: static

ZMM6G is the 7th 64-bit chunk of ZMM6.

Field type: Register

ZMM6H

Full Usage: ZMM6H

Field type: Register
Modifiers: static

ZMM6H is the 8th 64-bit chunk of ZMM6.

Field type: Register

ZMM7

Full Usage: ZMM7

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM7A

Full Usage: ZMM7A

Field type: Register
Modifiers: static

ZMM7A is the 1st 64-bit chunk of ZMM7.

Field type: Register

ZMM7B

Full Usage: ZMM7B

Field type: Register
Modifiers: static

ZMM7B is the 2nd 64-bit chunk of ZMM7.

Field type: Register

ZMM7C

Full Usage: ZMM7C

Field type: Register
Modifiers: static

ZMM7C is the 3rd 64-bit chunk of ZMM7.

Field type: Register

ZMM7D

Full Usage: ZMM7D

Field type: Register
Modifiers: static

ZMM7D is the 4th 64-bit chunk of ZMM7.

Field type: Register

ZMM7E

Full Usage: ZMM7E

Field type: Register
Modifiers: static

ZMM7E is the 5th 64-bit chunk of ZMM7.

Field type: Register

ZMM7F

Full Usage: ZMM7F

Field type: Register
Modifiers: static

ZMM7F is the 6th 64-bit chunk of ZMM7.

Field type: Register

ZMM7G

Full Usage: ZMM7G

Field type: Register
Modifiers: static

ZMM7G is the 7th 64-bit chunk of ZMM7.

Field type: Register

ZMM7H

Full Usage: ZMM7H

Field type: Register
Modifiers: static

ZMM7H is the 8th 64-bit chunk of ZMM7.

Field type: Register

ZMM8

Full Usage: ZMM8

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM8A

Full Usage: ZMM8A

Field type: Register
Modifiers: static

ZMM8A is the 1st 64-bit chunk of ZMM8.

Field type: Register

ZMM8B

Full Usage: ZMM8B

Field type: Register
Modifiers: static

ZMM8B is the 2nd 64-bit chunk of ZMM8.

Field type: Register

ZMM8C

Full Usage: ZMM8C

Field type: Register
Modifiers: static

ZMM8C is the 3rd 64-bit chunk of ZMM8.

Field type: Register

ZMM8D

Full Usage: ZMM8D

Field type: Register
Modifiers: static

ZMM8D is the 4th 64-bit chunk of ZMM8.

Field type: Register

ZMM8E

Full Usage: ZMM8E

Field type: Register
Modifiers: static

ZMM8E is the 5th 64-bit chunk of ZMM8.

Field type: Register

ZMM8F

Full Usage: ZMM8F

Field type: Register
Modifiers: static

ZMM8F is the 6th 64-bit chunk of ZMM8.

Field type: Register

ZMM8G

Full Usage: ZMM8G

Field type: Register
Modifiers: static

ZMM8G is the 7th 64-bit chunk of ZMM8.

Field type: Register

ZMM8H

Full Usage: ZMM8H

Field type: Register
Modifiers: static

ZMM8H is the 8th 64-bit chunk of ZMM8.

Field type: Register

ZMM9

Full Usage: ZMM9

Field type: Register
Modifiers: static

512-bit vector registers.

Field type: Register

ZMM9A

Full Usage: ZMM9A

Field type: Register
Modifiers: static

ZMM9A is the 1st 64-bit chunk of ZMM9.

Field type: Register

ZMM9B

Full Usage: ZMM9B

Field type: Register
Modifiers: static

ZMM9B is the 2nd 64-bit chunk of ZMM9.

Field type: Register

ZMM9C

Full Usage: ZMM9C

Field type: Register
Modifiers: static

ZMM9C is the 3rd 64-bit chunk of ZMM9.

Field type: Register

ZMM9D

Full Usage: ZMM9D

Field type: Register
Modifiers: static

ZMM9D is the 4th 64-bit chunk of ZMM9.

Field type: Register

ZMM9E

Full Usage: ZMM9E

Field type: Register
Modifiers: static

ZMM9E is the 5th 64-bit chunk of ZMM9.

Field type: Register

ZMM9F

Full Usage: ZMM9F

Field type: Register
Modifiers: static

ZMM9F is the 6th 64-bit chunk of ZMM9.

Field type: Register

ZMM9G

Full Usage: ZMM9G

Field type: Register
Modifiers: static

ZMM9G is the 7th 64-bit chunk of ZMM9.

Field type: Register

ZMM9H

Full Usage: ZMM9H

Field type: Register
Modifiers: static

ZMM9H is the 8th 64-bit chunk of ZMM9.

Field type: Register