Lines Matching refs:ai
234 TCGArg ai = tcgv_i64_arg(a); in tcg_gen_dup_i64_vec() local
235 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i64_vec()
241 TCGArg ai = tcgv_i32_arg(TCGV_LOW(a)); in tcg_gen_dup_i64_vec() local
242 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i64_vec()
249 TCGArg ai = tcgv_i32_arg(a); in tcg_gen_dup_i32_vec() local
253 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i32_vec()
373 TCGArg ai = temp_arg(at); in do_op2() local
381 vec_gen_2(opc, type, vece, ri, ai); in do_op2()
384 tcg_expand_vec_op(opc, type, vece, ri, ai); in do_op2()
451 TCGArg ai = temp_arg(at); in do_shifti() local
466 vec_gen_3(opc, type, vece, ri, ai, i); in do_shifti()
473 tcg_expand_vec_op(opc, type, vece, ri, ai, i); in do_shifti()
513 TCGArg ai = temp_arg(at); in tcg_gen_cmp_vec() local
527 vec_gen_3(INDEX_op_and_vec, type, 0, ti, ai, bi); in tcg_gen_cmp_vec()
529 ai = ti; in tcg_gen_cmp_vec()
536 vec_gen_4(INDEX_op_cmp_vec, type, vece, ri, ai, bi, cond); in tcg_gen_cmp_vec()
540 tcg_expand_vec_op(INDEX_op_cmp_vec, type, vece, ri, ai, bi, cond); in tcg_gen_cmp_vec()
556 TCGArg ai = temp_arg(at); in do_op3() local
566 vec_gen_3(opc, type, vece, ri, ai, bi); in do_op3()
569 tcg_expand_vec_op(opc, type, vece, ri, ai, bi); in do_op3()
702 TCGArg ai = temp_arg(at); in do_shifts() local
711 vec_gen_3(opc, type, vece, ri, ai, si); in do_shifts()
714 tcg_expand_vec_op(opc, type, vece, ri, ai, si); in do_shifts()
775 TCGArg ai = temp_arg(at); in tcg_gen_cmpsel_vec() local
793 vec_gen_6(INDEX_op_cmpsel_vec, type, vece, ri, ai, bi, ci, di, cond); in tcg_gen_cmpsel_vec()
796 ri, ai, bi, ci, di, cond); in tcg_gen_cmpsel_vec()