Lines Matching refs:TCGArg
144 void vec_gen_2(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, TCGArg a) in vec_gen_2()
154 TCGArg r, TCGArg a, TCGArg b) in vec_gen_3()
165 TCGArg r, TCGArg a, TCGArg b, TCGArg c) in vec_gen_4()
176 void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, in vec_gen_6()
177 TCGArg a, TCGArg b, TCGArg c, TCGArg d, TCGArg e) in vec_gen_6()
230 TCGArg ri = tcgv_vec_arg(r); in tcg_gen_dup_i64_vec()
235 TCGArg ai = tcgv_i64_arg(a); in tcg_gen_dup_i64_vec()
238 TCGArg al = tcgv_i32_arg(TCGV_LOW(a)); in tcg_gen_dup_i64_vec()
239 TCGArg ah = tcgv_i32_arg(TCGV_HIGH(a)); in tcg_gen_dup_i64_vec()
242 TCGArg ai = tcgv_i32_arg(TCGV_LOW(a)); in tcg_gen_dup_i64_vec()
249 TCGArg ri = tcgv_vec_arg(r); in tcg_gen_dup_i32_vec()
250 TCGArg ai = tcgv_i32_arg(a); in tcg_gen_dup_i32_vec()
260 TCGArg ri = tcgv_vec_arg(r); in tcg_gen_dup_mem_vec()
261 TCGArg bi = tcgv_ptr_arg(b); in tcg_gen_dup_mem_vec()
268 static void vec_gen_ldst(TCGOpcode opc, TCGv_vec r, TCGv_ptr b, TCGArg o) in vec_gen_ldst()
270 TCGArg ri = tcgv_vec_arg(r); in vec_gen_ldst()
271 TCGArg bi = tcgv_ptr_arg(b); in vec_gen_ldst()
278 void tcg_gen_ld_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_ld_vec()
283 void tcg_gen_st_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_st_vec()
288 void tcg_gen_stl_vec(TCGv_vec r, TCGv_ptr b, TCGArg o, TCGType low_type) in tcg_gen_stl_vec()
290 TCGArg ri = tcgv_vec_arg(r); in tcg_gen_stl_vec()
291 TCGArg bi = tcgv_ptr_arg(b); in tcg_gen_stl_vec()
373 TCGArg ri = temp_arg(rt); in do_op2()
374 TCGArg ai = temp_arg(at); in do_op2()
451 TCGArg ri = temp_arg(rt); in do_shifti()
452 TCGArg ai = temp_arg(at); in do_shifti()
513 TCGArg ri = temp_arg(rt); in tcg_gen_cmp_vec()
514 TCGArg ai = temp_arg(at); in tcg_gen_cmp_vec()
515 TCGArg bi = temp_arg(bt); in tcg_gen_cmp_vec()
516 TCGArg ti; in tcg_gen_cmp_vec()
556 TCGArg ri = temp_arg(rt); in do_op3()
557 TCGArg ai = temp_arg(at); in do_op3()
558 TCGArg bi = temp_arg(bt); in do_op3()
702 TCGArg ri = temp_arg(rt); in do_shifts()
703 TCGArg ai = temp_arg(at); in do_shifts()
704 TCGArg si = temp_arg(st); in do_shifts()
775 TCGArg ri = temp_arg(rt); in tcg_gen_cmpsel_vec()
776 TCGArg ai = temp_arg(at); in tcg_gen_cmpsel_vec()
777 TCGArg bi = temp_arg(bt); in tcg_gen_cmpsel_vec()
778 TCGArg ci = temp_arg(ct); in tcg_gen_cmpsel_vec()
779 TCGArg di = temp_arg(dt); in tcg_gen_cmpsel_vec()