Home
last modified time | relevance | path

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

/external/capstone/include/capstone/
Dppc.h266 PPC_REG_ENDING, // <-- mark the end of the list of registers enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java238 public static final int PPC_REG_ENDING = 210; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py235 PPC_REG_ENDING = 210 variable