Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1333 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/
Dt_vertex_sse.c370 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/
Dx86sse.h253 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
Dx86sse.c1156 struct x86_reg x86_fn_arg( struct x86_function *p, in x86_fn_arg() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h413 struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
Drtasm_x86sse.c2101 struct x86_reg x86_fn_arg( struct x86_function *p, in x86_fn_arg() function