Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h340 #define TCG_CALL_NO_WRITE_GLOBALS 0x0020 macro
346 #define TCG_CALL_NO_WG TCG_CALL_NO_WRITE_GLOBALS
DREADME91 - TCG_CALL_NO_WRITE_GLOBALS means that the helper does not modify any globals.
97 Note that TCG_CALL_NO_READ_GLOBALS implies TCG_CALL_NO_WRITE_GLOBALS.
Doptimize.c1116 TCG_CALL_NO_WRITE_GLOBALS))) { in tcg_constant_folding()
Dtcg.c1507 if (!(call_flags & (TCG_CALL_NO_WRITE_GLOBALS | in tcg_liveness_analysis()
2400 } else if (flags & TCG_CALL_NO_WRITE_GLOBALS) { in tcg_reg_alloc_call()