Lines Matching refs:vtxESI
354 struct x86_reg vtxESI = x86_make_reg(file_REG32, reg_SI); in build_vertex_emit() local
364 x86_push(&p->func, vtxESI); in build_vertex_emit()
380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1)); in build_vertex_emit()
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); in build_vertex_emit()
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); in build_vertex_emit()
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit()
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit()
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
415 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
418 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
421 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
424 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
430 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
433 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
436 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
446 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
450 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
453 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
456 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
461 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
464 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
469 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
472 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
477 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
480 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
484 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
493 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
497 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
510 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
515 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
522 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
524 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
530 get_src_ptr(p, srcECX, vtxESI, &a[1]); in build_vertex_emit()
533 update_src_ptr(p, srcECX, vtxESI, &a[1]); in build_vertex_emit()
552 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
555 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
558 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
562 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
565 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
569 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
572 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
576 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
581 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
584 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
587 get_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
590 update_src_ptr(p, srcECX, vtxESI, a); in build_vertex_emit()
629 x86_pop(&p->func, x86_get_base_reg(vtxESI)); in build_vertex_emit()