Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1397 x86_pop(p->func, p->idx_ESI); in build_vertex_emit()
1398 x86_pop(p->func, p->machine_EDI); in build_vertex_emit()
1401 x86_pop(p->func, p->count_EBP); in build_vertex_emit()
1402 x86_pop(p->func, p->outbuf_EBX); in build_vertex_emit()
/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c629 x86_pop(&p->func, x86_get_base_reg(vtxESI)); in build_vertex_emit()
630 x86_pop(&p->func, countEBP); in build_vertex_emit()
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h193 void x86_pop( struct x86_function *p, struct x86_reg reg );
Dx86sse.c320 void x86_pop( struct x86_function *p, in x86_pop() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c594 void x86_pop( struct x86_function *p, in x86_pop() function
2094 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); in x86_cdecl_caller_pop_regs()
2095 x86_pop(p, x86_make_reg(file_REG32, reg_CX)); in x86_cdecl_caller_pop_regs()
2096 x86_pop(p, x86_make_reg(file_REG32, reg_AX)); in x86_cdecl_caller_pop_regs()
Drtasm_x86sse.h329 void x86_pop( struct x86_function *p, struct x86_reg reg );