Home
last modified time | relevance | path

Searched refs:x86_add (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1150 x86_add(p->func, tmp_EAX, tmp_EDX); in init_inputs()
1170 x86_add(p->func, tmp_EAX, buf_base_ptr); in init_inputs()
1249 x86_add(p->func, ptr, buf_base_ptr); in get_buffer_ptr()
1266 x86_add(p->func, p->idx_ESI, stride); in incr_inputs()
1286 x86_add(p->func, p->tmp_EAX, buf_ptr); in incr_inputs()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h313 void x86_add( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c774 void x86_add( struct x86_function *p, in x86_add() function