[all-commits] [llvm/llvm-project] 73377c: [PowerPC][Power10] Add Vector Splat Imm/Permute/Bl...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Tue Jun 30 14:10:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 73377c45974855a00b13974cd515e875c5605556
https://github.com/llvm/llvm-project/commit/73377c45974855a00b13974cd515e875c5605556
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
M llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s
Log Message:
-----------
[PowerPC][Power10] Add Vector Splat Imm/Permute/Blend/Shift Double Bit Imm Definitions and MC Tests
This patch adds the td definitions and asm/disasm tests for the
following instructions:
XXSPLTIW
XXSPLTIDP
XXSPLTI32DX
XXPERMX
XXBLENDVB
XXBLENDVH
XXBLENDVW
XXBLENDVD
VSLDBI
VSRDBI
Differential Revision: https://reviews.llvm.org/D82896
More information about the All-commits
mailing list