Lines Matching refs:TCGOp
42 static inline void *tcg_call_func(TCGOp *op) in tcg_call_func()
47 static inline const TCGHelperInfo *tcg_call_info(TCGOp *op) in tcg_call_info()
52 static inline unsigned tcg_call_flags(TCGOp *op) in tcg_call_flags()
95 TCGOp *tcg_gen_op1(TCGOpcode, TCGType, TCGArg);
96 TCGOp *tcg_gen_op2(TCGOpcode, TCGType, TCGArg, TCGArg);
97 TCGOp *tcg_gen_op3(TCGOpcode, TCGType, TCGArg, TCGArg, TCGArg);
98 TCGOp *tcg_gen_op4(TCGOpcode, TCGType, TCGArg, TCGArg, TCGArg, TCGArg);
99 TCGOp *tcg_gen_op5(TCGOpcode, TCGType, TCGArg, TCGArg, TCGArg, TCGArg, TCGArg);
100 TCGOp *tcg_gen_op6(TCGOpcode, TCGType, TCGArg, TCGArg,
109 TCGOp *tcg_op_insert_before(TCGContext *s, TCGOp *op,
111 TCGOp *tcg_op_insert_after(TCGContext *s, TCGOp *op,