Home
last modified time | relevance | path

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

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