Searched refs:PPC_REG_R5 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 68 { PPC_REG_R5, "r5" }, 1492 PPC_REG_R1, PPC_REG_R2, PPC_REG_R3, PPC_REG_R4, PPC_REG_R5, in PPC_map_register() 1524 PPC_REG_R1, PPC_REG_R2, PPC_REG_R3, PPC_REG_R4, PPC_REG_R5, in PPC_map_register() 1532 PPC_REG_R1, PPC_REG_R5, PPC_REG_R9, PPC_REG_R13, PPC_REG_R17, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 102 PPC_REG_R5, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 77 public static final int PPC_REG_R5 = 49; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 74 PPC_REG_R5 = 49 variable
|