ReactOS
0.4.15-dev-2155-g06f57e1
|
#include <disassembler.h>
Public Attributes | |
int | flags |
int | destType |
int | srcType |
int | auxType |
int | cpu_type |
int | inst_type |
char * | mnem |
char * | dest |
char * | src |
char * | aux |
Definition at line 98 of file disassembler.h.
char * x86_inst::aux |
Definition at line 104 of file disassembler.h.
int x86_inst::auxType |
Definition at line 100 of file disassembler.h.
int x86_inst::cpu_type |
Definition at line 101 of file disassembler.h.
char* x86_inst::dest |
Definition at line 104 of file disassembler.h.
int x86_inst::destType |
Definition at line 100 of file disassembler.h.
int x86_inst::flags |
Definition at line 99 of file disassembler.h.
int x86_inst::inst_type |
Definition at line 102 of file disassembler.h.
char* x86_inst::mnem |
Definition at line 103 of file disassembler.h.
char * x86_inst::src |
Definition at line 104 of file disassembler.h.
Referenced by asmparser_srcreg_ps_1_0123(), asmparser_srcreg_ps_1_4(), asmparser_srcreg_ps_2(), asmparser_srcreg_ps_2_x(), asmparser_srcreg_ps_3(), asmparser_srcreg_vs_1(), asmparser_srcreg_vs_2(), asmparser_srcreg_vs_3(), asmparser_texcoord(), asmparser_texhelper(), asmparser_texld14(), instr_ps_1_0123_mov(), instr_ps_1_0123_texld(), instr_ps_1_4_mov(), instr_ps_1_4_texld(), instrlen(), and write_srcregs().
int x86_inst::srcType |
Definition at line 100 of file disassembler.h.