Lines Matching refs:TCGArg
151 const TCGArg args[TCG_MAX_OP_ARGS],
171 const TCGArg args[TCG_MAX_OP_ARGS],
183 static bool tcg_out_sti(TCGContext *s, TCGType type, TCGArg val,
1015 TCGArg bl, bool const_bl,
1016 TCGArg bh, bool const_bh, TCGLabel *l);
1062 TCGReg ret, TCGReg c1, TCGArg c2, bool const_c2,
1063 TCGArg vt, bool const_vt, TCGArg vf, bool consf_vf);
1100 TCGArg bl, bool const_bl, TCGArg bh, bool const_bh);
2837 int buf_size, TCGArg arg)
2983 TCGArg arg = op->args[nb_oargs + i];
3065 TCGArg flags = op->args[k];
3082 TCGArg from = op->args[k++];
3604 op = tcg_malloc(sizeof(TCGOp) + sizeof(TCGArg) * nargs);
5252 TCGArg arg;
5256 TCGArg new_args[TCG_MAX_OP_ARGS];
5270 sizeof(TCGArg) * def->nb_cargs);
7333 void tcg_expand_vec_op(TCGOpcode o, TCGType t, unsigned e, TCGArg a0, ...)