instruction
#define Set_exceptiontype_and_instr_field(exception,instruction,object) \
object = ((exception) << 26) | (instruction)
# if the F-Line instruction is an "fmovecr" w/ a non-zero <ea>. if
# if the instruction was executed from supervisor mode and the addressing
decode_ea6(struct frame *frame, struct instruction *insn, struct insn_ea *ea,
fpu_load_ea(struct frame *frame, struct instruction *insn, struct insn_ea *ea,
fpu_store_ea(struct frame *frame, struct instruction *insn, struct insn_ea *ea,
fetch_immed(struct frame *frame, struct instruction *insn, int *dst)
static int decode_ea6(struct frame *, struct instruction *,
static int fetch_immed(struct frame *, struct instruction *, int *);
static int fetch_disp(struct frame *, struct instruction *, int, int *);
fetch_disp(struct frame *frame, struct instruction *insn, int size, int *res)
fpu_decode_ea(struct frame *frame, struct instruction *insn,
fpu_emul_type1(struct fpemu *fe, struct instruction *insn)
fpu_emul_brcc(struct fpemu *fe, struct instruction *insn)
fpu_emul_fmovmcr(struct fpemu *fe, struct instruction *insn)
fpu_emul_fmovm(struct fpemu *fe, struct instruction *insn)
fpu_emul_arith(struct fpemu *fe, struct instruction *insn)
static int fpu_emul_fmovmcr(struct fpemu *, struct instruction *);
static int fpu_emul_fmovm(struct fpemu *, struct instruction *);
static int fpu_emul_arith(struct fpemu *, struct instruction *);
static int fpu_emul_type1(struct fpemu *, struct instruction *);
static int fpu_emul_brcc(struct fpemu *, struct instruction *);
static struct instruction insn;
int fpu_emul_fmovecr(struct fpemu *, struct instruction *);
int fpu_emul_fstore(struct fpemu *, struct instruction *);
int fpu_emul_fscale(struct fpemu *, struct instruction *);
int fpu_decode_ea(struct frame *, struct instruction *,
int fpu_load_ea(struct frame *, struct instruction *,
int fpu_store_ea(struct frame *, struct instruction *,
fpu_emul_fmovecr(struct fpemu *fe, struct instruction *insn)
fpu_emul_fscale(struct fpemu *fe, struct instruction *insn)
fpu_emul_fstore(struct fpemu *fe, struct instruction *insn)
* instruction that generates (say) an underflow. Alternatively,
static STAILQ_HEAD(,instruction) seq_program;
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));
struct instruction *seq_alloc(void);
struct instruction *instr;
struct instruction *instr;
struct instruction *instr;
STAILQ_ENTRY(instruction) links;