Searched refs:TCGOP_VECL (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 146 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 D | tcg.c | 2619 col += ne_fprintf(f, "v%d,e%d,", 64 << TCGOP_VECL(op), in tcg_dump_ops() 4712 vtype = TCGOP_VECL(op) + TCG_TYPE_V64; in tcg_reg_alloc_dup() 5179 tcg_out_vec_op(s, op->opc, TCGOP_VECL(op), TCGOP_VECE(op), in tcg_reg_alloc_op() 5206 TCGType vtype = TCGOP_VECL(op) + TCG_TYPE_V64; in tcg_reg_alloc_dup2()
|
H A D | optimize.c | 2741 ctx.type = TCG_TYPE_V64 + TCGOP_VECL(op); in tcg_optimize()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 465 #define TCGOP_VECL(X) (X)->param1 macro
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 715 All of the vector ops have two parameters, ``TCGOP_VECL`` & ``TCGOP_VECE``.
|