|
@@ -106,4 +106,9 @@ void vec_gen_4(TCGOpcode, TCGType, unsigned, TCGArg, TCGArg, TCGArg, TCGArg);
|
|
void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r,
|
|
void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r,
|
|
TCGArg a, TCGArg b, TCGArg c, TCGArg d, TCGArg e);
|
|
TCGArg a, TCGArg b, TCGArg c, TCGArg d, TCGArg e);
|
|
|
|
|
|
|
|
+TCGOp *tcg_op_insert_before(TCGContext *s, TCGOp *op,
|
|
|
|
+ TCGOpcode opc, unsigned nargs);
|
|
|
|
+TCGOp *tcg_op_insert_after(TCGContext *s, TCGOp *op,
|
|
|
|
+ TCGOpcode opc, unsigned nargs);
|
|
|
|
+
|
|
#endif /* TCG_INTERNAL_H */
|
|
#endif /* TCG_INTERNAL_H */
|