Home
last modified time | relevance | path

Searched refs:PPC_INS_ADD (Results 1 – 5 of 5) sorted by relevance

/external/capstone/arch/PowerPC/
DPPCMappingInsn.inc5 PPC_ADD4, PPC_INS_ADD,
11 PPC_ADD4TLS, PPC_INS_ADD,
17 PPC_ADD4o, PPC_INS_ADD,
23 PPC_ADD8, PPC_INS_ADD,
29 PPC_ADD8TLS, PPC_INS_ADD,
35 PPC_ADD8TLS_, PPC_INS_ADD,
41 PPC_ADD8o, PPC_INS_ADD,
DPPCMapping.c297 { PPC_INS_ADD, "add" },
/external/capstone/include/capstone/
Dppc.h314 PPC_INS_ADD, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java241 public static final int PPC_INS_ADD = 1; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py238 PPC_INS_ADD = 1 variable