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
  • !3558

i#1312 AVX-512 support: Add AVX-512 VEX encoded scalar opmask instructions.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i1312-opmask-vex-instructions into master Apr 19, 2019
  • Overview 72
  • Commits 27
  • Pipelines 0
  • Changes 14

Adds the AVX-512 VEX encoded scalar opmask instructions and extends the existing VEX tables. Unfortunately there are no Appendix A/B style documented Intel manuals available for AVX-512 in the same format as the existing x86 instruction sets. Therefore, the introduced type name 'K' is invented by us, based on the Intel AVX-512 instruction descriptions.

Makes necessary modification in decoder to support VEX encoded AVX-512 instructions, specifically decoding and encoding more cases of the vex W opcode extension bit.

Adds support to encoder for new VEX encodings. Fixes a bug to encode primary opcode byte in 3-byte VEX versions. Adds support for prefix_ext indirection to after vex_ext in decoder.

Adds new operand types TYPE_K_REG, TYPE_K_MODRM, TYPE_K_MODRM_R, TYPE_K_VEX, TYPE_K_EVEX.

Adds all INSTR_CREATE macros for the new instructions.

Adds all test macros to x86 api.ir test.

Adds raw encodings decoder test to x86 common.decode test.

Fixes existing disassemble test.

Issue: #1312

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1312-opmask-vex-instructions