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
  • #2176
Closed
Open
Issue created Feb 14, 2017 by Derek Bruening@derekbrueningContributor

decoding of fsubrp vs fsubp mixed up

While looking at #2175 (closed) I noticed a discrepancy in DR's decoder vs gdb on fsubrp vs fsubp:

  0xf7566960  de e1                fsubrp %st0 %st1 -> %st1
  0xf7566962  c1 e2 02             shl    $0x00000002 %edx -> %edx
  0xf7566965  de ea                fsubp  %st0 %st2 -> %st2

   0xf7542960 <+48>:    fsubp  %st,%st(1)
   0xf7542962 <+50>:    shl    $0x2,%edx
   0xf7542965 <+53>:    fsubrp %st,%st(2)
Assignee
Assign to
Time tracking