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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c130 struct x86_reg count_EBP; /* decrements to zero */ member in struct:translate_sse
1144 x86_cmp(p->func, p->count_EBP, p->tmp_EAX);
1305 p->count_EBP = x86_make_reg(file_REG32, reg_BP);
1325 x86_push(p->func, p->count_EBP);
1342 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3));
1366 x86_cmp(p->func, p->count_EBP, p->tmp_EAX);
1411 x86_dec(p->func, p->count_EBP);
1430 x86_pop(p->func, p->count_EBP);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c130 struct x86_reg count_EBP; /* decrements to zero */ member in struct:translate_sse
1144 x86_cmp(p->func, p->count_EBP, p->tmp_EAX);
1305 p->count_EBP = x86_make_reg(file_REG32, reg_BP);
1325 x86_push(p->func, p->count_EBP);
1342 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3));
1366 x86_cmp(p->func, p->count_EBP, p->tmp_EAX);
1411 x86_dec(p->func, p->count_EBP);
1430 x86_pop(p->func, p->count_EBP);

Completed in 5 milliseconds