Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dtranslate.c205 static bool do_typea(DisasContext *dc, arg_typea *arg, bool side_effects, in do_typea() argument
210 if (arg->rd == 0 && !side_effects) { in do_typea()
221 static bool do_typea0(DisasContext *dc, arg_typea0 *arg, bool side_effects, in do_typea0() argument
226 if (arg->rd == 0 && !side_effects) { in do_typea0()
236 static bool do_typeb_imm(DisasContext *dc, arg_typeb *arg, bool side_effects, in do_typeb_imm() argument
241 if (arg->rd == 0 && !side_effects) { in do_typeb_imm()
251 static bool do_typeb_val(DisasContext *dc, arg_typeb *arg, bool side_effects, in do_typeb_val() argument
256 if (arg->rd == 0 && !side_effects) { in do_typeb_val()