Home
last modified time | relevance | path

Searched refs:M68K_REG_INVALID (Results 1 – 10 of 10) sorted by relevance

/external/capstone/cstool/
Dcstool_m68k.c94 if (op->mem.base_reg != M68K_REG_INVALID) in print_insn_detail_m68k()
97 if (op->mem.index_reg != M68K_REG_INVALID) { in print_insn_detail_m68k()
/external/capstone/bindings/python/
Dtest_m68k.py68 if op.mem.base_reg != M68K_REG_INVALID:
70 if op.mem.index_reg != M68K_REG_INVALID:
/external/capstone/suite/cstest/src/
Dm68k_detail.c91 if (op->mem.base_reg != M68K_REG_INVALID) in get_detail_m68k()
93 if (op->mem.index_reg != M68K_REG_INVALID) { in get_detail_m68k()
/external/capstone/tests/
Dtest_m68k.c114 if (op->mem.base_reg != M68K_REG_INVALID) in print_insn_detail()
117 if (op->mem.index_reg != M68K_REG_INVALID) { in print_insn_detail()
/external/capstone/arch/M68K/
DM68KInstPrinter.c198 if (op->mem.base_reg != M68K_REG_INVALID) in printAddressingMode()
224 if (op->mem.base_reg != M68K_REG_INVALID) { in printAddressingMode()
234 if (op->mem.index_reg != M68K_REG_INVALID) in printAddressingMode()
DM68KDisassembler.c346 op->mem.base_reg = M68K_REG_INVALID; in get_with_index_address_mode()
347 op->mem.index_reg = M68K_REG_INVALID; in get_with_index_address_mode()
2603 reg = M68K_REG_INVALID; in d68010_movec()
3863 if (reg == M68K_REG_INVALID) in add_reg_to_rw_list()
/external/capstone/contrib/objdump/
Dobjdump-m68k.py186 if op.mem.base_reg != M68K_REG_INVALID:
219 if op.mem.base_reg != M68K_REG_INVALID:
228 if op.mem.index_reg != M68K_REG_INVALID:
/external/capstone/bindings/java/capstone/
DM68k_const.java7 public static final int M68K_REG_INVALID = 0; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py4 M68K_REG_INVALID = 0 variable
/external/capstone/include/capstone/
Dm68k.h21 M68K_REG_INVALID = 0, enumerator