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

Arm64 #550

Merged
merged 14 commits into from
Apr 17, 2019
Merged

Arm64 #550

merged 14 commits into from
Apr 17, 2019

Commits on Apr 3, 2019

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

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    9fc0764 View commit details
    Browse the repository at this point in the history
  2. Arm64: Helper functions to extract value from vector registers

    - those are used in simple mov instructions or sometimes in pseudo
    MatejKastak committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    45e9616 View commit details
    Browse the repository at this point in the history
  3. Arm64: Regular ADD can take FP operands + test

    - include function decl in header from last commit
    MatejKastak committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    ae7b0b0 View commit details
    Browse the repository at this point in the history
  4. Arm64: PSTATE operands + More systemregs

    - fixed FMinMax and Movi vector variants to generate psuedo
    MatejKastak committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    1e53e15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cce8206 View commit details
    Browse the repository at this point in the history
  6. Arm64: Generate all conditional codes

    - Fixed generation of AL and NV conditions
    MatejKastak committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    2643499 View commit details
    Browse the repository at this point in the history
  7. Arm64: Cond branch tests

    - altered the definition of conditional instruction to be only true if
      ARM64_CC_INVALID, and generate allways true for AL and NV
    MatejKastak committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    833fb0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6e5aa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

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

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    28c7bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30deca3 View commit details
    Browse the repository at this point in the history
  3. Arm64: Add and sub can have fp registers as operands

    For some reason this is valid and the operation is addition integerwise
    MatejKastak committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    08c20d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

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