TEMU
4.4
The Terma Emulator
|
Go to the source code of this file.
Data Structures | |
struct | temu_InstrumenterIface |
Macros | |
#define | TEMU_INSTRUMENTER_IFACE_TYPE "temu::InstrumenterIface" |
Enumerations | |
enum | temu_InstructionFlags { teIF_Branch = 1 << 0, teIF_IndirectBranch = 1 << 1, teIF_Load = 1 << 2, teIF_Store = 1 << 3, teIF_Integer = 1 << 4, teIF_Float = 1 << 5, teIF_Arithmetic = 1 << 6, teIF_Annulled = 1 << 7, teIF_UnconditionalTaken = 1 << 8, teIF_UnconditionalNotTaken = 1 << 9, teIF_OnPage = 1 << 10, teIF_ModeSwitch = 1 << 11, teIF_Call = 1 << 12, teIF_Unimplemented = 1 << 13 } |
Functions | |
TEMU_IFACE_REFERENCE_TYPE (temu_Instrumenter) | |
#define TEMU_INSTRUMENTER_IFACE_TYPE "temu::InstrumenterIface" |
Instruction classification flags
TEMU_IFACE_REFERENCE_TYPE | ( | temu_Instrumenter | ) |