Home
last modified time | relevance | path

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

/qemu/include/disas/
H A Ddis-asm.h383 enum dis_insn_type insn_type; /* Type of instruction */ member
/qemu/target/microblaze/
H A Dtranslate.c163 static bool invalid_delay_slot(DisasContext *dc, const char *insn_type) in invalid_delay_slot()