Searched refs:PPC_REG_R20 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 83 { PPC_REG_R20, "r20" }, 1495 PPC_REG_R16, PPC_REG_R17, PPC_REG_R18, PPC_REG_R19, PPC_REG_R20, in PPC_map_register() 1527 PPC_REG_R16, PPC_REG_R17, PPC_REG_R18, PPC_REG_R19, PPC_REG_R20, 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 | 117 PPC_REG_R20, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 92 public static final int PPC_REG_R20 = 64; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 89 PPC_REG_R20 = 64 variable
|