Searched refs:count_EBP (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 130 struct x86_reg count_EBP; /* decrements to zero */ member 1144 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in init_inputs() 1305 p->count_EBP = x86_make_reg(file_REG32, reg_BP); in build_vertex_emit() 1325 x86_push(p->func, p->count_EBP); in build_vertex_emit() 1342 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3)); in build_vertex_emit() 1366 x86_cmp(p->func, p->count_EBP, p->tmp_EAX); in build_vertex_emit() 1411 x86_dec(p->func, p->count_EBP); in build_vertex_emit() 1430 x86_pop(p->func, p->count_EBP); in build_vertex_emit()
|