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 vshrn/vrshrn ops · 2301db49
    Juha Riihimäki authored Oct 24, 2009
    
    
    In the existing code shift value is clobbered during the pass loop.
    This patch changes the code so that it stores the intermediate
    result in the target neon register directly and eliminates the need
    to use a temporary to hold the intermediate value thus leaving the
    shift value in the temporary variable intact. This is a new patch
    in this version of the patch series.
    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>
    2301db49

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.