Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c125 struct x86_reg count_EBP; /* decrements to zero */ member
1119 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in init_inputs()
1284 p->count_EBP = x86_make_reg(file_REG32, reg_BP); in build_vertex_emit()
1300 x86_push(p->func, p->count_EBP); in build_vertex_emit()
1312 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3)); in build_vertex_emit()
1333 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in build_vertex_emit()
1380 x86_dec(p->func, p->count_EBP); in build_vertex_emit()
1401 x86_pop(p->func, p->count_EBP); in build_vertex_emit()