Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DM68k_const.java484 public static final int M68K_GRP_JUMP = 1; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py481 M68K_GRP_JUMP = 1 variable
/external/capstone/include/capstone/
Dm68k.h601 M68K_GRP_JUMP, ///< = CS_GRP_JUMP enumerator
/external/capstone/arch/M68K/
DM68KDisassembler.c774 set_insn_group(info, M68K_GRP_JUMP); in build_relative_branch()
789 set_insn_group(info, M68K_GRP_JUMP); in build_absolute_jump_with_immediate()
819 set_insn_group(info, M68K_GRP_JUMP); in build_dbxx()
1821 set_insn_group(info, M68K_GRP_JUMP); in d68020_cpbcc_16()
1842 set_insn_group(info, M68K_GRP_JUMP); in d68020_cpbcc_32()
1869 set_insn_group(info, M68K_GRP_JUMP); in d68020_cpdbcc()
2373 set_insn_group(info, M68K_GRP_JUMP); in d68000_jmp()
2380 set_insn_group(info, M68K_GRP_JUMP); in d68000_jsr()
DM68KInstPrinter.c372 { M68K_GRP_JUMP, "jump" },