Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h200 #define TCG_CALL_CONST 0x0020 macro
Dtcg.c1270 if (!(call_flags & TCG_CALL_CONST)) { in tcg_liveness_analysis()
1971 if (!(flags & TCG_CALL_CONST)) { in tcg_reg_alloc_call()
DREADME81 TCG_CALL_CONST function modifier. By default, the helper is allowed to
Dtcg-op.h411 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask, in tcg_gen_helper32()
424 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask, in tcg_gen_helper64()