Searched refs:buf_max_index (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1070 struct x86_reg buf_max_index = x86_make_disp(p->machine_EDI, in init_inputs() local 1111 x86_cmp(p->func, tmp_EAX, buf_max_index); in init_inputs() 1112 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE); in init_inputs() 1175 struct x86_reg buf_max_index = in get_buffer_ptr() local 1198 x86_cmp(p->func, ptr, buf_max_index); in get_buffer_ptr() 1199 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE); in get_buffer_ptr()
|