Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h28 TCGOp *op = tcg_emit_op(INDEX_op_insn_start, 64 / TCG_TARGET_REG_BITS); in tcg_gen_insn_start()
34 TCGOp *op = tcg_emit_op(INDEX_op_insn_start, 2 * 64 / TCG_TARGET_REG_BITS); in tcg_gen_insn_start()
42 TCGOp *op = tcg_emit_op(INDEX_op_insn_start, 3 * 64 / TCG_TARGET_REG_BITS); in tcg_gen_insn_start()
H A Dtcg.h855 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs);
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c145 TCGOp *op = tcg_emit_op(opc, 2); in vec_gen_2()
155 TCGOp *op = tcg_emit_op(opc, 3); in vec_gen_3()
166 TCGOp *op = tcg_emit_op(opc, 4); in vec_gen_4()
178 TCGOp *op = tcg_emit_op(opc, 6); in vec_gen_6()
H A Dtcg-op.c42 TCGOp *op = tcg_emit_op(opc, 1); in tcg_gen_op1()
49 TCGOp *op = tcg_emit_op(opc, 2); in tcg_gen_op2()
57 TCGOp *op = tcg_emit_op(opc, 3); in tcg_gen_op3()
67 TCGOp *op = tcg_emit_op(opc, 4); in tcg_gen_op4()
78 TCGOp *op = tcg_emit_op(opc, 5); in tcg_gen_op5()
90 TCGOp *op = tcg_emit_op(opc, 6); in tcg_gen_op6()
H A Dtcg.c3235 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs) in tcg_emit_op() function