HomeSort by relevance Sort by last modified time
    Searched refs:mmx0 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_sse.c 284 struct x86_reg mmx0 = x86_make_reg(file_MMX, 0); local
286 sse_cvtps2pi(&p->func, mmx0, temp);
289 mmx_packssdw(&p->func, mmx0, mmx1);
290 mmx_packuswb(&p->func, mmx0, mmx0);
291 mmx_movd(&p->func, dest, mmx0);
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 284 struct x86_reg mmx0 = x86_make_reg(file_MMX, 0); local
286 sse_cvtps2pi(&p->func, mmx0, temp);
289 mmx_packssdw(&p->func, mmx0, mmx1);
290 mmx_packuswb(&p->func, mmx0, mmx0);
291 mmx_movd(&p->func, dest, mmx0);

Completed in 64 milliseconds