Searched refs:M68K_AM_PCI_DISP (Results 1 – 6 of 6) sorted by relevance
67 public static final int M68K_AM_PCI_DISP = 11; field in M68k_const
64 M68K_AM_PCI_DISP = 11 variable
96 M68K_AM_PCI_DISP, ///< Program Counter Indirect - with Displacement enumerator
156 case M68K_AM_PCI_DISP: SStream_concat(O, "$%x(pc)", pc + 2 + op->mem.disp); break; in printAddressingMode()
486 op->address_mode = M68K_AM_PCI_DISP; in get_ea_mode_op()
138 if op.address_mode == M68K_AM_PCI_DISP: