Home
last modified time | relevance | path

Searched refs:TCGOP_VECL (Results 1 – 5 of 5) sorted by relevance

/qemu/tcg/
H A Dtcg-op-vec.c146 TCGOP_VECL(op) = type - TCG_TYPE_V64; in vec_gen_2()
156 TCGOP_VECL(op) = type - TCG_TYPE_V64; in vec_gen_3()
167 TCGOP_VECL(op) = type - TCG_TYPE_V64; in vec_gen_4()
179 TCGOP_VECL(op) = type - TCG_TYPE_V64; in vec_gen_6()
H A Dtcg.c2620 col += ne_fprintf(f, "v%d,e%d,", 64 << TCGOP_VECL(op), in tcg_dump_ops()
4713 vtype = TCGOP_VECL(op) + TCG_TYPE_V64; in tcg_reg_alloc_dup()
5180 tcg_out_vec_op(s, op->opc, TCGOP_VECL(op), TCGOP_VECE(op), in tcg_reg_alloc_op()
5207 TCGType vtype = TCGOP_VECL(op) + TCG_TYPE_V64; in tcg_reg_alloc_dup2()
H A Doptimize.c2741 ctx.type = TCG_TYPE_V64 + TCGOP_VECL(op); in tcg_optimize()
/qemu/include/tcg/
H A Dtcg.h465 #define TCGOP_VECL(X) (X)->param1 macro
/qemu/docs/devel/
H A Dtcg-ops.rst715 All of the vector ops have two parameters, ``TCGOP_VECL`` & ``TCGOP_VECE``.