Home
last modified time | relevance | path

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

/external/capstone/arch/PowerPC/
DPPCMapping.c98 { PPC_REG_V3, "v3" },
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.h132 PPC_REG_V3, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java107 public static final int PPC_REG_V3 = 79; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py104 PPC_REG_V3 = 79 variable