Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c142 struct x86_reg count_EBP; /* decrements to zero */ member
1172 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in init_inputs()
1333 p->count_EBP = x86_make_reg(file_REG32, reg_BP); in build_vertex_emit()
1353 x86_push(p->func, p->count_EBP); in build_vertex_emit()
1370 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3)); in build_vertex_emit()
1394 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in build_vertex_emit()
1439 x86_dec(p->func, p->count_EBP); in build_vertex_emit()
1458 x86_pop(p->func, p->count_EBP); in build_vertex_emit()

Completed in 3 milliseconds