Home
last modified time | relevance | path

Searched defs:PPC_OP_INVALID (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/capstone/bindings/ocaml/
H A Dppc.ml18 | PPC_OP_INVALID of int Constructor
/aosp_15_r20/external/capstone/bindings/python/capstone/
H A Dppc_const.py19 PPC_OP_INVALID = 0 variable
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DPpc_const.java22 public static final int PPC_OP_INVALID = 0; field in Ppc_const
/aosp_15_r20/external/capstone/include/capstone/
H A Dppc.h43 PPC_OP_INVALID = 0, ///< = CS_OP_INVALID (Uninitialized). enumerator