Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c415 static inline int tcg_temp_new_internal(TCGType type, int temp_local) in tcg_temp_new_internal() argument
422 if (temp_local) in tcg_temp_new_internal()
431 assert(ts->temp_local == temp_local); in tcg_temp_new_internal()
441 ts->temp_local = temp_local; in tcg_temp_new_internal()
447 ts->temp_local = temp_local; in tcg_temp_new_internal()
458 ts->temp_local = temp_local; in tcg_temp_new_internal()
470 TCGv_i32 tcg_temp_new_internal_i32(int temp_local) in tcg_temp_new_internal_i32() argument
474 idx = tcg_temp_new_internal(TCG_TYPE_I32, temp_local); in tcg_temp_new_internal_i32()
478 TCGv_i64 tcg_temp_new_internal_i64(int temp_local) in tcg_temp_new_internal_i64() argument
482 idx = tcg_temp_new_internal(TCG_TYPE_I64, temp_local); in tcg_temp_new_internal_i64()
[all …]
Dtcg.h255 unsigned int temp_local:1; /* If true, the temp is saved accross member
372 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
387 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);