Searched refs:x86_lea (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 329 x86_lea(&p->func, srcREG, x86_make_disp(srcREG, a->inputstride)); in update_src_ptr() 610 x86_lea(&p->func, vertexEAX, x86_make_disp(vertexEAX, vtx->vertex_size)); in build_vertex_emit()
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 189 void x86_lea( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 377 void x86_lea( struct x86_function *p, in x86_lea() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 317 void x86_lea( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 756 void x86_lea( struct x86_function *p, in x86_lea() function
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1268 x86_lea(p->func, p->idx_ESI, x86_make_disp(p->idx_ESI, index_size)); in incr_inputs() 1401 x86_lea(p->func, p->outbuf_EBX, in build_vertex_emit()
|