Searched refs:x86_fn_arg (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1333 x64_mov64(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); in build_vertex_emit() 1334 x64_mov64(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); in build_vertex_emit() 1337 x86_mov(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); in build_vertex_emit() 1338 x86_mov(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); in build_vertex_emit() 1342 x86_mov(p->func, p->count_EBP, x86_fn_arg(p->func, 3)); in build_vertex_emit() 1345 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); in build_vertex_emit() 1347 x86_mov(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); in build_vertex_emit() 1352 x86_mov(p->func, p->tmp2_EDX, x86_fn_arg(p->func, 4)); in build_vertex_emit() 1357 x86_mov(p->func, p->tmp_EAX, x86_fn_arg(p->func, 5)); in build_vertex_emit()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 370 x86_mov(&p->func, countEBP, x86_fn_arg(&p->func, 2)); in build_vertex_emit() 376 x86_mov(&p->func, vertexEAX, x86_fn_arg(&p->func, 3)); in build_vertex_emit() 380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1)); in build_vertex_emit()
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 253 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
D | x86sse.c | 1156 struct x86_reg x86_fn_arg( struct x86_function *p, in x86_fn_arg() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 413 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
D | rtasm_x86sse.c | 2101 struct x86_reg x86_fn_arg( struct x86_function *p, in x86_fn_arg() function
|