Searched refs:x86_pop (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 629 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/ |
D | translate_sse.c | 1426 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/mesa/x86/rtasm/ |
D | x86sse.h | 193 void x86_pop( struct x86_function *p, struct x86_reg reg );
|
D | x86sse.c | 324 void x86_pop( struct x86_function *p, in x86_pop() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 595 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()
|
D | rtasm_x86sse.h | 330 void x86_pop( struct x86_function *p, struct x86_reg reg );
|