Home
last modified time | relevance | path

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

/external/capstone/arch/Mips/
DMipsInstPrinter.c97 …flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].mem.base = MIPS_REG_INVALID; in set_mem_access()
DMipsMapping.c18 { MIPS_REG_INVALID, NULL },
9925 return (i != -1)? i : MIPS_REG_INVALID; in Mips_map_insn()
/external/capstone/bindings/java/capstone/
DMips_const.java15 public static final int MIPS_REG_INVALID = 0; field in Mips_const
/external/capstone/bindings/python/capstone/
Dmips_const.py12 MIPS_REG_INVALID = 0 variable
/external/capstone/include/
Dmips.h60 MIPS_REG_INVALID = 0, enumerator