Lines Matching refs:wrmask
65 mov_dst->wrmask = dst->wrmask;
71 mov->repeat = util_last_bit(mov_dst->wrmask) - 1;
84 mov_dst->wrmask = dst->wrmask;
85 mov_src->wrmask = src->wrmask;
86 mov->repeat = util_last_bit(mov_dst->wrmask) - 1;
103 instr_dst->wrmask = dst->wrmask;
104 instr_src0->wrmask = src0->wrmask;
105 instr_src1->wrmask = src1->wrmask;
106 instr->repeat = util_last_bit(instr_dst->wrmask) - 1;
122 instr_dst->wrmask = dst->wrmask;
123 instr_src0->wrmask = src0->wrmask;
124 instr_src1->wrmask = src1->wrmask;
125 instr_src2->wrmask = src2->wrmask;
126 instr->repeat = util_last_bit(instr_dst->wrmask) - 1;
361 unsigned comp_count = util_last_bit(instr->dsts[0]->wrmask);