Searched refs:tcg_emit_op (Results 1 – 5 of 5) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 34 TCGOp *op = tcg_emit_op(INDEX_op_insn_start, in tcg_gen_insn_start() 43 TCGOp *op = tcg_emit_op(INDEX_op_insn_start, in tcg_gen_insn_start() 53 TCGOp *op = tcg_emit_op(INDEX_op_insn_start, in tcg_gen_insn_start()
|
H A D | tcg.h | 815 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs);
|
/qemu/tcg/ |
H A D | tcg-op-vec.c | 146 TCGOp *op = tcg_emit_op(opc, 2); in vec_gen_2() 156 TCGOp *op = tcg_emit_op(opc, 3); in vec_gen_3() 167 TCGOp *op = tcg_emit_op(opc, 4); in vec_gen_4() 179 TCGOp *op = tcg_emit_op(opc, 6); in vec_gen_6()
|
H A D | tcg-op.c | 42 TCGOp *op = tcg_emit_op(opc, 1); in tcg_gen_op1() 50 TCGOp *op = tcg_emit_op(opc, 2); in tcg_gen_op2() 60 TCGOp *op = tcg_emit_op(opc, 3); in tcg_gen_op3() 71 TCGOp *op = tcg_emit_op(opc, 4); in tcg_gen_op4() 83 TCGOp *op = tcg_emit_op(opc, 5); in tcg_gen_op5() 96 TCGOp *op = tcg_emit_op(opc, 6); in tcg_gen_op6()
|
H A D | tcg.c | 3618 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs) in tcg_emit_op() function
|