Searched refs:M680X_OP_CONSTANT (Results 1 – 13 of 13) sorted by relevance
36 | M680X_OP_CONSTANT of int Constructor
104 | M680X_OP_CONSTANT const_val ->
661 case M680X_OP_CONSTANT: in _cs_disasm()
81 case M680X_OP_CONSTANT: in print_insn_detail_m680x()
75 case M680X_OP_CONSTANT: in get_detail_m680x()
73 if i.type == M680X_OP_CONSTANT:
35 M680X_OP_CONSTANT = 7 variable
38 public static final int M680X_OP_CONSTANT = 7; field in M680x_const
161 case M680X_OP_CONSTANT: in printOperand()
1480 op->type = M680X_OP_CONSTANT; in index_hdlr()1558 op->type = M680X_OP_CONSTANT; in bit_move_hdlr()1563 op->type = M680X_OP_CONSTANT; in bit_move_hdlr()1597 op->type = M680X_OP_CONSTANT; in opidx_hdlr()1610 op->type = M680X_OP_CONSTANT; in opidx_dir_rel_hdlr()
107 case M680X_OP_CONSTANT: in print_insn_detail()
63 M680X_OP_CONSTANT, ///< = constant operand (Displayed as number only). enumerator
81 if (i.type == M680X_OP_CONSTANT) in print_ins_detail()