Home
last modified time | relevance | path

Searched refs:PPC_REG_R19 (Results 1 – 4 of 4) sorted by relevance

/external/capstone/arch/PowerPC/
DPPCMapping.c82 { PPC_REG_R19, "r19" },
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()
1536 PPC_REG_R19, PPC_REG_R23, PPC_REG_R27, PPC_REG_R31 }; in PPC_map_register()
/external/capstone/include/capstone/
Dppc.h116 PPC_REG_R19, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java91 public static final int PPC_REG_R19 = 63; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py88 PPC_REG_R19 = 63 variable