Searched refs:PPC_REG_R12 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 75 { PPC_REG_R12, "r12" }, 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() 1534 PPC_REG_R8, PPC_REG_R12, PPC_REG_R16, PPC_REG_R20, PPC_REG_R24, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 109 PPC_REG_R12, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 84 public static final int PPC_REG_R12 = 56; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 81 PPC_REG_R12 = 56 variable
|