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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_sse.c353 struct x86_reg countEBP = x86_make_reg(file_REG32, reg_BP); local in function:build_vertex_emit
363 x86_push(&p->func, countEBP);
370 x86_mov(&p->func, countEBP, x86_fn_arg(&p->func, 2));
371 x86_cmp(&p->func, countEBP, srcECX);
614 x86_dec(&p->func, countEBP);
615 x86_test(&p->func, countEBP, countEBP);
630 x86_pop(&p->func, countEBP);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_sse.c353 struct x86_reg countEBP = x86_make_reg(file_REG32, reg_BP); local in function:build_vertex_emit
363 x86_push(&p->func, countEBP);
370 x86_mov(&p->func, countEBP, x86_fn_arg(&p->func, 2));
371 x86_cmp(&p->func, countEBP, srcECX);
614 x86_dec(&p->func, countEBP);
615 x86_test(&p->func, countEBP, countEBP);
630 x86_pop(&p->func, countEBP);

Completed in 3 milliseconds