Lines Matching refs:base_type

194     TCGType type = rt->base_type;  in vec_gen_op2()
197 tcg_debug_assert(at->base_type >= type); in vec_gen_op2()
207 TCGType type = rt->base_type; in vec_gen_op3()
210 tcg_debug_assert(at->base_type >= type); in vec_gen_op3()
211 tcg_debug_assert(bt->base_type >= type); in vec_gen_op3()
225 tcg_gen_mov_vec(r, tcg_constant_vec(rt->base_type, vece, a)); in tcg_gen_dupi_vec()
232 TCGType type = rt->base_type; in tcg_gen_dup_i64_vec()
252 TCGType type = rt->base_type; in tcg_gen_dup_i32_vec()
263 TCGType type = rt->base_type; in tcg_gen_dup_mem_vec()
273 TCGType type = rt->base_type; in vec_gen_ldst()
293 TCGType type = rt->base_type; in tcg_gen_stl_vec()
375 TCGType type = rt->base_type; in do_op2()
378 tcg_debug_assert(at->base_type >= type); in do_op2()
423 TCGType type = tcgv_vec_temp(r)->base_type; in tcg_gen_abs_vec()
453 TCGType type = rt->base_type; in do_shifti()
456 tcg_debug_assert(at->base_type == type); in do_shifti()
517 TCGType type = rt->base_type; in tcg_gen_cmp_vec()
520 tcg_debug_assert(at->base_type >= type); in tcg_gen_cmp_vec()
521 tcg_debug_assert(bt->base_type >= type); in tcg_gen_cmp_vec()
559 TCGType type = rt->base_type; in do_op3()
562 tcg_debug_assert(at->base_type >= type); in do_op3()
563 tcg_debug_assert(bt->base_type >= type); in do_op3()
705 TCGType type = rt->base_type; in do_shifts()
708 tcg_debug_assert(at->base_type >= type); in do_shifts()
749 TCGType type = rt->base_type; in tcg_gen_bitsel_vec()
751 tcg_debug_assert(at->base_type >= type); in tcg_gen_bitsel_vec()
752 tcg_debug_assert(bt->base_type >= type); in tcg_gen_bitsel_vec()
753 tcg_debug_assert(ct->base_type >= type); in tcg_gen_bitsel_vec()
780 TCGType type = rt->base_type; in tcg_gen_cmpsel_vec()
784 tcg_debug_assert(at->base_type >= type); in tcg_gen_cmpsel_vec()
785 tcg_debug_assert(bt->base_type >= type); in tcg_gen_cmpsel_vec()
786 tcg_debug_assert(ct->base_type >= type); in tcg_gen_cmpsel_vec()
787 tcg_debug_assert(dt->base_type >= type); in tcg_gen_cmpsel_vec()