#include "bgintrinsics.h"#include "siintrinsics.h"Include dependency graph for uctools.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | _opcode_desc |
Defines | |
| #define | IMMED 0 |
| #define | DATA_STRING 1 |
| #define | RELATIVE_JUMP 2 |
| #define | CALL 3 |
| #define | VARREF 4 |
| #define | FLGREF 5 |
| #define | EXTCALL 6 |
| #define | IMMED_AND_RELATIVE_JUMP 7 |
| #define | PUSH 8 |
| #define | BYTE 9 |
| #define | SLOOP 10 |
| #define | POP 11 |
| #define | IMMED32 12 |
| #define | DATA_STRING32 13 |
| #define | RELATIVE_JUMP32 14 |
| #define | IMMED_RELJUMP32 15 |
| #define | SLOOP32 16 |
| #define | USECODE_INTRINSIC_PTR(NAME) #NAME |
Typedefs | |
| typedef _opcode_desc | opcode_desc |
Variables | |
| static opcode_desc | opcode_table [] |
| const char * | bg_intrinsic_table [] |
| const int | bg_intrinsic_size = sizeof(bg_intrinsic_table)/sizeof(char*) |
| const char * | si_intrinsic_table [] |
| const int | si_intrinsic_size = sizeof(si_intrinsic_table)/sizeof(char*) |
| #define BYTE 9 |
Definition at line 24 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define DATA_STRING32 13 |
Definition at line 29 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define IMMED32 12 |
Definition at line 28 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define IMMED_AND_RELATIVE_JUMP 7 |
Definition at line 20 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define IMMED_RELJUMP32 15 |
Definition at line 31 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define RELATIVE_JUMP32 14 |
Definition at line 30 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define SLOOP 10 |
Definition at line 26 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| #define SLOOP32 16 |
Definition at line 32 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
| typedef struct _opcode_desc opcode_desc |
| const int bg_intrinsic_size = sizeof(bg_intrinsic_table)/sizeof(char*) |
| const char* bg_intrinsic_table[] |
Initial value:
{
}
Definition at line 232 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
opcode_desc opcode_table[] [static] |
| const int si_intrinsic_size = sizeof(si_intrinsic_table)/sizeof(char*) |
| const char* si_intrinsic_table[] |
Initial value:
{
}
Definition at line 237 of file uctools.h.
Referenced by main(), and Usecode_internal::uc_trace_disasm().
1.5.1