Home
last modified time | relevance | path

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

/external/capstone/bindings/python/capstone/
Dppc_const.py30 PPC_REG_CR2 = 5 variable
/external/capstone/bindings/java/capstone/
DPpc_const.java33 public static final int PPC_REG_CR2 = 5; field in Ppc_const
/external/capstone/include/
Dppc.h53 PPC_REG_CR2, enumerator
/external/capstone/arch/PowerPC/
DPPCMapping.c24 { PPC_REG_CR2, "cr2" },
7936 PPC_REG_CR0, PPC_REG_CR1, PPC_REG_CR2, PPC_REG_CR3, PPC_REG_CR4, in PPC_map_register()