Searched refs:tcg_constant_vec (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 224 tcg_gen_mov_vec(r, tcg_constant_vec(rt->base_type, vece, a)); in tcg_gen_dupi_vec() 434 tcg_constant_vec(type, vece, 0)); in tcg_gen_abs_vec()
|
H A D | tcg.c | 1901 TCGv_vec tcg_constant_vec(TCGType type, unsigned vece, int64_t val) in tcg_constant_vec() function 1912 return tcg_constant_vec(t->base_type, vece, val); in tcg_constant_vec_matching()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 17 TCGv_vec tcg_constant_vec(TCGType type, unsigned vece, int64_t val);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4007 tcg_gen_and_vec(MO_8, v0, v0, tcg_constant_vec(type, MO_8, mask)); 4052 tcg_constant_vec(type, MO_64, 0), v1); 4159 zero = tcg_constant_vec(TCG_TYPE_V128, MO_8, 0); 4178 zero = tcg_constant_vec(TCG_TYPE_V128, MO_8, 0); 4217 TCGv_vec t3 = tcg_constant_vec(type, vece, 1ull << ((8 << vece) - 1));
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 4049 t1 = tcg_constant_vec(type, MO_8, imm); 4082 c16 = tcg_constant_vec(type, MO_8, -16); 4083 c0 = tcg_constant_vec(type, MO_8, 0);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2905 c1 = tcg_constant_vec(type, vece, 8 << vece); 2920 c1 = tcg_constant_vec(type, vece, 8 << vece);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2921 c1 = tcg_constant_vec(type, vece, 8 << vece); 2936 c1 = tcg_constant_vec(type, vece, 8 << vece);
|