Searched refs:PPC_REG_R15 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 78 { PPC_REG_R15, "r15" }, 1494 PPC_REG_R11, PPC_REG_R12, PPC_REG_R13, PPC_REG_R14, PPC_REG_R15, in PPC_map_register() 1526 PPC_REG_R11, PPC_REG_R12, PPC_REG_R13, PPC_REG_R14, PPC_REG_R15, 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 | 112 PPC_REG_R15, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 87 public static final int PPC_REG_R15 = 59; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 84 PPC_REG_R15 = 59 variable
|