Home
last modified time | relevance | path

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

/external/capstone/arch/PowerPC/
DPPCMapping.c97 { PPC_REG_V2, "v2" },
1498 PPC_REG_R31, PPC_REG_V0, PPC_REG_V1, PPC_REG_V2, PPC_REG_V3, in PPC_map_register()
/external/capstone/include/capstone/
Dppc.h131 PPC_REG_V2, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java106 public static final int PPC_REG_V2 = 78; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py103 PPC_REG_V2 = 78 variable