instruction
#define Set_exceptiontype_and_instr_field(exception,instruction,object) \
object = ((exception) << 26) | (instruction)
m88k_instruction_info(u_int32_t instruction)
if ((instruction & ptr->mask) == ptr->value)
uint32_t instruction;
if (!db_trace_get_val(return_to - 8, &instruction))
flags = m88k_instruction_info(instruction);
if (br_dest(return_to - 8, instruction) == jump_to)
if (!db_trace_get_val(return_to - 4, &instruction))
flags = m88k_instruction_info(instruction);
if (br_dest(return_to - 4, instruction) == jump_to)
struct instruction *cur_instr;
struct instruction *cur_instr;
struct instruction *cur_instr;
struct instruction *
struct instruction *new_instr;
new_instr = (struct instruction *)malloc(sizeof(struct instruction));
static TAILQ_HEAD(,instruction) seq_program;
struct instruction *seq_alloc(void);
struct instruction *instr;
struct instruction *instr;
struct instruction *instr;
TAILQ_ENTRY(instruction) links;