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

i#5326: Partition AArch64 codec by ISA version

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Assad Hashmi requested to merge i5326-aarch64-codec-split into master Feb 08, 2022
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 10

The current methods of defining and generating encode and decode functionality are not scalable for implementing support of ISA versions after v8.0

This patch splits up the codec.txt file into codec_<version>.txt files and opnd_defs.txt. Generated code is now split out into ISA version specific files.

Tests and related files have not been split up yet. That will happen as part of new ISA version implementations.

Issue: #5326, #4393

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i5326-aarch64-codec-split