Searched refs:buf_max_index (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1114 struct x86_reg buf_max_index = in init_inputs() local 1162 x86_cmp(p->func, tmp_EAX, buf_max_index); in init_inputs() 1163 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE); in init_inputs() 1222 struct x86_reg buf_max_index = in get_buffer_ptr() local 1242 x86_cmp(p->func, ptr, buf_max_index); in get_buffer_ptr() 1243 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE); in get_buffer_ptr()
|
Completed in 2 milliseconds