Home
last modified time | relevance | path

Searched refs:temp_arg (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-vec.c198 vec_gen_2(opc, type, vece, temp_arg(rt), temp_arg(at)); in vec_gen_op2()
212 vec_gen_3(opc, type, vece, temp_arg(rt), temp_arg(at), temp_arg(bt)); in vec_gen_op3()
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()
527 ti = temp_arg(tt); in tcg_gen_cmp_vec()
[all …]
H A Doptimize.c335 return temp_arg(ts); in arg_new_constant()
342 return temp_arg(ts); in arg_new_temp()
742 #define NO_DEST temp_arg(NULL)
963 op->args[i] = temp_arg(find_better_copy(ts)); in copy_propagate()
3004 return tcg_opt_gen_mov(ctx, op, temp_arg(dst), temp_arg(src)); in fold_tcg_ld_memcopy()
/openbmc/qemu/include/tcg/
H A Dtcg.h489 static inline TCGArg temp_arg(TCGTemp *ts) in temp_arg() function
541 return temp_arg(tcgv_i32_temp(v)); in tcgv_i32_arg()
546 return temp_arg(tcgv_i64_temp(v)); in tcgv_i64_arg()
551 return temp_arg(tcgv_i128_temp(v)); in tcgv_i128_arg()
556 return temp_arg(tcgv_ptr_temp(v)); in tcgv_ptr_arg()
561 return temp_arg(tcgv_vec_temp(v)); in tcgv_vec_arg()