Searched refs:PPC_REG_CR1 (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMappingInsn.inc | 2269 { 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2281 { 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2299 { PPC_REG_RM, 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2305 { PPC_REG_RM, 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2323 { PPC_REG_RM, 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2341 { PPC_REG_RM, 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2347 { PPC_REG_RM, 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2353 { PPC_REG_RM, 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2377 { 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 2389 { 0 }, { PPC_REG_CR1, 0 }, { 0 }, 0, 0 [all …]
|
D | PPCMapping.c | 22 { PPC_REG_CR1, "cr1" }, 1477 PPC_REG_CR1, PPC_REG_CR2, PPC_REG_CR3, PPC_REG_CR4, PPC_REG_CR5, in PPC_map_register()
|
/external/capstone/include/capstone/ |
D | ppc.h | 56 PPC_REG_CR1, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 31 public static final int PPC_REG_CR1 = 3; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 28 PPC_REG_CR1 = 3 variable
|