Searched refs:PPC_REG_CR0 (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMappingInsn.inc | 19 { 0 }, { PPC_REG_CR0, 0 }, { 0 }, 0, 0 43 { 0 }, { PPC_REG_CR0, 0 }, { 0 }, 0, 0 61 { 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 67 { 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 85 { PPC_REG_CARRY, 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 91 { PPC_REG_CARRY, 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 121 { 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 151 { PPC_REG_CARRY, 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 157 { PPC_REG_CARRY, 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 175 { PPC_REG_CARRY, 0 }, { PPC_REG_CARRY, PPC_REG_CR0, 0 }, { 0 }, 0, 0 [all …]
|
D | PPCMapping.c | 21 { PPC_REG_CR0, "cr0" }, 287 insn->detail->ppc.update_cr0 = cs_reg_write((csh)&handle, insn, PPC_REG_CR0); in PPC_get_insn_id() 1476 0, PPC_REG_VRSAVE, PPC_REG_R0, 0, PPC_REG_CR0, in PPC_map_register()
|
D | PPCInstPrinter.c | 944 …MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.reg = PPC_REG_CR0 + c… in printAliasInstrEx() 953 op_addReg(MI, PPC_REG_CR0 + cr - PPC_CR0); in printAliasInstrEx()
|
/external/capstone/include/capstone/ |
D | ppc.h | 55 PPC_REG_CR0, enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 30 public static final int PPC_REG_CR0 = 2; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 27 PPC_REG_CR0 = 2 variable
|