Lines Matching refs:cat1
444 if (src->cat1.dst_type == TYPE_F16) {
450 if (instr->opc == OPC_MOV && !type_float(instr->cat1.src_type))
454 } else if (src->cat1.dst_type == TYPE_U16) {
461 if (instr->opc == OPC_MOV && type_float(instr->cat1.src_type))
593 instr->cat1.src_type != instr->cat1.dst_type &&
597 full_type(instr->cat1.src_type) == TYPE_U32 &&
598 full_type(instr->cat1.dst_type) == TYPE_U32) {
600 if (instr->cat1.dst_type == TYPE_U16)
607 instr->cat1.src_type = instr->cat1.dst_type;