Home
last modified time | relevance | path

Searched refs:M68K_AM_REGI_ADDR_PRE_DEC (Results 1 – 6 of 6) sorted by relevance

/external/capstone/bindings/java/capstone/
DM68k_const.java61 public static final int M68K_AM_REGI_ADDR_PRE_DEC = 5; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py58 M68K_AM_REGI_ADDR_PRE_DEC = 5 variable
/external/capstone/include/capstone/
Dm68k.h87 M68K_AM_REGI_ADDR_PRE_DEC, ///< Register Indirect - Address with Predecrement enumerator
/external/capstone/arch/M68K/
DM68KInstPrinter.c154 case M68K_AM_REGI_ADDR_PRE_DEC: SStream_concat(O, "-(a%d)", (op->reg - M68K_REG_A0)); break; in printAddressingMode()
DM68KDisassembler.c456 op->address_mode = M68K_AM_REGI_ADDR_PRE_DEC; in get_ea_mode_op()
681 op0->address_mode = M68K_AM_REGI_ADDR_PRE_DEC; in build_mm()
684 op1->address_mode = M68K_AM_REGI_ADDR_PRE_DEC; in build_mm()
938 if (op1->address_mode == M68K_AM_REGI_ADDR_PRE_DEC) in build_movem_re()
3893 case M68K_AM_REGI_ADDR_PRE_DEC: in update_am_reg_list()
/external/capstone/contrib/objdump/
Dobjdump-m68k.py129 if op.address_mode == M68K_AM_REGI_ADDR_PRE_DEC: