Searched refs:PPC_REG_R28 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 91 { PPC_REG_R28, "r28" }, 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() 1535 PPC_REG_R28, PPC_REG_R3, PPC_REG_R7, PPC_REG_R11, PPC_REG_R15, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 125 PPC_REG_R28, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 100 public static final int PPC_REG_R28 = 72; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 97 PPC_REG_R28 = 72 variable
|