X86_ARGO 60 core/vm-x86.c X86_ARGO(start - 3, 0); /* [a]: mov &P 0(%esp) */ \ X86_ARGO 61 core/vm-x86.c X86_ARGO(op.a, 1); /* mov &CL 1(%esp) */ \ X86_ARGO 62 core/vm-x86.c X86_ARGO(op.b, 2); /* mov B 2(%esp) */ \ X86_ARGO 301 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 302 core/vm-x86.c X86_ARGO(start - 2, 1); X86_ARGO 371 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 372 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 373 core/vm-x86.c X86_ARGO(op.b, 2); X86_ARGO 382 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 390 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 391 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 392 core/vm-x86.c X86_ARGO(op.b, 2); X86_ARGO 400 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 401 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 402 core/vm-x86.c X86_ARGO(op.a + 1, 2); X86_ARGO 403 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 412 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 413 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 415 core/vm-x86.c X86_ARGO(op.a + 1, 2); X86_ARGO 419 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 422 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 425 core/vm-x86.c X86_ARGO(op.a, 3); X86_ARGO 434 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 435 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 436 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 444 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 445 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 446 core/vm-x86.c X86_ARGO(op.a + 1, 3); X86_ARGO 447 core/vm-x86.c X86_ARGO(op.b, 4); X86_ARGO 505 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 506 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 507 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 577 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 578 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 579 core/vm-x86.c X86_ARGO(op.a + 1, 3); X86_ARGO 580 core/vm-x86.c X86_ARGO(op.b, 4); X86_ARGO 588 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) (0, 3) X86_ARGO 589 core/vm-x86.c X86_ARGO(op.b, 1); // mov B 1(%esp) - new env (7, 3) X86_ARGO 590 core/vm-x86.c X86_ARGO(op.a, 2); // mov A 2(%esp) (7, 3) X86_ARGO 598 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) (0, 3) X86_ARGO 599 core/vm-x86.c X86_ARGO(op.b, 1); // mov B 1(%esp) - new env (7, 3) X86_ARGO 600 core/vm-x86.c X86_ARGO(op.a, 2); // mov A 2(%esp) (7, 3) X86_ARGO 677 core/vm-x86.c X86_ARGO(start - 3, 0); //P X86_ARGO 678 core/vm-x86.c X86_ARGO(op.a, 1); //cl X86_ARGO 679 core/vm-x86.c X86_ARGO(op.b - 1, 2); //name X86_ARGO 710 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) X86_ARGO 711 core/vm-x86.c X86_ARGO(op.a, 2); // mov A 2(%esp) X86_ARGO 729 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) X86_ARGO 730 core/vm-x86.c X86_ARGO(op.a, 1); // mov A 1(%esp) X86_ARGO 742 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 743 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 747 core/vm-x86.c X86_ARGO(op.a + i - 1, i); // mov regn, i(%esp) X86_ARGO 772 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 773 core/vm-x86.c X86_ARGO(op.b, 1); X86_ARGO 797 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 798 core/vm-x86.c X86_ARGO(start - 2, 1); X86_ARGO 800 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 811 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 812 core/vm-x86.c X86_ARGO(regs + opp.b, 1); X86_ARGO 828 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 829 core/vm-x86.c X86_ARGO(op.b, 1); X86_ARGO 830 core/vm-x86.c X86_ARGO(op.a, 2);