Home
last modified time | relevance | path

Searched refs:mov_dst (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp3806 fs_reg mov_dst = retype(dst, inst->src[i].type); in lower_load_payload() local
3807 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()