Rizin
unix-like reverse engineering framework and cli tools
X86BaseInfo.h File Reference

Go to the source code of this file.

Enumerations

enum  {
  X86_AddrBaseReg = 0 , X86_AddrScaleAmt = 1 , X86_AddrIndexReg = 2 , X86_AddrDisp = 3 ,
  X86_AddrSegmentReg = 4 , X86_AddrNumOperands = 5
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
X86_AddrBaseReg 
X86_AddrScaleAmt 
X86_AddrIndexReg 
X86_AddrDisp 
X86_AddrSegmentReg 

AddrSegmentReg - The operand # of the segment in the memory operand.

X86_AddrNumOperands 

AddrNumOperands - Total number of operands in a memory reference.

Definition at line 27 of file X86BaseInfo.h.

27  {
28  X86_AddrBaseReg = 0,
29  X86_AddrScaleAmt = 1,
30  X86_AddrIndexReg = 2,
31  X86_AddrDisp = 3,
32 
35 
38 };
@ X86_AddrIndexReg
Definition: X86BaseInfo.h:30
@ X86_AddrBaseReg
Definition: X86BaseInfo.h:28
@ X86_AddrSegmentReg
AddrSegmentReg - The operand # of the segment in the memory operand.
Definition: X86BaseInfo.h:34
@ X86_AddrScaleAmt
Definition: X86BaseInfo.h:29
@ X86_AddrDisp
Definition: X86BaseInfo.h:31
@ X86_AddrNumOperands
AddrNumOperands - Total number of operands in a memory reference.
Definition: X86BaseInfo.h:37