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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1086 struct x86_reg buf_max_index = local in function:init_inputs
1134 x86_cmp(p->func, tmp_EAX, buf_max_index);
1135 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE);
1194 struct x86_reg buf_max_index = local in function:get_buffer_ptr
1214 x86_cmp(p->func, ptr, buf_max_index);
1215 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1086 struct x86_reg buf_max_index = local in function:init_inputs
1134 x86_cmp(p->func, tmp_EAX, buf_max_index);
1135 x86_cmovcc(p->func, tmp_EAX, buf_max_index, cc_AE);
1194 struct x86_reg buf_max_index = local in function:get_buffer_ptr
1214 x86_cmp(p->func, ptr, buf_max_index);
1215 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE);

Completed in 6 milliseconds