Home
last modified time | relevance | path

Searched refs:dst_half (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h501 uint32_t dst_half : 1; /* or widen/narrow.. ie. dst hrN <-> rN */ member
565 uint32_t dst_half : 1; /* or widen/narrow.. ie. dst hrN <-> rN */ member
622 uint32_t dst_half : 1; /* or widen/narrow.. ie. dst hrN <-> rN */ member
Dir3.c284 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()
Ddisasm-a3xx.c533 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()