Home
last modified time | relevance | path

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

/external/qemu/disas/
Dmips.c4040 info->insn_type = dis_nonbranch; in print_insn_mips()
4063 if ((info->insn_type & INSN_WRITE_GPR_31) != 0) in print_insn_mips()
4064 info->insn_type = dis_jsr; in print_insn_mips()
4066 info->insn_type = dis_branch; in print_insn_mips()
4072 if ((info->insn_type & INSN_WRITE_GPR_31) != 0) in print_insn_mips()
4073 info->insn_type = dis_condjsr; in print_insn_mips()
4075 info->insn_type = dis_condbranch; in print_insn_mips()
4080 info->insn_type = dis_dref; in print_insn_mips()
4097 info->insn_type = dis_noninsn; in print_insn_mips()
4186 info->insn_type = dis_nonbranch;
[all …]
/external/qemu/include/disas/
Dbfd.h356 enum dis_insn_type insn_type; /* Type of instruction */ member