Searched refs:PPC_REG_R4 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 67 { PPC_REG_R4, "r4" }, 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() 1533 PPC_REG_R21, PPC_REG_R25, PPC_REG_R29, PPC_REG_R0, PPC_REG_R4, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 101 PPC_REG_R4, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 76 public static final int PPC_REG_R4 = 48; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 73 PPC_REG_R4 = 48 variable
|