Searched refs:PPC_REG_R7 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 70 { PPC_REG_R7, "r7" }, 1493 PPC_REG_R6, PPC_REG_R7, PPC_REG_R8, PPC_REG_R9, PPC_REG_R10, in PPC_map_register() 1525 PPC_REG_R6, PPC_REG_R7, PPC_REG_R8, PPC_REG_R9, PPC_REG_R10, 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 | 104 PPC_REG_R7, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 79 public static final int PPC_REG_R7 = 51; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 76 PPC_REG_R7 = 51 variable
|