Searched refs:PPC_REG_R22 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 85 { PPC_REG_R22, "r22" }, 1496 PPC_REG_R21, PPC_REG_R22, PPC_REG_R23, PPC_REG_R24, PPC_REG_R25, in PPC_map_register() 1528 PPC_REG_R21, PPC_REG_R22, PPC_REG_R23, PPC_REG_R24, PPC_REG_R25, in PPC_map_register() 1531 PPC_REG_R14, PPC_REG_R18, PPC_REG_R22, PPC_REG_R26, PPC_REG_R30, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 119 PPC_REG_R22, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 94 public static final int PPC_REG_R22 = 66; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 91 PPC_REG_R22 = 66 variable
|