C# Class Reko.Arch.X86.Registers

The registers of an x86 machine.
ファイルを表示 Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
C RegisterStorage
D RegisterStorage
FPST RegisterStorage
FPUF RegisterStorage
O RegisterStorage
P RegisterStorage
S RegisterStorage
Z RegisterStorage
ah RegisterStorage
al RegisterStorage
ax RegisterStorage
bh RegisterStorage
bl RegisterStorage
bp RegisterStorage
bpl RegisterStorage
bx RegisterStorage
ch RegisterStorage
cl RegisterStorage
cs RegisterStorage
cx RegisterStorage
dh RegisterStorage
di RegisterStorage
dil RegisterStorage
dl RegisterStorage
ds RegisterStorage
dx RegisterStorage
eax RegisterStorage
ebp RegisterStorage
ebx RegisterStorage
ecx RegisterStorage
edi RegisterStorage
edx RegisterStorage
eflags Reko.Core.FlagRegister
es RegisterStorage
esi RegisterStorage
esp RegisterStorage
fs RegisterStorage
gs RegisterStorage
mm0 RegisterStorage
mm1 RegisterStorage
mm10 RegisterStorage
mm11 RegisterStorage
mm12 RegisterStorage
mm13 RegisterStorage
mm14 RegisterStorage
mm15 RegisterStorage
mm2 RegisterStorage
mm3 RegisterStorage
mm4 RegisterStorage
mm5 RegisterStorage
mm6 RegisterStorage
mm7 RegisterStorage
mm8 RegisterStorage
mm9 RegisterStorage
r10 RegisterStorage
r10b RegisterStorage
r10d RegisterStorage
r10w RegisterStorage
r11 RegisterStorage
r11b RegisterStorage
r11d RegisterStorage
r11w RegisterStorage
r12 RegisterStorage
r12b RegisterStorage
r12d RegisterStorage
r12w RegisterStorage
r13 RegisterStorage
r13b RegisterStorage
r13d RegisterStorage
r13w RegisterStorage
r14 RegisterStorage
r14b RegisterStorage
r14d RegisterStorage
r14w RegisterStorage
r15 RegisterStorage
r15b RegisterStorage
r15d RegisterStorage
r15w RegisterStorage
r8 RegisterStorage
r8b RegisterStorage
r8d RegisterStorage
r8w RegisterStorage
r9 RegisterStorage
r9b RegisterStorage
r9d RegisterStorage
r9w RegisterStorage
rax RegisterStorage
rbp RegisterStorage
rbx RegisterStorage
rcx RegisterStorage
rdi RegisterStorage
rdx RegisterStorage
rip RegisterStorage
rsi RegisterStorage
rsp RegisterStorage
si RegisterStorage
sil RegisterStorage
sp RegisterStorage
spl RegisterStorage
ss RegisterStorage
xmm0 RegisterStorage
xmm1 RegisterStorage
xmm10 RegisterStorage
xmm11 RegisterStorage
xmm12 RegisterStorage
xmm13 RegisterStorage
xmm14 RegisterStorage
xmm15 RegisterStorage
xmm2 RegisterStorage
xmm3 RegisterStorage
xmm4 RegisterStorage
xmm5 RegisterStorage
xmm6 RegisterStorage
xmm7 RegisterStorage
xmm8 RegisterStorage
xmm9 RegisterStorage

Public Methods

Method Description
GetRegister ( int i ) : RegisterStorage
GetRegister ( string name ) : RegisterStorage

Private Methods

Method Description
FlagRegister ( string name, int grf ) : RegisterStorage
Registers ( ) : Reko.Core
SegmentRegister ( string name, int reg ) : RegisterStorage

Method Details

GetRegister() public static method

public static GetRegister ( int i ) : RegisterStorage
i int
return RegisterStorage

GetRegister() public static method

public static GetRegister ( string name ) : RegisterStorage
name string
return RegisterStorage

Property Details

C public_oe static_oe property

public static RegisterStorage C
return RegisterStorage

D public_oe static_oe property

public static RegisterStorage D
return RegisterStorage

FPST public_oe static_oe property

public static RegisterStorage FPST
return RegisterStorage

FPUF public_oe static_oe property

public static RegisterStorage FPUF
return RegisterStorage

O public_oe static_oe property

public static RegisterStorage O
return RegisterStorage

P public_oe static_oe property

public static RegisterStorage P
return RegisterStorage

S public_oe static_oe property

public static RegisterStorage S
return RegisterStorage

Z public_oe static_oe property

public static RegisterStorage Z
return RegisterStorage

ah public_oe static_oe property

public static RegisterStorage ah
return RegisterStorage

al public_oe static_oe property

public static RegisterStorage al
return RegisterStorage

ax public_oe static_oe property

public static RegisterStorage ax
return RegisterStorage

bh public_oe static_oe property

public static RegisterStorage bh
return RegisterStorage

bl public_oe static_oe property

public static RegisterStorage bl
return RegisterStorage

bp public_oe static_oe property

public static RegisterStorage bp
return RegisterStorage

bpl public_oe static_oe property

public static RegisterStorage bpl
return RegisterStorage

bx public_oe static_oe property

public static RegisterStorage bx
return RegisterStorage

ch public_oe static_oe property

public static RegisterStorage ch
return RegisterStorage

cl public_oe static_oe property

public static RegisterStorage cl
return RegisterStorage

cs public_oe static_oe property

public static RegisterStorage cs
return RegisterStorage

cx public_oe static_oe property

public static RegisterStorage cx
return RegisterStorage

dh public_oe static_oe property

public static RegisterStorage dh
return RegisterStorage

di public_oe static_oe property

public static RegisterStorage di
return RegisterStorage

dil public_oe static_oe property

public static RegisterStorage dil
return RegisterStorage

dl public_oe static_oe property

public static RegisterStorage dl
return RegisterStorage

ds public_oe static_oe property

public static RegisterStorage ds
return RegisterStorage

dx public_oe static_oe property

public static RegisterStorage dx
return RegisterStorage

eax public_oe static_oe property

public static RegisterStorage eax
return RegisterStorage

ebp public_oe static_oe property

public static RegisterStorage ebp
return RegisterStorage

ebx public_oe static_oe property

public static RegisterStorage ebx
return RegisterStorage

ecx public_oe static_oe property

public static RegisterStorage ecx
return RegisterStorage

edi public_oe static_oe property

public static RegisterStorage edi
return RegisterStorage

edx public_oe static_oe property

public static RegisterStorage edx
return RegisterStorage

eflags public_oe static_oe property

public static FlagRegister,Reko.Core eflags
return Reko.Core.FlagRegister

es public_oe static_oe property

public static RegisterStorage es
return RegisterStorage

esi public_oe static_oe property

public static RegisterStorage esi
return RegisterStorage

esp public_oe static_oe property

public static RegisterStorage esp
return RegisterStorage

fs public_oe static_oe property

public static RegisterStorage fs
return RegisterStorage

gs public_oe static_oe property

public static RegisterStorage gs
return RegisterStorage

mm0 public_oe static_oe property

public static RegisterStorage mm0
return RegisterStorage

mm1 public_oe static_oe property

public static RegisterStorage mm1
return RegisterStorage

mm10 public_oe static_oe property

public static RegisterStorage mm10
return RegisterStorage

mm11 public_oe static_oe property

public static RegisterStorage mm11
return RegisterStorage

mm12 public_oe static_oe property

public static RegisterStorage mm12
return RegisterStorage

mm13 public_oe static_oe property

public static RegisterStorage mm13
return RegisterStorage

mm14 public_oe static_oe property

public static RegisterStorage mm14
return RegisterStorage

mm15 public_oe static_oe property

public static RegisterStorage mm15
return RegisterStorage

mm2 public_oe static_oe property

public static RegisterStorage mm2
return RegisterStorage

mm3 public_oe static_oe property

public static RegisterStorage mm3
return RegisterStorage

mm4 public_oe static_oe property

public static RegisterStorage mm4
return RegisterStorage

mm5 public_oe static_oe property

public static RegisterStorage mm5
return RegisterStorage

mm6 public_oe static_oe property

public static RegisterStorage mm6
return RegisterStorage

mm7 public_oe static_oe property

public static RegisterStorage mm7
return RegisterStorage

mm8 public_oe static_oe property

public static RegisterStorage mm8
return RegisterStorage

mm9 public_oe static_oe property

public static RegisterStorage mm9
return RegisterStorage

r10 public_oe static_oe property

public static RegisterStorage r10
return RegisterStorage

r10b public_oe static_oe property

public static RegisterStorage r10b
return RegisterStorage

r10d public_oe static_oe property

public static RegisterStorage r10d
return RegisterStorage

r10w public_oe static_oe property

public static RegisterStorage r10w
return RegisterStorage

r11 public_oe static_oe property

public static RegisterStorage r11
return RegisterStorage

r11b public_oe static_oe property

public static RegisterStorage r11b
return RegisterStorage

r11d public_oe static_oe property

public static RegisterStorage r11d
return RegisterStorage

r11w public_oe static_oe property

public static RegisterStorage r11w
return RegisterStorage

r12 public_oe static_oe property

public static RegisterStorage r12
return RegisterStorage

r12b public_oe static_oe property

public static RegisterStorage r12b
return RegisterStorage

r12d public_oe static_oe property

public static RegisterStorage r12d
return RegisterStorage

r12w public_oe static_oe property

public static RegisterStorage r12w
return RegisterStorage

r13 public_oe static_oe property

public static RegisterStorage r13
return RegisterStorage

r13b public_oe static_oe property

public static RegisterStorage r13b
return RegisterStorage

r13d public_oe static_oe property

public static RegisterStorage r13d
return RegisterStorage

r13w public_oe static_oe property

public static RegisterStorage r13w
return RegisterStorage

r14 public_oe static_oe property

public static RegisterStorage r14
return RegisterStorage

r14b public_oe static_oe property

public static RegisterStorage r14b
return RegisterStorage

r14d public_oe static_oe property

public static RegisterStorage r14d
return RegisterStorage

r14w public_oe static_oe property

public static RegisterStorage r14w
return RegisterStorage

r15 public_oe static_oe property

public static RegisterStorage r15
return RegisterStorage

r15b public_oe static_oe property

public static RegisterStorage r15b
return RegisterStorage

r15d public_oe static_oe property

public static RegisterStorage r15d
return RegisterStorage

r15w public_oe static_oe property

public static RegisterStorage r15w
return RegisterStorage

r8 public_oe static_oe property

public static RegisterStorage r8
return RegisterStorage

r8b public_oe static_oe property

public static RegisterStorage r8b
return RegisterStorage

r8d public_oe static_oe property

public static RegisterStorage r8d
return RegisterStorage

r8w public_oe static_oe property

public static RegisterStorage r8w
return RegisterStorage

r9 public_oe static_oe property

public static RegisterStorage r9
return RegisterStorage

r9b public_oe static_oe property

public static RegisterStorage r9b
return RegisterStorage

r9d public_oe static_oe property

public static RegisterStorage r9d
return RegisterStorage

r9w public_oe static_oe property

public static RegisterStorage r9w
return RegisterStorage

rax public_oe static_oe property

public static RegisterStorage rax
return RegisterStorage

rbp public_oe static_oe property

public static RegisterStorage rbp
return RegisterStorage

rbx public_oe static_oe property

public static RegisterStorage rbx
return RegisterStorage

rcx public_oe static_oe property

public static RegisterStorage rcx
return RegisterStorage

rdi public_oe static_oe property

public static RegisterStorage rdi
return RegisterStorage

rdx public_oe static_oe property

public static RegisterStorage rdx
return RegisterStorage

rip public_oe static_oe property

public static RegisterStorage rip
return RegisterStorage

rsi public_oe static_oe property

public static RegisterStorage rsi
return RegisterStorage

rsp public_oe static_oe property

public static RegisterStorage rsp
return RegisterStorage

si public_oe static_oe property

public static RegisterStorage si
return RegisterStorage

sil public_oe static_oe property

public static RegisterStorage sil
return RegisterStorage

sp public_oe static_oe property

public static RegisterStorage sp
return RegisterStorage

spl public_oe static_oe property

public static RegisterStorage spl
return RegisterStorage

ss public_oe static_oe property

public static RegisterStorage ss
return RegisterStorage

xmm0 public_oe static_oe property

public static RegisterStorage xmm0
return RegisterStorage

xmm1 public_oe static_oe property

public static RegisterStorage xmm1
return RegisterStorage

xmm10 public_oe static_oe property

public static RegisterStorage xmm10
return RegisterStorage

xmm11 public_oe static_oe property

public static RegisterStorage xmm11
return RegisterStorage

xmm12 public_oe static_oe property

public static RegisterStorage xmm12
return RegisterStorage

xmm13 public_oe static_oe property

public static RegisterStorage xmm13
return RegisterStorage

xmm14 public_oe static_oe property

public static RegisterStorage xmm14
return RegisterStorage

xmm15 public_oe static_oe property

public static RegisterStorage xmm15
return RegisterStorage

xmm2 public_oe static_oe property

public static RegisterStorage xmm2
return RegisterStorage

xmm3 public_oe static_oe property

public static RegisterStorage xmm3
return RegisterStorage

xmm4 public_oe static_oe property

public static RegisterStorage xmm4
return RegisterStorage

xmm5 public_oe static_oe property

public static RegisterStorage xmm5
return RegisterStorage

xmm6 public_oe static_oe property

public static RegisterStorage xmm6
return RegisterStorage

xmm7 public_oe static_oe property

public static RegisterStorage xmm7
return RegisterStorage

xmm8 public_oe static_oe property

public static RegisterStorage xmm8
return RegisterStorage

xmm9 public_oe static_oe property

public static RegisterStorage xmm9
return RegisterStorage