Searched refs:x86_cmp (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1134 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/ |
D | x86sse.h | 186 void x86_cmp( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 370 void x86_cmp( struct x86_function *p, in x86_cmp() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 314 void x86_cmp( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 748 void x86_cmp( struct x86_function *p, in x86_cmp() function
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 371 x86_cmp(&p->func, countEBP, srcECX); in build_vertex_emit()
|