Lines Matching refs:t
859 TCGPool *p, *t; in tcg_pool_reset() local
860 for (p = s->pool_first_large; p; p = t) { in tcg_pool_reset()
861 t = p->next; in tcg_pool_reset()
1753 TCGTemp *t; in tcg_temp_new_vec() local
1771 t = tcg_temp_new_internal(type, TEMP_EBB); in tcg_temp_new_vec()
1772 return temp_tcgv_vec(t); in tcg_temp_new_vec()
1778 TCGTemp *t = tcgv_vec_temp(match); in tcg_temp_new_vec_matching() local
1780 tcg_debug_assert(t->temp_allocated != 0); in tcg_temp_new_vec_matching()
1782 t = tcg_temp_new_internal(t->base_type, TEMP_EBB); in tcg_temp_new_vec_matching()
1783 return temp_tcgv_vec(t); in tcg_temp_new_vec_matching()
1909 TCGTemp *t = tcgv_vec_temp(match); in tcg_constant_vec_matching() local
1911 tcg_debug_assert(t->temp_allocated != 0); in tcg_constant_vec_matching()
1912 return tcg_constant_vec(t->base_type, vece, val); in tcg_constant_vec_matching()
2608 const char *t = tcg_get_arg_str(s, buf, sizeof(buf), arg); in tcg_dump_ops() local
2609 col += ne_fprintf(f, ",%s", t); in tcg_dump_ops()
6563 void tcg_expand_vec_op(TCGOpcode o, TCGType t, unsigned e, TCGArg a0, ...) in tcg_expand_vec_op() argument