Lines Matching refs:TCGOpcode
149 static void tcg_out_vec_op(TCGContext *s, TCGOpcode opc,
169 static inline void tcg_out_vec_op(TCGContext *s, TCGOpcode opc,
176 int tcg_can_emit_vec_op(TCGOpcode o, TCGType t, unsigned ve)
872 static TCGConstraintSetIndex tcg_target_op_def(TCGOpcode, TCGType, unsigned);
963 * to generate code for a given TCGOpcode.
966 * C_NotImplemented: The TCGOpcode is not supported by the backend.
969 * Otherwise: The register allocation constrains for the TCGOpcode.
1181 /* Register allocation descriptions for every TCGOpcode. */
2418 bool tcg_op_supported(TCGOpcode op, TCGType type, unsigned flags)
2615 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs);
2941 TCGOpcode c;
3510 TCGOpcode opc = op->opc;
3532 /* The constraint arguments must match TCGOpcode arguments. */
3587 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs)
3618 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs)
3631 TCGOpcode opc, TCGType type, unsigned nargs)
3641 TCGOpcode opc, TCGType type, unsigned nargs)
4012 TCGOpcode opc_new, opc_new2;
4015 TCGOpcode opc = op->opc;
4411 TCGOpcode opc = op->opc;
6941 TCGOpcode opc = op->opc;
7333 void tcg_expand_vec_op(TCGOpcode o, TCGType t, unsigned e, TCGArg a0, ...)