Home
last modified time | relevance | path

Searched refs:TCGOP_TYPE (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-vec.c147 TCGOP_TYPE(op) = type; in vec_gen_2()
157 TCGOP_TYPE(op) = type; in vec_gen_3()
168 TCGOP_TYPE(op) = type; in vec_gen_4()
180 TCGOP_TYPE(op) = type; in vec_gen_6()
H A Dtcg.c2992 8 * tcg_type_size(TCGOP_TYPE(op))); in tcg_dump_ops()
2996 8 * tcg_type_size(TCGOP_TYPE(op)), in tcg_dump_ops()
3512 TCGType type = TCGOP_TYPE(op); in opcode_args_ct()
3636 TCGOP_TYPE(new_op) = type; in tcg_op_insert_before()
3646 TCGOP_TYPE(new_op) = type; in tcg_op_insert_after()
4162 tcg_op_supported(opc_new2, TCGOP_TYPE(op), 0)) { in liveness_pass_1()
4222 TCGOP_TYPE(op), 3); in liveness_pass_1()
4239 TCGOP_TYPE(op), 3); in liveness_pass_1()
5154 vtype = TCGOP_TYPE(op); in tcg_reg_alloc_dup()
5598 TCGType type = TCGOP_TYPE(op); in tcg_reg_alloc_op()
[all …]
H A Dtcg-op.c43 TCGOP_TYPE(op) = type; in tcg_gen_op1()
51 TCGOP_TYPE(op) = type; in tcg_gen_op2()
61 TCGOP_TYPE(op) = type; in tcg_gen_op3()
72 TCGOP_TYPE(op) = type; in tcg_gen_op4()
84 TCGOP_TYPE(op) = type; in tcg_gen_op5()
97 TCGOP_TYPE(op) = type; in tcg_gen_op6()
H A Doptimize.c3132 ctx.type = TCGOP_TYPE(op); in tcg_optimize()
/openbmc/qemu/include/tcg/
H A Dtcg.h347 #define TCGOP_TYPE(X) (X)->param1 macro
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst769 All of the vector ops have two parameters, ``TCGOP_TYPE`` & ``TCGOP_VECE``.