Home
last modified time | relevance | path

Searched refs:M68K_CPU_SIZE_LONG (Results 1 – 5 of 5) sorted by relevance

/external/capstone/bindings/java/capstone/
DM68k_const.java95 public static final int M68K_CPU_SIZE_LONG = 4; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py92 M68K_CPU_SIZE_LONG = 4 variable
/external/capstone/include/capstone/
Dm68k.h181 M68K_CPU_SIZE_LONG = 4, ///< 4 bytes in size enumerator
/external/capstone/arch/M68K/
DM68KInstPrinter.c306 case M68K_CPU_SIZE_LONG: SStream_concat0(O, ".l"); break; in M68K_printInst()
DM68KDisassembler.c2083 ext->op_size.cpu_size = M68K_CPU_SIZE_LONG; in d68020_cpgen()