REXPrefix Type
Represents the REX prefix used in x86-64 instructions.
Record fields
| Record Field |
Description
|
No REX: this is to represent the case where there is no REX
|
|
Extension of the ModR/M reg, Opcode reg field (SPL, BPL, ...).
|
|
Extension of the ModR/M rm, SIB base, Opcode reg field.
|
|
Extension of the ModR/M reg field.
|
|
Extension of the ModR/M reg, r/m field.
|
|
Extension of the ModR/M reg, SIB index field.
|
|
Extension of the ModR/M reg, SIB index, base.
|
|
Operand 64bit.
|
|
REX.B + Operand 64bit.
|
|
REX.R + Operand 64bit.
|
|
REX.RB + Operand 64bit.
|
|
REX.RX + Operand 64bit.
|
|
REX.RXB + Operand 64bit.
|
|
REX.X + Operand 64bit.
|
|
REX.XB + Operand 64bit.
|
|
Extension of the SIB index field.
|
|
Extension of the ModR/M SIB index, base field.
|
B2R2