Searched refs:insn_type (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/disas/
H A Dbfd.h356 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
/external/qemu/disas/
H A Dmips.c4046 info->insn_type = dis_nonbranch;
4069 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
4070 info->insn_type = dis_jsr;
4072 info->insn_type = dis_branch;
4078 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
4079 info->insn_type = dis_condjsr;
4081 info->insn_type = dis_condbranch;
4086 info->insn_type = dis_dref;
4103 info->insn_type = dis_noninsn;
4194 info->insn_type
[all...]

Completed in 243 milliseconds