Home | History | Annotate | Download | only in i965

Lines Matching refs:orig_dst

3421             fs_reg orig_dst = inst->dst;
3422 if (orig_dst.is_null() || orig_dst.file == MRF) {
3453 if (inst->conditional_mod || orig_dst.file == MRF) {
3455 ibld.MOV(orig_dst, inst->dst));