Searched refs:PPC_REG_R1 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 64 { PPC_REG_R1, "r1" }, 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 | 98 PPC_REG_R1, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 73 public static final int PPC_REG_R1 = 45; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 70 PPC_REG_R1 = 45 variable
|