[all-commits] [llvm/llvm-project] 825ed2: [PowerPC] Add Vector Extract Double Instruction De...

biplmish via All-commits all-commits at lists.llvm.org
Sun Jul 26 21:57:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 825ed2d43d6f3e981ae5d2bbd3b2f4f4fbc2fc39
      https://github.com/llvm/llvm-project/commit/825ed2d43d6f3e981ae5d2bbd3b2f4f4fbc2fc39
  Author: biplmish <biplmish at in.ibm.com>
  Date:   2020-07-26 (Sun, 26 Jul 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 Double Instruction Definitions and MC tests.

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

Vector Extract Double Left Index - vextdubvlx, vextduhvlx, vextduwvlx, vextddvlx
Vector Extract Double Right Index - vextdubvrx, vextduhvrx, vextduwvrx, vextddvrx

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




More information about the All-commits mailing list