Home | History | Annotate | Download | only in i965

Lines Matching refs:orig_dst

2469  * to @orig_dst to scratch space at @base_offset, from @temp.
2475 src_reg temp, dst_reg orig_dst,
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2479 src_reg index = get_scratch_offset(inst, orig_dst.reladdr, reg_offset);
2482 orig_dst.writemask));