Lines Matching refs:cat1
37 if (type_size(instr->cat1.src_type) == type_size(instr->cat1.dst_type) ||
38 full_type(instr->cat1.src_type) != full_type(instr->cat1.dst_type))
45 type_size(instr->cat1.src_type) == 16)
54 if (instr->cat1.round != ROUND_ZERO)
65 if (src_type == instr->cat1.src_type)
71 if (type_float(src_type) != type_float(instr->cat1.src_type))
77 if (type_size(instr->cat1.dst_type) < type_size(instr->cat1.src_type))
123 use->cat1.src_type = use->cat1.dst_type;