HomeSort by relevance Sort by last modified time
    Searched refs:temp_local (Results 1 - 3 of 3) sorted by null

  /external/qemu/tcg/
tcg.c 501 static inline int tcg_temp_new_internal(TCGType type, int temp_local)
507 k = type + (temp_local ? TCG_TYPE_COUNT : 0);
516 assert(ts->temp_local == temp_local);
526 ts->temp_local = temp_local;
532 ts->temp_local = temp_local;
543 ts->temp_local = temp_local;
    [all...]
tcg.h 435 unsigned int temp_local:1; /* If true, the temp is saved across member in struct:TCGTemp
566 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
580 TCGv_i64 tcg_temp_new_internal_i64(int temp_local);
optimize.c 119 if (!s->temps[temp].temp_local) {
121 if (s->temps[i].temp_local) {
    [all...]

Completed in 42 milliseconds