Searched refs:PPC_REG_R3 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 66 { PPC_REG_R3, "r3" }, 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() 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 | 100 PPC_REG_R3, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 75 public static final int PPC_REG_R3 = 47; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 72 PPC_REG_R3 = 47 variable
|