Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c363 x86_push(&p->func, countEBP); in build_vertex_emit()
364 x86_push(&p->func, vtxESI); in build_vertex_emit()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1324 x86_push(p->func, p->outbuf_EBX); in build_vertex_emit()
1325 x86_push(p->func, p->count_EBP); in build_vertex_emit()
1329 x86_push(p->func, p->machine_EDI); in build_vertex_emit()
1330 x86_push(p->func, p->idx_ESI); in build_vertex_emit()
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h194 void x86_push( struct x86_function *p, struct x86_reg reg );
Dx86sse.c316 void x86_push( struct x86_function *p, in x86_push() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c568 void x86_push( struct x86_function *p, in x86_push() function
2088 x86_push(p, x86_make_reg(file_REG32, reg_AX)); in x86_cdecl_caller_push_regs()
2089 x86_push(p, x86_make_reg(file_REG32, reg_CX)); in x86_cdecl_caller_push_regs()
2090 x86_push(p, x86_make_reg(file_REG32, reg_DX)); in x86_cdecl_caller_push_regs()
Drtasm_x86sse.h331 void x86_push( struct x86_function *p, struct x86_reg reg );