[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / MC / Mips / msa / test_elm_insert.s
blobd58a4e0b5e73969bf18e86272a467c12c9e136c2
1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
3 # CHECK: insert.b $w23[3], $sp # encoding: [0x79,0x03,0xed,0xd9]
4 # CHECK: insert.h $w20[2], $5 # encoding: [0x79,0x22,0x2d,0x19]
5 # CHECK: insert.w $w8[2], $15 # encoding: [0x79,0x32,0x7a,0x19]
7 insert.b $w23[3], $sp
8 insert.h $w20[2], $5
9 insert.w $w8[2], $15