Public Member Functions | |
TempOp (const uint32 offset_=0, const sint32 opcode_=0, const uint32 nextoffset_=0, const sint32 i0_=0, const sint32 i1_=0, const sint32 i2_=0, const sint32 i3_=0, const sint32 i4_=0, const string &str_=string()) | |
~TempOp () | |
void | op (const uint32 opcode_) |
uint32 | op () const |
Public Attributes | |
uint32 | offset |
uint32 | nextoffset |
sint32 | i0 |
sint32 | i1 |
sint32 | i2 |
sint32 | i3 |
sint32 | i4 |
string | str |
uint32 | sp_size |
uint32 | ret_size |
Protected Attributes | |
uint32 | opcode |
Definition at line 54 of file Disasm.cpp.
TempOp::TempOp | ( | const uint32 | offset_ = 0 , |
|
const sint32 | opcode_ = 0 , |
|||
const uint32 | nextoffset_ = 0 , |
|||
const sint32 | i0_ = 0 , |
|||
const sint32 | i1_ = 0 , |
|||
const sint32 | i2_ = 0 , |
|||
const sint32 | i3_ = 0 , |
|||
const sint32 | i4_ = 0 , |
|||
const string & | str_ = string() | |||
) | [inline] |
Definition at line 57 of file Disasm.cpp.
TempOp::~TempOp | ( | ) | [inline] |
Definition at line 65 of file Disasm.cpp.
uint32 TempOp::op | ( | ) | const [inline] |
void TempOp::op | ( | const uint32 | opcode_ | ) | [inline] |
Definition at line 67 of file Disasm.cpp.
References opcode.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 72 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 72 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 72 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 72 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 72 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 71 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
Definition at line 68 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().
uint32 TempOp::opcode [protected] |
Definition at line 77 of file Disasm.cpp.
Definition at line 76 of file Disasm.cpp.
string TempOp::str |
Definition at line 73 of file Disasm.cpp.
Referenced by just_print(), and ConvertUsecode::readOpGeneric().