Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1086 struct x86_reg buf_max_index = in init_inputs() local
1134 x86_cmp(p->func, tmp_EAX, buf_max_index); in init_inputs()
1135 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE); in init_inputs()
1194 struct x86_reg buf_max_index = in get_buffer_ptr() local
1214 x86_cmp(p->func, ptr, buf_max_index); in get_buffer_ptr()
1215 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE); in get_buffer_ptr()