Home
last modified time | relevance | path

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

/external/capstone/arch/PowerPC/
DPPCMapping.c127 { PPC_REG_VRSAVE, "vrsave" },
1476 0, PPC_REG_VRSAVE, PPC_REG_R0, 0, PPC_REG_CR0, in PPC_map_register()
/external/capstone/include/capstone/
Dppc.h161 PPC_REG_VRSAVE, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java136 public static final int PPC_REG_VRSAVE = 108; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py133 PPC_REG_VRSAVE = 108 variable