Lines Matching refs:cat1
423 if (src->cat1.dst_type == TYPE_F16) {
429 if (instr->opc == OPC_MOV && !type_float(instr->cat1.src_type))
433 } else if (src->cat1.dst_type == TYPE_U16) {
440 if (instr->opc == OPC_MOV && type_float(instr->cat1.src_type))
572 instr->cat1.src_type != instr->cat1.dst_type &&
576 full_type(instr->cat1.src_type) == TYPE_U32 &&
577 full_type(instr->cat1.dst_type) == TYPE_U32) {
579 if (instr->cat1.dst_type == TYPE_U16)
586 instr->cat1.src_type = instr->cat1.dst_type;