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

i#3044 AArch64 SVE codec: Add Bitwise shift, permute and count instrs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i3044-sve-bitwise-shift into master Jan 16, 2023
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 6

Created by: joshua-warburton

This patch adds the appropriate macros, tests and codec entries to encode the following variants:

ASR     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, #<const>
ASR     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.D
ASR     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.<Ts>
ASR     <Zd>.<Ts>, <Zn>.<Ts>, #<const>
ASR     <Zd>.<Ts>, <Zn>.<Ts>, <Zm>.D
ASRD    <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, #<const>
ASRR    <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.<Ts>
CLS     <Zd>.<Ts>, <Pg>/M, <Zn>.<Ts>
CLZ     <Zd>.<Ts>, <Pg>/M, <Zn>.<Ts>
CNT     <Zd>.<Ts>, <Pg>/M, <Zn>.<Ts>
LSL     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, #<const>
LSL     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.D
LSL     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.<Ts>
LSL     <Zd>.<Ts>, <Zn>.<Ts>, #<const>
LSL     <Zd>.<Ts>, <Zn>.<Ts>, <Zm>.D
LSLR    <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.<Ts>
LSR     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, #<const>
LSR     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.D
LSR     <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.<Ts>
LSR     <Zd>.<Ts>, <Zn>.<Ts>, #<const>
LSR     <Zd>.<Ts>, <Zn>.<Ts>, <Zm>.D
LSRR    <Zdn>.<Ts>, <Pg>/M, <Zdn>.<Ts>, <Zm>.<Ts>
RBIT    <Zd>.<Ts>, <Pg>/M, <Zn>.<Ts>

issue: #3044

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3044-sve-bitwise-shift