| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1333 x64_mov64(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); 1334 x64_mov64(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); 1337 x86_mov(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); 1338 x86_mov(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); 1342 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3)); 1345 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); 1347 x86_mov(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); 1352 x86_mov(p->func, p->tmp2_EDX, x86_fn_arg(p->func, 4)); 1357 x86_mov(p->func, p->tmp_EAX, x86_fn_arg(p->func, 5));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1333 x64_mov64(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); 1334 x64_mov64(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); 1337 x86_mov(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); 1338 x86_mov(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); 1342 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3)); 1345 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); 1347 x86_mov(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); 1352 x86_mov(p->func, p->tmp2_EDX, x86_fn_arg(p->func, 4)); 1357 x86_mov(p->func, p->tmp_EAX, x86_fn_arg(p->func, 5));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 370 x86_mov(&p->func, countEBP, x86_fn_arg(&p->func, 2)); 376 x86_mov(&p->func, vertexEAX, x86_fn_arg(&p->func, 3)); 380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 370 x86_mov(&p->func, countEBP, x86_fn_arg(&p->func, 2)); 376 x86_mov(&p->func, vertexEAX, x86_fn_arg(&p->func, 3)); 380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.h | 253 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
| H A D | x86sse.c | 1155 struct x86_reg x86_fn_arg( struct x86_function *p, function in typeref:struct:x86_reg
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.h | 253 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
| H A D | x86sse.c | 1156 struct x86_reg x86_fn_arg( struct x86_function *p, function in typeref:struct:x86_reg
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.h | 413 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
| H A D | rtasm_x86sse.c | 2101 struct x86_reg x86_fn_arg( struct x86_function *p, function in typeref:struct:x86_reg 2146 assert(0 && "Unexpected x86 target ABI in x86_fn_arg");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.h | 413 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
| H A D | rtasm_x86sse.c | 2101 struct x86_reg x86_fn_arg( struct x86_function *p, function in typeref:struct:x86_reg 2146 assert(0 && "Unexpected x86 target ABI in x86_fn_arg");
|