Searched refs:vec_gen_2 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg-op-vec.c | 144 void vec_gen_2(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, TCGArg a) in vec_gen_2() function 198 vec_gen_2(opc, type, vece, temp_arg(rt), temp_arg(at)); in vec_gen_op2() 236 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i64_vec() 243 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i64_vec() 254 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i32_vec() 382 vec_gen_2(opc, type, vece, ri, ai); in do_op2()
|
| H A D | tcg-internal.h | 103 void vec_gen_2(TCGOpcode, TCGType, unsigned, TCGArg, TCGArg);
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 3541 vec_gen_2(INDEX_op_s390_vuph_vec, type, vece, 3543 vec_gen_2(INDEX_op_s390_vuph_vec, type, vece, 3546 vec_gen_2(INDEX_op_s390_vupl_vec, type, vece, 3548 vec_gen_2(INDEX_op_s390_vupl_vec, type, vece,
|