comparison m68k_internal.h @ 584:b6713c1b6f55

Combine andi ccr/sr and ori ccr/sr.
author Michael Pavone <pavone@retrodev.com>
date Fri, 07 Mar 2014 19:35:13 -0800
parents c05fcbfe1b1a
children 55c5b0f913ce
comparison
equal deleted inserted replaced
583:819921b76b4b 584:b6713c1b6f55
77 void translate_m68k_exg(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 77 void translate_m68k_exg(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
78 void translate_m68k_mul(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 78 void translate_m68k_mul(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
79 void translate_m68k_negx(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 79 void translate_m68k_negx(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
80 void translate_m68k_rot(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 80 void translate_m68k_rot(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
81 void translate_m68k_illegal(m68k_options *opts, m68kinst *inst); 81 void translate_m68k_illegal(m68k_options *opts, m68kinst *inst);
82 void translate_m68k_andi_ccr_sr(m68k_options *opts, m68kinst *inst); 82 void translate_m68k_andi_ori_ccr_sr(m68k_options *opts, m68kinst *inst);
83 void translate_m68k_ori_ccr_sr(m68k_options *opts, m68kinst *inst);
84 void translate_m68k_eori_ccr_sr(m68k_options *opts, m68kinst *inst); 83 void translate_m68k_eori_ccr_sr(m68k_options *opts, m68kinst *inst);
85 void translate_m68k_move_ccr_sr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 84 void translate_m68k_move_ccr_sr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
86 void translate_m68k_stop(m68k_options *opts, m68kinst *inst); 85 void translate_m68k_stop(m68k_options *opts, m68kinst *inst);
87 void translate_m68k_move_from_sr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 86 void translate_m68k_move_from_sr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
88 void translate_m68k_reset(m68k_options *opts, m68kinst *inst); 87 void translate_m68k_reset(m68k_options *opts, m68kinst *inst);