Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c4562 static void temp_allocate_frame(TCGContext *s, TCGTemp *ts) in temp_allocate_frame() function
4702 temp_allocate_frame(s, ts); in temp_sync()
4902 temp_allocate_frame(s, ts); in temp_load()
5080 temp_allocate_frame(s, ots); in tcg_reg_alloc_mov()
5115 temp_allocate_frame(s, ots); in tcg_reg_alloc_mov()
6180 temp_allocate_frame(s, ts); in tcg_reg_alloc_call()
6209 temp_allocate_frame(s, ts); in tcg_reg_alloc_call()
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc976 * the stack bias is applied in temp_allocate_frame().