[PATCH] D82929: [PowerPC][Power10] Add Vector Multiply/Mod/Divide Instruction Definitions and MC Tests
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 21:07:25 PDT 2020
amyk created this revision.
amyk added reviewers: PowerPC, power-llvm-team, lei.
amyk added projects: LLVM, PowerPC.
Herald added subscribers: shchenz, hiraditya, nemanjai.
amyk added a child revision: D82510: [PowerPC][Power10] Implement low-order Vector Multiply, Modulus and Divide Instructions.
This patch adds the td definitions and asm/disasm tests for the following instructions:
vmulld
vmodsw
vmoduw
vmodsd
vmodud
vdivsw
vdivuw
vdivsd
vdivud
vmulhsw
vmulhuw
vmulhsd
vmulhud
vdivesw
vdiveuw
vdivesd
vdiveud
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82929
Files:
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82929.274669.patch
Type: text/x-patch
Size: 8004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/d37979d2/attachment.bin>
More information about the llvm-commits
mailing list