Searched refs:half_type (Results 1 – 3 of 3) sorted by relevance
122 validate_assert(ctx, instr->cat1.dst_type == half_type(instr->cat1.dst_type)); in validate_instr()127 validate_assert(ctx, instr->cat1.src_type == half_type(instr->cat1.src_type)); in validate_instr()152 validate_assert(ctx, instr->cat5.type == half_type(instr->cat5.type)); in validate_instr()
1251 instr->cat1.dst_type = half_type(instr->cat1.dst_type); in ir3_set_dst_type()1265 instr->cat5.type = half_type(instr->cat5.type); in ir3_set_dst_type()1285 instr->cat1.src_type = half_type(instr->cat1.src_type); in ir3_fixup_src_type()
975 static inline type_t half_type(type_t type) in half_type() function