Home
last modified time | relevance | path

Searched refs:PPC_REG_CR0 (Results 1 – 6 of 6) sorted by relevance

/external/capstone/arch/PowerPC/
DPPCMappingInsn.inc19 { 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 …]
DPPCMapping.c21 { 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()
DPPCInstPrinter.c944 …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/
Dppc.h55 PPC_REG_CR0, enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java30 public static final int PPC_REG_CR0 = 2; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py27 PPC_REG_CR0 = 2 variable