summaryrefslogtreecommitdiff
path: root/test/MC/Mips/msa/test_elm_insert_msa64.s
blob: 8196fd0513ce0f70aacd41962e308ca718c41ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
#
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -filetype=obj -o - | \
# RUN:   llvm-objdump -d -arch=mips64 -mattr=+msa - | \
# RUN:     FileCheck %s -check-prefix=CHECKOBJDUMP
#
# CHECK:        insert.d        $w1[1], $sp            # encoding: [0x79,0x39,0xe8,0x59]

# CHECKOBJDUMP:        insert.d        $w1[1], $sp

                insert.d        $w1[1], $sp