~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/MC/AArch64/neon-scalar-reduce-pairwise.s

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s
 
2
 
 
3
//----------------------------------------------------------------------
 
4
// Scalar Reduce Add Pairwise (Integer)
 
5
//----------------------------------------------------------------------
 
6
      addp d0, v1.2d
 
7
 
 
8
// CHECK: addp d0, v1.2d     // encoding: [0x20,0xb8,0xf1,0x5e]
 
9
 
 
10
//----------------------------------------------------------------------
 
11
// Scalar Reduce Add Pairwise (Floating Point)
 
12
//----------------------------------------------------------------------
 
13
      faddp d20, v1.2d
 
14
 
 
15
// CHECK: faddp d20, v1.2d     // encoding: [0x34,0xd8,0x70,0x7e]
 
16