Lines Matching refs:TCGType
137 typedef enum TCGType { enum
162 } TCGType; typedef
170 static inline int tcg_type_size(TCGType t) in tcg_type_size()
286 TCGType base_type:8;
287 TCGType type:8;
367 TCGType addr_type; /* TCG_TYPE_I32 or TCG_TYPE_I64 */
424 TCGType riscv_cur_type;
790 bool tcg_op_supported(TCGOpcode op, TCGType type, unsigned flags);
796 bool tcg_op_deposit_valid(TCGType type, unsigned ofs, unsigned len);
978 int tcg_can_emit_vec_op(TCGOpcode, TCGType, unsigned);
981 void tcg_expand_vec_op(TCGOpcode, TCGType, unsigned, TCGArg, ...);
1006 bool tcg_can_emit_vecop_list(const TCGOpcode *, TCGType, unsigned);