Searched refs:x86_cmp (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1162 x86_cmp(p->func, tmp_EAX, buf_max_index); in init_inputs() 1172 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in init_inputs() 1242 x86_cmp(p->func, ptr, buf_max_index); in get_buffer_ptr() 1394 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in build_vertex_emit()
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 316 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
|