Home
last modified time | relevance | path

Searched refs:sse_movups (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/lang/clover/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/tnl/
H A Dt_vertex_sse.c77 sse_movups(&p->func, dest, arg0); in emit_load4f_4()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
126 sse_movups(&p->func, dest, arg0); in emit_load3f_3()
213 sse_movups(&p->func, dest, arg0); in emit_store4f()
224 sse_movups(&p->func, dest, arg0); in emit_store3f()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c292 sse_movups(p->func, data, arg0); in emit_load_float32()
387 sse_movups(p->func, dst, src); in emit_mov128()
696 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1064 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0); in emit_load_float32()
371 sse_movups(p->func, dst, src); in emit_mov128()
668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert()
1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/x86/rtasm/
H A Dx86sse.h172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/x86/rtasm/
H A Dx86sse.h172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/x86/rtasm/
H A Dx86sse.h172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/x86/rtasm/
H A Dx86sse.h172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );

12345678