Lines Matching refs:m680x_reg
131 m680x_reg reg0 : 5;
132 m680x_reg reg1 : 5;
293 static bool exists_reg_list(uint16_t *regs, uint8_t count, m680x_reg reg) in exists_reg_list()
305 static void add_reg_to_rw_list(MCInst *MI, m680x_reg reg, e_access access) in add_reg_to_rw_list()
449 m680x_reg regs[10];
596 m680x_reg reg = changed_regs[i].regs[j]; in set_changed_regs_read_write_counts()
1024 static void add_reg_operand(m680x_info *info, m680x_reg reg) in add_reg_operand()
1057 static const m680x_reg reg_s_reg_ids[] = {
1062 static const m680x_reg reg_u_reg_ids[] = {
1072 const m680x_reg *reg_to_reg_ids; in reg_bits_hdlr()
1104 static const m680x_reg g_tfr_exg_reg_ids[] = {
1131 static const m680x_reg g_tfr_exg12_reg0_ids[] = { in reg_reg12_hdlr()
1135 static const m680x_reg g_tfr_exg12_reg1_ids[] = { in reg_reg12_hdlr()
1194 static const m680x_reg g_rr5_to_reg_ids[] = {
1198 static void add_indexed_operand(m680x_info *info, m680x_reg base_reg, in add_indexed_operand()
1373 m680x_reg g_idx12_to_reg_ids[4] = {
1377 m680x_reg g_or12_to_reg_ids[3] = {
1542 static const m680x_reg m680x_reg[] = { in bit_move_hdlr() local
1554 add_reg_operand(info, m680x_reg[post_byte >> 6]); in bit_move_hdlr()
1720 static const m680x_reg index_to_reg_id[] = { in loop_hdlr()
1813 m680x_reg reg; in m680x_disassemble()