Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h315 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
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1163 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE); in init_inputs()
1243 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE); in get_buffer_ptr()