Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h236 #define TCG_CALL_NO_SIDE_EFFECTS 0x0004 macro
243 #define TCG_CALL_NO_SE TCG_CALL_NO_SIDE_EFFECTS
/qemu/docs/devel/
H A Dtcg-ops.rst177 * ``TCG_CALL_NO_SIDE_EFFECTS``
/qemu/tcg/
H A Doptimize.c1724 if (!(flags & TCG_CALL_NO_SIDE_EFFECTS)) { in fold_call()
H A Dtcg.c2635 if (tcg_ctx->plugin_insn && !(info->flags & TCG_CALL_NO_SIDE_EFFECTS)) { in tcg_gen_callN()
4030 if (call_flags & TCG_CALL_NO_SIDE_EFFECTS) { in liveness_pass_1()