OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_mov8
(Results
1 - 3
of
3
) sorted by null
/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/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 3055 milliseconds