Home
last modified time | relevance | path

Searched refs:M68K_OP_IMM (Results 1 – 9 of 9) sorted by relevance

/external/capstone/cstool/
Dcstool_m68k.c89 case M68K_OP_IMM: in print_insn_detail_m68k()
/external/capstone/bindings/python/
Dtest_m68k.py64 elif op.type == M68K_OP_IMM:
/external/capstone/suite/cstest/src/
Dm68k_detail.c86 case M68K_OP_IMM: in get_detail_m68k()
/external/capstone/arch/M68K/
DM68KDisassembler.c497 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 …]
/external/capstone/tests/
Dtest_m68k.c109 case M68K_OP_IMM: in print_insn_detail()
/external/capstone/bindings/java/capstone/
DM68k_const.java79 public static final int M68K_OP_IMM = 2; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py76 M68K_OP_IMM = 2 variable
/external/capstone/include/capstone/
Dm68k.h115 M68K_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator
/external/capstone/contrib/objdump/
Dobjdump-m68k.py321 if op.type == M68K_OP_IMM: