Searched refs:x86_pop (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.h | 193 void x86_pop( struct x86_function *p, struct x86_reg reg );
|
| H A D | x86sse.c | 323 void x86_pop( struct x86_function *p, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1426 x86_pop(p->func, p->idx_ESI); 1427 x86_pop(p->func, p->machine_EDI); 1430 x86_pop(p->func, p->count_EBP); 1431 x86_pop(p->func, p->outbuf_EBX);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.h | 193 void x86_pop( struct x86_function *p, struct x86_reg reg );
|
| H A D | x86sse.c | 324 void x86_pop( struct x86_function *p, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1426 x86_pop(p->func, p->idx_ESI); 1427 x86_pop(p->func, p->machine_EDI); 1430 x86_pop(p->func, p->count_EBP); 1431 x86_pop(p->func, p->outbuf_EBX);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 629 x86_pop(&p->func, x86_get_base_reg(vtxESI)); 630 x86_pop(&p->func, countEBP);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 629 x86_pop(&p->func, x86_get_base_reg(vtxESI)); 630 x86_pop(&p->func, countEBP);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.c | 595 void x86_pop( struct x86_function *p, function in typeref:typename:void 2095 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); 2096 x86_pop(p, x86_make_reg(file_REG32, reg_CX)); 2097 x86_pop(p, x86_make_reg(file_REG32, reg_AX));
|
| H A D | rtasm_x86sse.h | 330 void x86_pop( struct x86_function *p, struct x86_reg reg );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.c | 595 void x86_pop( struct x86_function *p, function in typeref:typename:void 2095 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); 2096 x86_pop(p, x86_make_reg(file_REG32, reg_CX)); 2097 x86_pop(p, x86_make_reg(file_REG32, reg_AX));
|
| H A D | rtasm_x86sse.h | 330 void x86_pop( struct x86_function *p, struct x86_reg reg );
|
Completed in 22 milliseconds