Home
last modified time | relevance | path

Searched refs:PPC_OP_INVALID (Results 1 – 6 of 6) sorted by relevance

/external/capstone/bindings/ocaml/
Dppc.ml18 | PPC_OP_INVALID of int Constructor
Dtest_ppc.ml25 | PPC_OP_INVALID _ -> (); (* this would never happens *)
/external/capstone/bindings/java/capstone/
DPpc.java56 if (type == PPC_OP_INVALID) in read()
DPpc_const.java22 public static final int PPC_OP_INVALID = 0; field in Ppc_const
/external/capstone/include/capstone/
Dppc.h43 PPC_OP_INVALID = 0, ///< = CS_OP_INVALID (Uninitialized). enumerator
/external/capstone/bindings/python/capstone/
Dppc_const.py19 PPC_OP_INVALID = 0 variable