Home
last modified time | relevance | path

Searched refs:PPC_INS_ENDING (Results 1 – 4 of 4) sorted by relevance

/external/capstone/include/capstone/
Dppc.h1429 PPC_INS_ENDING, // <-- mark the end of the list of instructions enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java1350 public static final int PPC_INS_ENDING = 1110; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py1347 PPC_INS_ENDING = 1110 variable
/external/capstone/arch/PowerPC/
DPPCMapping.c1423 if (id >= PPC_INS_ENDING) in PPC_insn_name()