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 more performant in-reg byte-reverse series of instr for P8 & P9 #5702

Merged
merged 2 commits into from
Jan 18, 2021

Commits on Jan 5, 2021

  1. Add more performant in-reg byte-reverse series of instr for P8 & P9

    As rlwimi became cheaper in P8 & P9, using it for in-register
    byte-reverse instruction sequence results in less total instructions
    and better performance
    
    Signed-off-by: Abdulrahman Alattas <rmnattas@gmail.com>
    rmnattas committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    eb756f9 View commit details
    Browse the repository at this point in the history
  2. Wrap instr mask constant into CONSTANT64() in Power byteSwap

    This to ensure same constant and argument type-length
    in 64- and 32-bit run modes.
    
    Signed-off-by: Abdulrahman Alattas <rmnattas@gmail.com>
    rmnattas committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0edd401 View commit details
    Browse the repository at this point in the history