Home
last modified time | relevance | path

Searched refs:x86_cmp (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1134 x86_cmp(p->func, tmp_EAX, buf_max_index); in init_inputs()
1144 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in init_inputs()
1214 x86_cmp(p->func, ptr, buf_max_index); in get_buffer_ptr()
1366 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in build_vertex_emit()
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h186 void x86_cmp( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Dx86sse.c370 void x86_cmp( struct x86_function *p, in x86_cmp() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h314 void x86_cmp( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c748 void x86_cmp( struct x86_function *p, in x86_cmp() function
/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c371 x86_cmp(&p->func, countEBP, srcECX); in build_vertex_emit()