Searched refs:PPC_REG_R8 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 71 { PPC_REG_R8, "r8" }, 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() 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 | 105 PPC_REG_R8, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 80 public static final int PPC_REG_R8 = 52; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 77 PPC_REG_R8 = 52 variable
|