HomePhabricator

[AArch64][SVE2] Asm: add saturating multiply-add long instructions
fa2b264df0c4Unpublished

Authored by c-rhodes on May 17 2019, 2:29 AM.

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

[AArch64][SVE2] Asm: add saturating multiply-add long instructions

Summary:
Patch adds support for indexed and unpredicated vectors forms of the
following instructions:

  • SQDMLALB, SQDMLALT, SQDMLSLB, SQDMLSLT

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest

Reviewed By: SjoerdMeijer

Differential Revision: https://reviews.llvm.org/D61997

llvm-svn: 361005

Details

Committed
sidorovdMay 24 2019, 5:43 AM
Reviewer
SjoerdMeijer
Differential Revision
D61997: [AArch64][SVE2] Asm: add saturating multiply-add long instructions

Commit No Longer Exists

This commit no longer exists in the repository.