Home
last modified time | relevance | path

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

/external/capstone/arch/PowerPC/
DPPCMapping.c95 { PPC_REG_V0, "v0" },
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.h129 PPC_REG_V0, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java104 public static final int PPC_REG_V0 = 76; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py101 PPC_REG_V0 = 76 variable