Home
last modified time | relevance | path

Searched refs:temp_local (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/
Dtcg.c501 static inline int tcg_temp_new_internal(TCGType type, int temp_local) in tcg_temp_new_internal() argument
507 k = type + (temp_local ? TCG_TYPE_COUNT : 0); in tcg_temp_new_internal()
516 assert(ts->temp_local == temp_local); in tcg_temp_new_internal()
526 ts->temp_local = temp_local; in tcg_temp_new_internal()
532 ts->temp_local = temp_local; in tcg_temp_new_internal()
543 ts->temp_local = temp_local; in tcg_temp_new_internal()
555 TCGv_i32 tcg_temp_new_internal_i32(int temp_local) in tcg_temp_new_internal_i32() argument
559 idx = tcg_temp_new_internal(TCG_TYPE_I32, temp_local); in tcg_temp_new_internal_i32()
563 TCGv_i64 tcg_temp_new_internal_i64(int temp_local) in tcg_temp_new_internal_i64() argument
567 idx = tcg_temp_new_internal(TCG_TYPE_I64, temp_local); in tcg_temp_new_internal_i64()
[all …]
Dtcg.h435 unsigned int temp_local:1; /* If true, the temp is saved across member
566 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
580 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);
Doptimize.c119 if (!s->temps[temp].temp_local) { in find_better_copy()
121 if (s->temps[i].temp_local) { in find_better_copy()