Lines Matching refs:cat1
69 mov->cat1.dst_type = (dst->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
70 mov->cat1.src_type = mov->cat1.dst_type;
88 mov->cat1.dst_type = (dst->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
89 mov->cat1.src_type = (src->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
301 do_reduce(exit, instr->cat1.reduce_op, inclusive, src, exclusive);
377 mov->cat1.dst_type = TYPE_U32;
378 mov->cat1.src_type =
390 swz->cat1.dst_type = swz->cat1.src_type = TYPE_U32;