Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2239 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs);
2255 op = tcg_op_alloc(INDEX_op_call, total_args); in tcg_gen_callN()
3204 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs) in tcg_op_alloc() function
3237 TCGOp *op = tcg_op_alloc(opc, nargs); in tcg_emit_op()
3250 TCGOp *new_op = tcg_op_alloc(opc, nargs); in tcg_op_insert_before()
3258 TCGOp *new_op = tcg_op_alloc(opc, nargs); in tcg_op_insert_after()