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

i#1569 AArch64: Make encodings easier to specify.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i1569-codec into master Jul 19, 2017
  • Overview 7
  • Commits 3
  • Pipelines 0
  • Changes 5

Created by: egrimley

In the operand definitions, in codec.txt, '?' indicates a bit that the operand decoder/encoder may consult as it decodes or encodes the bits labelled 'x'. An operand encoder only receives the bits labelled '?'; an operand decoder only receives the bits labelled '?' or 'x'. An operand encoder may generate a bit that is read by another operand encoder, provided there is no cyclic dependency. This change makes it easier to specify some encodings, and to detect errors.

A few changes are made exploiting the new facilities:

  • memvrpost is removed: memvr is sufficient
  • some patterns for SIMD load/store structure are combined
  • some patterns for data processing with shifted register are combined (for which "imm6" is modified: it now checks bit 31 for consistency)

Change-Id: Ic5ef256af143239521c4cea86631dabebd763ea1

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1569-codec