Home
last modified time | relevance | path

Searched refs:MIPS_REG_INVALID (Results 1 – 8 of 8) sorted by relevance

/external/capstone/cstool/
Dcstool_mips.c37 if (op->mem.base != MIPS_REG_INVALID) in print_insn_detail_mips()
/external/capstone/suite/cstest/src/
Dmips_detail.c36 if (op->mem.base != MIPS_REG_INVALID) in get_detail_mips()
/external/capstone/tests/
Dtest_mips.c58 if (op->mem.base != MIPS_REG_INVALID) in print_insn_detail()
/external/capstone/arch/Mips/
DMipsMapping.c18 { MIPS_REG_INVALID, NULL },
972 return (i != -1)? i : MIPS_REG_INVALID; in Mips_map_insn()
DMipsInstPrinter.c97 …flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].mem.base = MIPS_REG_INVALID; in set_mem_access()
/external/capstone/bindings/python/capstone/
Dmips_const.py8 MIPS_REG_INVALID = 0 variable
/external/capstone/bindings/java/capstone/
DMips_const.java11 public static final int MIPS_REG_INVALID = 0; field in Mips_const
/external/capstone/include/capstone/
Dmips.h31 MIPS_REG_INVALID = 0, enumerator