Searched refs:x86_cmovcc (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 315 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
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1163 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()
|