Searched refs:M68K_OP_IMM (Results 1 – 9 of 9) sorted by relevance
89 case M68K_OP_IMM: in print_insn_detail_m68k()
64 elif op.type == M68K_OP_IMM:
86 case M68K_OP_IMM: in get_detail_m68k()
497 op->type = M68K_OP_IMM; in get_ea_mode_op()599 op2->type = M68K_OP_IMM; in build_rr()630 op0->type = M68K_OP_IMM; in build_imm_ea()646 op0->type = M68K_OP_IMM; in build_3bit_d()663 op0->type = M68K_OP_IMM; in build_3bit_ea()689 op2->type = M68K_OP_IMM; in build_mm()754 op0->type = M68K_OP_IMM; in build_imm_special_reg()785 op->type = M68K_OP_IMM; in build_absolute_jump_with_immediate()966 op->type = M68K_OP_IMM; in build_imm()1079 op1->type = M68K_OP_IMM; in build_link()[all …]
109 case M68K_OP_IMM: in print_insn_detail()
79 public static final int M68K_OP_IMM = 2; field in M68k_const
76 M68K_OP_IMM = 2 variable
115 M68K_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator
321 if op.type == M68K_OP_IMM: