diff options
| author | Ahsan Saghir <saghir.ibm@gmail.com> | 2020-05-22 14:35:13 -0500 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2020-06-22 14:58:57 -0700 |
| commit | 3428405fc4ec18b566d64bb1478acd631ccd40f4 (patch) | |
| tree | bc103ae5a5d09f2b6762d22195b0f2069412b16d /llvm/test/MC/Disassembler/PowerPC | |
| parent | 6f71678ecd293c35435f7f3f313bdaf337ed798a (diff) | |
| download | bcm5719-llvm-3428405fc4ec18b566d64bb1478acd631ccd40f4.tar.gz bcm5719-llvm-3428405fc4ec18b566d64bb1478acd631ccd40f4.zip | |
[PowerPC] Add support for vmsumudm
This patch adds support for Vector Multiply-Sum Unsigned Doubleword Modulo
instruction; vmsumudm.
Differential Revision: https://reviews.llvm.org/D80294
(cherry picked from commit a28e9f1208608f8d18750bb88ca74722fb0bcce4)
Diffstat (limited to 'llvm/test/MC/Disassembler/PowerPC')
| -rw-r--r-- | llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt b/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt index cb43a7c479a..4780c3a4fae 100644 --- a/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt +++ b/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt @@ -333,6 +333,9 @@ # CHECK: vmsumuhm 2, 3, 4, 5 0x10 0x43 0x21 0x66 +# CHECK: vmsumudm 2, 3, 4, 5 +0x10 0x43 0x21 0x63 + # CHECK: vmsumuhs 2, 3, 4, 5 0x10 0x43 0x21 0x67 |

