Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1162 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/
Drtasm_x86sse.h316 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