Home | History | Annotate | Download | only in tcg

Lines Matching refs:temp_local

415 static inline int tcg_temp_new_internal(TCGType type, int temp_local)
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 TCGv_i32 tcg_temp_new_internal_i32(int temp_local)
474 idx = tcg_temp_new_internal(TCG_TYPE_I32, temp_local);
478 TCGv_i64 tcg_temp_new_internal_i64(int temp_local)
482 idx = tcg_temp_new_internal(TCG_TYPE_I64, temp_local);
504 if (ts->temp_local)
795 if (ts->temp_local)
1198 if (ts->temp_local)
1564 if (ts->temp_local) {