Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #3176
Closed
Open
Issue created Sep 19, 2018 by Administrator@rootContributor

AArch64: V28 register mismangled as the stolen X28 register

Created by: zhoubot

It seems the instr_uses_reg(instr, dr_reg_stolen) is not returning the correct result for instructions that use SIMD registers. Presumably there is a bug in the decoder.

As a result, I've found the unessessary mangles in the DynamoRIO AArch64 7.0.0-RC1 release:

      fmov d28, d12

is manged to

      str    x1, [x28,#8]     
      mov    x1, x28          
      ldr    x28, [x28,#48]   
      fmov   d28, d12         
      str    x28, [x1,#48]    
      mov    x28, x1          
      ldr    x1, [x28,#8] 
Assignee
Assign to
Time tracking