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

i#3044 AArch64 SVE codec: Add horizontal reduction instructions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i3044-aarch64-sve-horizontal-reduction into master Jan 16, 2023
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 4

Created by: joshua-warburton

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

ANDV    <V><d>, <Pg>, <Zn>.<Ts>
EORV    <V><d>, <Pg>, <Zn>.<Ts>
FADDA   <V><dn>, <Pg>, <V><dn>, <Zm>.<Ts>
FADDV   <V><d>, <Pg>, <Zn>.<Ts>
FMAXNMV <V><d>, <Pg>, <Zn>.<Ts>
FMAXV   <V><d>, <Pg>, <Zn>.<Ts>
FMINNMV <V><d>, <Pg>, <Zn>.<Ts>
FMINV   <V><d>, <Pg>, <Zn>.<Ts>
ORV     <V><d>, <Pg>, <Zn>.<Ts>
SADDV   <Dd>, <Pg>, <Zn>.<Ts>
SMAXV   <V><d>, <Pg>, <Zn>.<Ts>
SMINV   <V><d>, <Pg>, <Zn>.<Ts>
UADDV   <Dd>, <Pg>, <Zn>.<Ts>
UMAXV   <V><d>, <Pg>, <Zn>.<Ts>
UMINV   <V><d>, <Pg>, <Zn>.<Ts>

issue: #3044

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3044-aarch64-sve-horizontal-reduction