Home
last modified time | relevance | path

Searched refs:PPC_BH_INVALID (Results 1 – 3 of 3) sorted by relevance

/external/capstone/include/capstone/
Dppc.h36 PPC_BH_INVALID = 0, ///< no hint enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java18 public static final int PPC_BH_INVALID = 0; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py15 PPC_BH_INVALID = 0 variable