Searched refs:v8x16Ty (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1702 Type* v8x16Ty = getVectorType(mInt16Ty, 8); // 8x16bit in a 128bit lane in Shuffle16bpcGather16() local 1798 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute_lo, C(lane)), v8x16Ty)); in Shuffle16bpcGather16() 1800 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute_hi, C(lane)), v8x16Ty)); in Shuffle16bpcGather16() 1808 PMOVSXWD(BITCAST(VEXTRACT(selectedPermute_lo, C(lane)), v8x16Ty)); in Shuffle16bpcGather16() 1810 PMOVSXWD(BITCAST(VEXTRACT(selectedPermute_hi, C(lane)), v8x16Ty)); in Shuffle16bpcGather16() 1971 Type* v8x16Ty = getVectorType(mInt16Ty, 8); // 8x16bit in a 128bit lane in Shuffle16bpcGather() local 2043 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); in Shuffle16bpcGather() 2049 PMOVSXWD(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); in Shuffle16bpcGather()
|