HomeSort by relevance Sort by last modified time
    Searched full:x86_mov8 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 372 x86_mov8(p->func, dataGPR, src);
373 x86_mov8(p->func, dst, dataGPR);
381 x86_mov8(p->func, dataGPR2, x86_make_disp(src, 2));
383 x86_mov8(p->func, x86_make_disp(dst, 2), dataGPR2);
899 x86_mov8(p->func, tmp, x86_make_disp(src, swizzle[i] * 1));
900 x86_mov8(p->func, x86_make_disp(dst, i * 1), tmp);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 372 x86_mov8(p->func, dataGPR, src);
373 x86_mov8(p->func, dst, dataGPR);
381 x86_mov8(p->func, dataGPR2, x86_make_disp(src, 2));
383 x86_mov8(p->func, x86_make_disp(dst, 2), dataGPR2);
899 x86_mov8(p->func, tmp, x86_make_disp(src, swizzle[i] * 1));
900 x86_mov8(p->func, x86_make_disp(dst, i * 1), tmp);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 319 void x86_mov8( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
rtasm_x86sse.c 681 void x86_mov8( struct x86_function *p, function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 319 void x86_mov8( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
rtasm_x86sse.c 681 void x86_mov8( struct x86_function *p, function
    [all...]

Completed in 583 milliseconds