Home
last modified time | relevance | path

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

/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/gallium/auxiliary/translate/
Dtranslate_sse.c1426 x86_pop(p->func, p->idx_ESI); in build_vertex_emit()
1427 x86_pop(p->func, p->machine_EDI); in build_vertex_emit()
1430 x86_pop(p->func, p->count_EBP); in build_vertex_emit()
1431 x86_pop(p->func, p->outbuf_EBX); in build_vertex_emit()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c595 void x86_pop( struct x86_function *p, in x86_pop() function
2095 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); in x86_cdecl_caller_pop_regs()
2096 x86_pop(p, x86_make_reg(file_REG32, reg_CX)); in x86_cdecl_caller_pop_regs()
2097 x86_pop(p, x86_make_reg(file_REG32, reg_AX)); in x86_cdecl_caller_pop_regs()
Drtasm_x86sse.h330 void x86_pop( struct x86_function *p, struct x86_reg reg );
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h193 void x86_pop( struct x86_function *p, struct x86_reg reg );
Dx86sse.c322 void x86_pop( struct x86_function *p, in x86_pop() function