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.c1111 x86_cmp(p->func, tmp_EAX, buf_max_index); in init_inputs()
1119 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in init_inputs()
1198 x86_cmp(p->func, ptr, buf_max_index); in get_buffer_ptr()
1333 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.c366 void x86_cmp( struct x86_function *p, in x86_cmp() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h313 void x86_cmp( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c747 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()