Lines Matching refs:dst
116 const unsigned ab_writemask = a->dst.writemask & b->dst.writemask;
151 a->dst.type == b->dst.type &&
157 ((a->dst.writemask & b->dst.writemask) == a->dst.writemask) &&
177 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) ||
178 inst->dst.is_null()))
184 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) &&
208 if (no_existing_temp && !entry->generator->dst.is_null()) {
211 NULL), inst->dst.type);
219 MOV(offset(entry->generator->dst, width, i),
228 entry->generator->dst = dst_reg(entry->tmp);
232 if (!inst->dst.is_null()) {
233 assert(inst->dst.type == entry->tmp.type);
235 unsigned component_size = width * type_sz(inst->dst.type);
240 MOV(offset(inst->dst, width, i),
280 if (inst->dst.file == entry->generator->src[i].file &&
281 inst->dst.nr == entry->generator->src[i].nr) {