aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/msa/test_lsa.s
blob: 6798ed389066a0f867af3de8ba266344c55f1daf (plain)
1
2
3
4
5
6
7
8
9
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 -mattr=+msa -arch=mips | FileCheck %s
#
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -filetype=obj -o - | llvm-objdump -d -triple=mipsel-unknown-linux -mattr=+msa -arch=mips - | FileCheck %s -check-prefix=CHECKOBJDUMP
#
# CHECK:        lsa        $8, $9, $10, 2              # encoding: [0x01,0x2a,0x40,0x85]

# CHECKOBJDUMP: lsa        $8, $9, $10, 2

                lsa        $8, $9, $10, 2