Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c2240 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs);
2256 op = tcg_op_alloc(INDEX_op_call, total_args); in tcg_gen_callN()
3205 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs) in tcg_op_alloc() function
3238 TCGOp *op = tcg_op_alloc(opc, nargs); in tcg_emit_op()
3251 TCGOp *new_op = tcg_op_alloc(opc, nargs); in tcg_op_insert_before()
3259 TCGOp *new_op = tcg_op_alloc(opc, nargs); in tcg_op_insert_after()