[PATCH] D82896: [PowerPC][Power10] Add Vector Splat Immediate, Permute, Blend, Shift Double Bit immediate Instruction Definitions and MC Tests

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 11:24:48 PDT 2020


amyk created this revision.
amyk added reviewers: PowerPC, power-llvm-team, lei, nemanjai.
amyk added projects: LLVM, PowerPC.
Herald added subscribers: shchenz, hiraditya.

This patch adds the td definitions and asm/disasm tests for the following instructions:

  XXSPLTIW
  XXSPLTIDP
  XXSPLTI32DX
  
  XXPERMX
  
  XXBLENDVB
  XXBLENDVH
  XXBLENDVW
  XXBLENDVD
  
  VSLDBI
  VSRDBI


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82896

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: D82896.274544.patch
Type: text/x-patch
Size: 14058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200630/925b408a/attachment.bin>


More information about the llvm-commits mailing list