Searched refs:temps (Results 1 – 7 of 7) sorted by relevance
212 s->temps = s->static_temps; in tcg_context_init()290 ts = &s->temps[s->nb_globals]; in tcg_global_reg_new_internal()330 ts = &s->temps[s->nb_globals]; in tcg_global_mem_new_internal()365 ts = &s->temps[s->nb_globals]; in tcg_global_mem_new_internal()409 ts = &s->temps[idx]; in tcg_temp_new_internal()418 ts = &s->temps[s->nb_temps]; in tcg_temp_new_internal()435 ts = &s->temps[s->nb_temps]; in tcg_temp_new_internal()470 ts = &s->temps[idx]; in tcg_temp_free_internal()673 ts = &s->temps[i]; in tcg_reg_alloc_start()681 ts = &s->temps[i]; in tcg_reg_alloc_start()[all …]
245 TCGTemp *temps; /* globals first, temps after */ member
33 # TEST t temps "tA~
113 static TCGv temps[MAX_TEMPS]; variable122 if (GET_TCGV_I32(temps[num_temps])) in new_tmp()123 return temps[num_temps++]; in new_tmp()126 temps[num_temps++] = tmp; in new_tmp()136 if (TCGV_EQUAL(temps[i], tmp)) in dead_tmp()140 while (!TCGV_EQUAL(temps[i], tmp)) in dead_tmp()143 temps[i] = temps[i + 1]; in dead_tmp()146 temps[i] = tmp; in dead_tmp()8814 memset(temps, 0, sizeof(temps)); in gen_intermediate_code_internal()
165 first so temps don't have to be initialized if it's going to fail.
278 # see if caller knows where we should put temps
709 (ffi_call): Adjust calls to above routines. Add local temps for