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.c202 static bool do_typea(DisasContext *dc, arg_typea *arg, bool side_effects, in do_typea() argument
207 if (arg->rd == 0 && !side_effects) { in do_typea()
218 static bool do_typea0(DisasContext *dc, arg_typea0 *arg, bool side_effects, in do_typea0() argument
223 if (arg->rd == 0 && !side_effects) { in do_typea0()
233 static bool do_typeb_imm(DisasContext *dc, arg_typeb *arg, bool side_effects, in do_typeb_imm() argument
238 if (arg->rd == 0 && !side_effects) { in do_typeb_imm()
248 static bool do_typeb_val(DisasContext *dc, arg_typeb *arg, bool side_effects, in do_typeb_val() argument
253 if (arg->rd == 0 && !side_effects) { in do_typeb_val()