Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h331 #define TCG_CALL_NO_SIDE_EFFECTS 0x0004 macro
338 #define TCG_CALL_NO_SE TCG_CALL_NO_SIDE_EFFECTS
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst177 * ``TCG_CALL_NO_SIDE_EFFECTS``
/openbmc/qemu/tcg/
H A Dtcg.c2259 if (tcg_ctx->plugin_insn && !(info->flags & TCG_CALL_NO_SIDE_EFFECTS)) { in tcg_gen_callN()
3632 if (call_flags & TCG_CALL_NO_SIDE_EFFECTS) { in liveness_pass_1()
H A Doptimize.c1529 if (!(flags & TCG_CALL_NO_SIDE_EFFECTS)) { in fold_call()