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
  • Merge requests
  • !3512

Support avx 512 instructions set

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ispras/support_avx_512_instructions_set into master Apr 05, 2019
  • Overview 82
  • Commits 35
  • Pipelines 0
  • Changes 3

Created by: JivanH

In this branch I have added support for AVX-512 instructions set.

Current version of dynamorio cannot detect difference between bound and AVX-512 instructions if the opcode starts with 0x62. This problem is solved in the request. After that Illegal instruction error is fixed for these instructions set.

For now I have on going problem with disassembly of newly added instructions.

Original disassemble:

62 f1 fd 48 6f e9 vmovdqa64 %zmm1,%zmm5

DynamoRIO disassemble:

62 f1 fd 48 6f e9 vmovdqa %zmm1[16byte] -> %zmm5[16byte]

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ispras/support_avx_512_instructions_set