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

  /external/capstone/bindings/ocaml/
ppc.ml 11 type ppc_op_crx = { type
22 | PPC_OP_CRX of ppc_op_crx
test_ppc.ml 34 | PPC_OP_CRX crx -> ( printf "\t\top[%d]: CRX\n" i;
ocaml.c 439 case PPC_OP_CRX:
  /external/capstone/bindings/java/capstone/
Ppc.java 52 if (type == PPC_OP_CRX)
Ppc_const.java 214 public static final int PPC_OP_CRX = 64;
    [all...]
  /external/capstone/cstool/
cstool_ppc.c 72 case PPC_OP_CRX:
  /external/capstone/bindings/python/
test_ppc.py 40 if i.type == PPC_OP_CRX:
  /external/capstone/tests/
test_ppc.c 93 case PPC_OP_CRX:
  /external/capstone/bindings/python/capstone/
ppc_const.py 211 PPC_OP_CRX = 64
  /external/capstone/include/
ppc.h 238 PPC_OP_CRX = 64, // Condition Register field
248 typedef struct ppc_op_crx { struct
252 } ppc_op_crx; typedef in typeref:struct:ppc_op_crx
261 ppc_op_crx crx; // operand with condition register
  /external/capstone/arch/PowerPC/
PPCInstPrinter.c 940 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_CRX;

Completed in 645 milliseconds