Home
last modified time | relevance | path

Searched refs:update_cr0 (Results 1 – 11 of 11) sorted by relevance

/external/capstone/bindings/java/capstone/
DPpc.java70 public byte update_cr0; field in Ppc.UnionOpInfo
105 updateCr0 = (op_info.update_cr0 > 0); in OpInfo()
/external/capstone/bindings/ocaml/
Dppc.ml31 update_cr0: bool; RecordField
Docaml.c416 Store_field(op_info_val, 2, Val_bool(insn[j-1].detail->ppc.update_cr0)); in _cs_disasm()
/external/capstone/bindings/python/capstone/
Dppc.py62 return (a.bc, a.bh, a.update_cr0, copy_ctypes_list(a.operands[:a.op_count]))
D__init__.py558 (self.bc, self.bh, self.update_cr0, self.operands) = \
/external/capstone/cstool/
Dcstool_ppc.c87 if (ppc->update_cr0) in print_insn_detail_ppc()
/external/capstone/bindings/python/
Dtest_ppc.py56 if insn.update_cr0:
/external/capstone/tests/
Dtest_ppc.c108 if (ppc->update_cr0) in print_insn_detail()
/external/capstone/include/
Dppc.h274 bool update_cr0; member
/external/capstone/bindings/python/pyx/
Dccapstone.pyx40 (self.bc, self.bh, self.update_cr0, self.operands) = \
/external/capstone/arch/PowerPC/
DPPCMapping.c6920 insn->detail->ppc.update_cr0 = cs_reg_write((csh)&handle, insn, PPC_REG_CR0); in PPC_get_insn_id()