Searched refs:PPC_REG_R30 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 93 { PPC_REG_R30, "r30" }, 1497 PPC_REG_R26, PPC_REG_R27, PPC_REG_R28, PPC_REG_R29, PPC_REG_R30, in PPC_map_register() 1529 PPC_REG_R26, PPC_REG_R27, PPC_REG_R28, PPC_REG_R29, PPC_REG_R30, 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 | 127 PPC_REG_R30, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 102 public static final int PPC_REG_R30 = 74; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 99 PPC_REG_R30 = 74 variable
|