HomeSort by relevance Sort by last modified time
    Searched refs:MIPS_OP_REG (Results 1 - 12 of 12) sorted by null

  /external/capstone/bindings/ocaml/
mips.ml 14 | MIPS_OP_REG of int
test_mips.ml 28 | MIPS_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
ocaml.c 282 case MIPS_OP_REG:
  /external/capstone/cstool/
cstool_mips.c 29 case MIPS_OP_REG:
  /external/capstone/bindings/java/capstone/
Mips.java 47 if (type == MIPS_OP_REG)
Mips_const.java 9 public static final int MIPS_OP_REG = 1;
    [all...]
  /external/capstone/bindings/python/
test_mips.py 36 if i.type == MIPS_OP_REG:
  /external/capstone/bindings/java/
TestMips.java 45 if (i.type == MIPS_OP_REG)
  /external/capstone/tests/
test_mips.c 50 case MIPS_OP_REG:
  /external/capstone/arch/Mips/
MipsInstPrinter.c 200 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_REG;
  /external/capstone/bindings/python/capstone/
mips_const.py 6 MIPS_OP_REG = 1
  /external/capstone/include/
mips.h 28 MIPS_OP_REG, // = CS_OP_REG (Register operand).

Completed in 374 milliseconds