Searched refs:tcg_op_alloc (Results 1 – 1 of 1) sorted by relevance
2615 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs);2631 op = tcg_op_alloc(INDEX_op_call, total_args); in tcg_gen_callN()3587 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs) in tcg_op_alloc() function3620 TCGOp *op = tcg_op_alloc(opc, nargs); in tcg_emit_op()3633 TCGOp *new_op = tcg_op_alloc(opc, nargs); in tcg_op_insert_before()3643 TCGOp *new_op = tcg_op_alloc(opc, nargs); in tcg_op_insert_after()