Searched refs:PPC_INS_ADD (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMappingInsn.inc | 5 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,
|
D | PPCMapping.c | 297 { PPC_INS_ADD, "add" },
|
/external/capstone/include/capstone/ |
D | ppc.h | 314 PPC_INS_ADD, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 241 public static final int PPC_INS_ADD = 1; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 238 PPC_INS_ADD = 1 variable
|