Searched defs:temp_local (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg.c421 static inline int tcg_temp_new_internal(TCGType type, int temp_local) argument
428 if (temp_local)
437 assert(ts->temp_local == temp_local);
447 ts->temp_local = temp_local;
453 ts->temp_local = temp_local;
464 ts->temp_local = temp_local;
472 tcg_temp_new_internal_i32(int temp_local) argument
480 tcg_temp_new_internal_i64(int temp_local) argument
[all...]
H A Dtcg.h255 unsigned int temp_local:1; /* If true, the temp is saved accross member in struct:TCGTemp
368 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
383 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);

Completed in 49 milliseconds