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

Add missing assembly instructions to the x86 backend #20050

Closed
wants to merge 9 commits into from

Commits on Apr 27, 2024

  1. Added RFLAGS-modifying instructions

    Added `cmc`, `clc`, `stc`, `cli`, `sti`, `cld` and `std`
    Arnau478 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    03788d0 View commit details
    Browse the repository at this point in the history
  2. Support the sysret instruction

    Add support for the `sysret` instruction for the x86_64 self-hosted backend
    Arnau478 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ef9ad54 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Arnau478 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    40527df View commit details
    Browse the repository at this point in the history
  4. Support control registers

    Arnau478 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c95177c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ad8c90 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    936f9d8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Added int and iret mnemonics

    Arnau478 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b5d7804 View commit details
    Browse the repository at this point in the history
  2. Added hlt mnemonic

    Arnau478 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4b09d65 View commit details
    Browse the repository at this point in the history
  3. Added int1 mnemonic

    Arnau478 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e9065bb View commit details
    Browse the repository at this point in the history