Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h352 #define TCG_CALL_NO_WRITE_GLOBALS 0x0002 macro
360 #define TCG_CALL_NO_WG TCG_CALL_NO_WRITE_GLOBALS
/openbmc/qemu/tcg/
H A Dtcg.c3660 if (!(call_flags & (TCG_CALL_NO_WRITE_GLOBALS | in liveness_pass_1()
3986 call_flags = TCG_CALL_NO_WRITE_GLOBALS; in liveness_pass_2()
3992 call_flags = TCG_CALL_NO_WRITE_GLOBALS; in liveness_pass_2()
3996 TCG_CALL_NO_WRITE_GLOBALS); in liveness_pass_2()
4038 } else if (call_flags & TCG_CALL_NO_WRITE_GLOBALS) { in liveness_pass_2()
5417 } else if (info->flags & TCG_CALL_NO_WRITE_GLOBALS) { in tcg_reg_alloc_call()
H A Doptimize.c1518 if (!(flags & (TCG_CALL_NO_READ_GLOBALS | TCG_CALL_NO_WRITE_GLOBALS))) { in fold_call()
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst165 * ``TCG_CALL_NO_WRITE_GLOBALS``
175 the helper. This implies ``TCG_CALL_NO_WRITE_GLOBALS``.