Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c1997 static TCGTemp *tcg_temp_alloc(TCGContext *s) in tcg_temp_alloc()
2014 ts = tcg_temp_alloc(s); in tcg_global_alloc()
2164 ts = tcg_temp_alloc(s); in tcg_temp_new_internal()
2175 TCGTemp *ts2 = tcg_temp_alloc(s); in tcg_temp_new_internal()
2323 ts = tcg_temp_alloc(s); in tcg_constant_internal()
2326 TCGTemp *ts2 = tcg_temp_alloc(s); in tcg_constant_internal()
4396 TCGTemp *dts = tcg_temp_alloc(s); in liveness_pass_2()
1996 static TCGTemp *tcg_temp_alloc(TCGContext *s) tcg_temp_alloc() function