Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DM68k_const.java67 public static final int M68K_AM_PCI_DISP = 11; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py64 M68K_AM_PCI_DISP = 11 variable
/external/capstone/include/capstone/
Dm68k.h96 M68K_AM_PCI_DISP, ///< Program Counter Indirect - with Displacement enumerator
/external/capstone/arch/M68K/
DM68KInstPrinter.c156 case M68K_AM_PCI_DISP: SStream_concat(O, "$%x(pc)", pc + 2 + op->mem.disp); break; in printAddressingMode()
DM68KDisassembler.c486 op->address_mode = M68K_AM_PCI_DISP; in get_ea_mode_op()
/external/capstone/contrib/objdump/
Dobjdump-m68k.py138 if op.address_mode == M68K_AM_PCI_DISP: