Searched refs:x86_cmovcc (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 313 void x86_cmovcc( struct x86_function *p, struct x86_reg dst, struct x86_reg src, enum x86_cc cc );
|
D | rtasm_x86sse.c | 730 void x86_cmovcc( struct x86_function *p, in x86_cmovcc() function
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1135 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()
|