aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/msa/test_elm_insert.s
blob: f66b26cdfdbc05dcd85f2e16e48b962027624b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
#
# RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -filetype=obj -o - | \
# RUN: llvm-objdump -d -arch=mips -mattr=+msa - | \
# RUN: FileCheck %s -check-prefix=CHECKOBJDUMP
#
# CHECK:        insert.b        $w23[3], $sp            # encoding: [0x79,0x03,0xed,0xd9]
# CHECK:        insert.h        $w20[2], $5             # encoding: [0x79,0x22,0x2d,0x19]
# CHECK:        insert.w        $w8[2], $15             # encoding: [0x79,0x32,0x7a,0x19]

# CHECKOBJDUMP:        insert.b        $w23[3], $sp
# CHECKOBJDUMP:        insert.h        $w20[2], $5
# CHECKOBJDUMP:        insert.w        $w8[2], $15

                insert.b        $w23[3], $sp
                insert.h        $w20[2], $5
                insert.w        $w8[2], $15