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

i#1312 AVX-512 support: Add get_zmm_caller_saved raw bytes function.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i1312-prepare_avx512_context_switch_zmm into master Mar 11, 2019
  • Overview 56
  • Commits 18
  • Pipelines 0
  • Changes 9

This patch does nothing else but adding a AVX-512 version of get_[simd]_caller_saved encoded in raw bytes. The function is not used by DynamoRIO yet. The MCXT_SIMD_SLOT_SIZE is assumed to be 64 bytes. Using this function will require a future patch that changes DynamoRIO's slot size first. It also adds the type struct dr_zmm_t and adds a comment in the release notes saying that it is currently not supported.

With regards to #3422, no special ifdef case for Windows has been added.

The comment has been modified for why we are encoding in raw bytes instead of mnemonics.

Issue: #1312

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1312-prepare_avx512_context_switch_zmm