Searched refs:PPC_REG_R10 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 73 { PPC_REG_R10, "r10" }, 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() 1530 PPC_REG_R31, PPC_REG_R0, PPC_REG_R2, PPC_REG_R6, PPC_REG_R10, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 107 PPC_REG_R10, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 82 public static final int PPC_REG_R10 = 54; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 79 PPC_REG_R10 = 54 variable
|