• Home
  • Raw
  • Download

Lines Matching refs:m680x

409 	cs_m680x *m680x = &info->m680x;  in build_regs_read_write_counts()  local
412 if (MI->flat_insn->detail == NULL || (!m680x->op_count)) in build_regs_read_write_counts()
415 for (i = 0; i < m680x->op_count; ++i) { in build_regs_read_write_counts()
418 update_am_reg_list(MI, info, &m680x->operands[i], access); in build_regs_read_write_counts()
425 cs_m680x *m680x = &info->m680x; in add_operators_access() local
429 if (MI->flat_insn->detail == NULL || (!m680x->op_count) || in add_operators_access()
433 for (i = 0; i < m680x->op_count; ++i) { in add_operators_access()
442 m680x->operands[i].access = access; in add_operators_access()
1009 cs_m680x_op *op0 = &info->m680x.operands[info->m680x.op_count++]; in illegal_hdlr()
1026 cs_m680x *m680x = &info->m680x; in add_reg_operand() local
1027 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in add_reg_operand()
1037 cs_m680x *m680x = &info->m680x; in set_operand_size() local
1050 else if ((m680x->op_count > 0) && in set_operand_size()
1051 (m680x->operands[0].type == M680X_OP_REGISTER)) in set_operand_size()
1052 op->size = m680x->operands[0].size; in set_operand_size()
1069 cs_m680x_op *op0 = &info->m680x.operands[0]; in reg_bits_hdlr()
1156 cs_m680x *m680x = &info->m680x; in add_rel_operand() local
1157 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in add_rel_operand()
1202 cs_m680x *m680x = &info->m680x; in add_indexed_operand() local
1203 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in add_indexed_operand()
1247 cs_m680x *m680x = &info->m680x; in indexed09_hdlr() local
1248 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in indexed09_hdlr()
1366 (m680x->operands[0].reg == M680X_REG_X || in indexed09_hdlr()
1367 (m680x->operands[0].reg == M680X_REG_Y))) in indexed09_hdlr()
1384 cs_m680x *m680x = &info->m680x; in indexed12_hdlr() local
1385 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in indexed12_hdlr()
1477 cs_m680x *m680x = &info->m680x; in index_hdlr() local
1478 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in index_hdlr()
1486 cs_m680x *m680x = &info->m680x; in direct_hdlr() local
1487 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in direct_hdlr()
1496 cs_m680x *m680x = &info->m680x; in extended_hdlr() local
1497 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in extended_hdlr()
1507 cs_m680x *m680x = &info->m680x; in immediate_hdlr() local
1508 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in immediate_hdlr()
1547 cs_m680x *m680x = &info->m680x; in bit_move_hdlr() local
1557 op = &m680x->operands[m680x->op_count++]; in bit_move_hdlr()
1562 op = &m680x->operands[m680x->op_count++]; in bit_move_hdlr()
1593 cs_m680x *m680x = &info->m680x; in opidx_hdlr() local
1594 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in opidx_hdlr()
1606 cs_m680x *m680x = &info->m680x; in opidx_dir_rel_hdlr() local
1607 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in opidx_dir_rel_hdlr()
1679 cs_m680x *m680x = &info->m680x; in imm_idx12_x_hdlr() local
1680 cs_m680x_op *op = &m680x->operands[m680x->op_count++]; in imm_idx12_x_hdlr()
1705 cs_m680x *m680x = &info->m680x; in ext_idx12_x_hdlr() local
1706 cs_m680x_op *op0 = &m680x->operands[m680x->op_count++]; in ext_idx12_x_hdlr()
1728 cs_m680x *m680x = &info->m680x; in loop_hdlr() local
1747 op = &m680x->operands[m680x->op_count++]; in loop_hdlr()
1798 cs_m680x *m680x = &info->m680x; in m680x_disassemble() local
1805 memset(detail, 0, offsetof(cs_detail, m680x)+sizeof(cs_m680x)); in m680x_disassemble()
1809 memset(m680x, 0, sizeof(*m680x)); in m680x_disassemble()
1834 m680x->flags |= M680X_FIRST_OP_IN_MNEM; in m680x_disassemble()
1843 m680x->flags |= M680X_SECOND_OP_IN_MNEM; in m680x_disassemble()