Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h313 void x86_cmovcc( struct x86_function *p, struct x86_reg dst, struct x86_reg src, enum x86_cc cc );
Drtasm_x86sse.c730 void x86_cmovcc( struct x86_function *p, in x86_cmovcc() function
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1135 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE); in init_inputs()
1215 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE); in get_buffer_ptr()