Home
last modified time | relevance | path

Searched refs:tcg_constant_vec (Results 1 – 7 of 7) sorted by relevance

/qemu/tcg/
H A Dtcg-op-vec.c225 tcg_gen_mov_vec(r, tcg_constant_vec(rt->base_type, vece, a)); in tcg_gen_dupi_vec()
435 tcg_constant_vec(type, vece, 0)); in tcg_gen_abs_vec()
H A Dtcg.c2381 TCGv_vec tcg_constant_vec(TCGType type, unsigned vece, int64_t val) in tcg_constant_vec() function
2392 return tcg_constant_vec(t->base_type, vece, val); in tcg_constant_vec_matching()
/qemu/include/tcg/
H A Dtcg-op-common.h18 TCGv_vec tcg_constant_vec(TCGType type, unsigned vece, int64_t val);
/qemu/tcg/i386/
H A Dtcg-target.c.inc4352 tcg_gen_and_vec(MO_8, v0, v0, tcg_constant_vec(type, MO_8, mask));
4397 tcg_constant_vec(type, MO_64, 0), v1);
4504 zero = tcg_constant_vec(TCG_TYPE_V128, MO_8, 0);
4523 zero = tcg_constant_vec(TCG_TYPE_V128, MO_8, 0);
4562 TCGv_vec t3 = tcg_constant_vec(type, vece, 1ull << ((8 << vece) - 1));
/qemu/tcg/ppc/
H A Dtcg-target.c.inc4338 t1 = tcg_constant_vec(type, MO_8, imm);
4371 c16 = tcg_constant_vec(type, MO_8, -16);
4372 c0 = tcg_constant_vec(type, MO_8, 0);
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc3303 c1 = tcg_constant_vec(type, vece, 8 << vece);
3318 c1 = tcg_constant_vec(type, vece, 8 << vece);
/qemu/tcg/arm/
H A Dtcg-target.c.inc3338 c1 = tcg_constant_vec(type, vece, 8 << vece);
3353 c1 = tcg_constant_vec(type, vece, 8 << vece);