[all-commits] [llvm/llvm-project] 98ecce: [PowerPC] Add Vector Extract/Expand/Count with Mas...

Amy Kwan via All-commits all-commits at lists.llvm.org
Fri Aug 7 09:06:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 98eccec3ae3e6bd9b6ecd7a132d936c9d70893d1
      https://github.com/llvm/llvm-project/commit/98eccec3ae3e6bd9b6ecd7a132d936c9d70893d1
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2020-08-07 (Fri, 07 Aug 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] Add Vector Extract/Expand/Count with Mask, Move to VSR Mask Instruction Definitions and MC Tests

This patch adds the instruction definitions and assembly/disassembly tests for
the following set of instructions:

Vector Extract [byte | half | word | doubleword | quad] with mask
Vector Expand [byte | half | word | doubleword | quad] with mask
Move to VSR [byte | byte immediate | half | word | doubleword | quad] with mask
Vector Count Mask Bits [byte | half | word | doubleword]

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




More information about the All-commits mailing list