[all-commits] [llvm/llvm-project] 6076fc: [PowerPC]Add Vector Insert Instruction Definitions...

Lei Huang via All-commits all-commits at lists.llvm.org
Thu Jul 2 13:52:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6076fc698df4adb62b2496dcd5f84e778ddc60af
      https://github.com/llvm/llvm-project/commit/6076fc698df4adb62b2496dcd5f84e778ddc60af
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2020-07-02 (Thu, 02 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 Insert Instruction Definitions and MC Test

Adds td definitions and asm/disasm tests for the following instructions:

  VINSBVLX
  VINSBVRX
  VINSHVLX
  VINSHVRX
  VINSWVLX
  VINSWVRX
  VINSBLX
  VINSBRX
  VINSHLX
  VINSHRX
  VINSWLX
  VINSWRX
  VINSDLX
  VINSDRX
  VINSW
  VINSD

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




More information about the All-commits mailing list