Searched refs:dst_half (Results 1 – 3 of 3) sorted by relevance
501 uint32_t dst_half : 1; /* or widen/narrow.. ie. dst hrN <-> rN */ member565 uint32_t dst_half : 1; /* or widen/narrow.. ie. dst hrN <-> rN */ member622 uint32_t dst_half : 1; /* or widen/narrow.. ie. dst hrN <-> rN */ member
284 cat2->dst_half = !!((src1->flags ^ dst->flags) & IR3_REG_HALF); in emit_cat2()389 cat3->dst_half = !!((src_flags ^ dst->flags) & IR3_REG_HALF); in emit_cat3()437 cat4->dst_half = !!((src->flags ^ dst->flags) & IR3_REG_HALF); in emit_cat4()
533 print_reg_dst(ctx, (reg_t)(cat2->dst), cat2->full ^ cat2->dst_half, false); in print_instr_cat2()605 print_reg_dst(ctx, (reg_t)(cat3->dst), full ^ cat3->dst_half, false); in print_instr_cat3()659 print_reg_dst(ctx, (reg_t)(cat4->dst), cat4->full ^ cat4->dst_half, false); in print_instr_cat4()