Searched refs:PPC_REG_R14 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 77 { PPC_REG_R14, "r14" }, 1494 PPC_REG_R11, PPC_REG_R12, PPC_REG_R13, PPC_REG_R14, PPC_REG_R15, in PPC_map_register() 1526 PPC_REG_R11, PPC_REG_R12, PPC_REG_R13, PPC_REG_R14, PPC_REG_R15, in PPC_map_register() 1531 PPC_REG_R14, PPC_REG_R18, PPC_REG_R22, PPC_REG_R26, PPC_REG_R30, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 111 PPC_REG_R14, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 86 public static final int PPC_REG_R14 = 58; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 83 PPC_REG_R14 = 58 variable
|