Searched refs:x86_push (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 363 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/ |
D | translate_sse.c | 1324 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/ |
D | x86sse.h | 194 void x86_push( struct x86_function *p, struct x86_reg reg );
|
D | x86sse.c | 316 void x86_push( struct x86_function *p, in x86_push() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 568 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()
|
D | rtasm_x86sse.h | 331 void x86_push( struct x86_function *p, struct x86_reg reg );
|