X86_ARGO 115 core/vm-x86.c X86_ARGO(start - 3, 0); /* [a]: mov &P 0(%esp) */ \ X86_ARGO 116 core/vm-x86.c X86_ARGO(op.a, 1); /* mov &CL 1(%esp) */ \ X86_ARGO 117 core/vm-x86.c X86_ARGO(op.b, 2); /* mov B 2(%esp) */ \ X86_ARGO 487 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 488 core/vm-x86.c X86_ARGO(start - 2, 1); X86_ARGO 561 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 562 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 563 core/vm-x86.c X86_ARGO(op.b, 2); X86_ARGO 572 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 582 core/vm-x86.c X86_ARGO(op.a, 0); // movq -A(%rbp), %rdi X86_ARGO 600 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 601 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 602 core/vm-x86.c X86_ARGO(op.b, 2); X86_ARGO 610 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 612 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 613 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 621 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 622 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 623 core/vm-x86.c X86_ARGO(op.a + 1, 2); X86_ARGO 624 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 633 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 634 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 636 core/vm-x86.c X86_ARGO(op.a + 1, 2); X86_ARGO 640 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 643 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 646 core/vm-x86.c X86_ARGO(op.a, 3); X86_ARGO 655 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 656 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 657 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 665 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 666 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 667 core/vm-x86.c X86_ARGO(op.a + 1, 3); X86_ARGO 668 core/vm-x86.c X86_ARGO(op.b, 4); X86_ARGO 729 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 730 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 731 core/vm-x86.c X86_ARGO(op.b, 3); X86_ARGO 739 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) X86_ARGO 740 core/vm-x86.c X86_ARGO(op.a, 1); // mov A 1(%esp) X86_ARGO 741 core/vm-x86.c X86_ARGO(op.b, 2); // mov B 2(%esp) X86_ARGO 751 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) X86_ARGO 752 core/vm-x86.c X86_ARGO(op.a, 1); // mov A 1(%esp) X86_ARGO 753 core/vm-x86.c X86_ARGO(op.b, 2); // mov B 2(%esp) X86_ARGO 825 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 826 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 827 core/vm-x86.c X86_ARGO(op.a + 1, 3); X86_ARGO 828 core/vm-x86.c X86_ARGO(op.b, 4); X86_ARGO 836 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) (0, 3) X86_ARGO 837 core/vm-x86.c X86_ARGO(op.b, 1); // mov B 1(%esp) - new env (7, 3) X86_ARGO 838 core/vm-x86.c X86_ARGO(op.a, 2); // mov A 2(%esp) (7, 3) X86_ARGO 846 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) (0, 3) X86_ARGO 847 core/vm-x86.c X86_ARGO(op.b, 1); // mov B 1(%esp) - new env (7, 3) X86_ARGO 848 core/vm-x86.c X86_ARGO(op.a, 2); // mov A 2(%esp) (7, 3) X86_ARGO 911 core/vm-x86.c X86_ARGO(start - 3, 0); //P X86_ARGO 912 core/vm-x86.c X86_ARGO(op.a, 1); //cl X86_ARGO 913 core/vm-x86.c X86_ARGO(op.b - 1, 2); //name X86_ARGO 954 core/vm-x86.c X86_ARGO(start - 3, 0); // mov &P 0(%esp) X86_ARGO 955 core/vm-x86.c X86_ARGO(op.a, 2); // mov A 2(%esp) X86_ARGO 975 core/vm-x86.c X86_ARGO(start - 3, 0); // a: mov &P 0(%esp) X86_ARGO 976 core/vm-x86.c X86_ARGO(op.a, 1); // mov A 1(%esp) X86_ARGO 991 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 992 core/vm-x86.c X86_ARGO(op.a, 1); X86_ARGO 996 core/vm-x86.c X86_ARGO(op.a + i - 1, i); // mov regn, i(%esp) X86_ARGO 1021 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 1022 core/vm-x86.c X86_ARGO(op.b, 1); X86_ARGO 1051 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 1052 core/vm-x86.c X86_ARGO(start - 2, 1); X86_ARGO 1054 core/vm-x86.c X86_ARGO(op.a, 2); X86_ARGO 1066 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 1067 core/vm-x86.c X86_ARGO(regs + opp.b, 1); X86_ARGO 1085 core/vm-x86.c X86_ARGO(start - 3, 0); X86_ARGO 1086 core/vm-x86.c X86_ARGO(op.b, 1); X86_ARGO 1087 core/vm-x86.c X86_ARGO(op.a, 2);