Searched refs:mov_dst (Results 1 – 1 of 1) sorted by relevance
3806 fs_reg mov_dst = retype(dst, inst->src[i].type); in lower_load_payload() local3807 ibld.quarter(0).MOV(mov_dst, quarter(inst->src[i], 0)); in lower_load_payload()3808 mov_dst.nr += 4; in lower_load_payload()3809 ibld.quarter(1).MOV(mov_dst, quarter(inst->src[i], 1)); in lower_load_payload()