Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Xing Lin
  • qemu
  • Repository
Switch branch/tag
  • qemu
  • target-arm
  • translate.c
Find file BlameHistoryPermalink
  • Juha Riihimäki's avatar
    target-arm: fix neon vsri, vshl and vsli ops · ca9a32e4
    Juha Riihimäki authored Oct 24, 2009
    
    
    Shift by immediate value is incorrectly overwritten by a temporary
    variable in the processing of NEON vsri, vshl and vsli instructions.
    This patch has been revised to also include a fix for the special
    case where the code would previously try to shift an integer value
    over 31 bits left/right.
    Signed-off-by: default avatarJuha Riihimäki <juha.riihimaki@nokia.com>
    Acked-by: default avatarLaurent Desnogues <laurent.desnogues@gmail.com>
    Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
    ca9a32e4

Replace translate.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.