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

/external/qemu/tcg/
H A Dtcg.c415 static inline int tcg_temp_new_internal(TCGType type, int temp_local) argument
422 if (temp_local)
431 assert(ts->temp_local == temp_local);
441 ts->temp_local = temp_local;
447 ts->temp_local = temp_local;
458 ts->temp_local = temp_local;
470 tcg_temp_new_internal_i32(int temp_local) argument
478 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
372 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
387 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);

Completed in 48 milliseconds