Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LA64_DYNAREC] Added more opcodes #1447

Merged
merged 10 commits into from
Apr 14, 2024
Merged

[LA64_DYNAREC] Added more opcodes #1447

merged 10 commits into from
Apr 14, 2024

Commits on Apr 14, 2024

  1. Added B4..B7 MOV opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    850f564 View commit details
    Browse the repository at this point in the history
  2. Added 66 81,83 /5 SUB opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8c73292 View commit details
    Browse the repository at this point in the history
  3. Added 30 XOR opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7792f69 View commit details
    Browse the repository at this point in the history
  4. Added F0 01 LOCK ADD opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a32da82 View commit details
    Browse the repository at this point in the history
  5. Added 66 81,83 /0 ADD opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    901ffe0 View commit details
    Browse the repository at this point in the history
  6. Added 66 39 CMP opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5f2425f View commit details
    Browse the repository at this point in the history
  7. Added 66 0F D6 MOVQ opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    af0369d View commit details
    Browse the repository at this point in the history
  8. Added 0F 57 XORPS opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    db597b5 View commit details
    Browse the repository at this point in the history
  9. Fix

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    36b3426 View commit details
    Browse the repository at this point in the history
  10. Added 66 0F 61 opcode

    ksco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    803d2bf View commit details
    Browse the repository at this point in the history