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

i#1312 AVX-512 support: Separate [xfp]state/sigcontext sse/avx no. of registers internally.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i1312-separate-sse-avx-register-count into master Jul 12, 2019
  • Overview 19
  • Commits 5
  • Pipelines 0
  • Changes 12

Adds the functions proc_num_simd_sse_avx_registers() and proc_num_simd_sse_avx_saved() that replace proc_num_simd_registers() and proc_num_simd_saved() internally when they are used to access fixed size structures like sigcontext, fpstate or xstate, i.e. the structure sizes don't contiguously extend to AVX-512. The new functions need to be used in favor of the existing ones, e.g. to access xmm and ymmh data of formerly mentioned structures.

Adds the define MCXT_NUM_SIMD_SSE_AVX_SLOTS used in the same manner as described above.

This patch prepares DynamoRIO to switch the exported proc_num_simd_registers() to AVX-512 extended number of registers if there is feature support of the processor and OS.

Issue: #1312

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1312-separate-sse-avx-register-count