[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
[oota-llvm.git] / test / MC / Mips / msa / test_elm_msa64.s
index 5cc9147df77af368b7c94ce5295b68b610d8f210..8e4c540c50195b678af493b276d890e356e29e16 100644 (file)
@@ -1,7 +1,3 @@
 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
-#
-# CHECK:        copy_s.d        $19, $w31[0]             # encoding: [0x78,0xb8,0xfc,0xd9]
-# CHECK:        copy_u.d        $18, $w29[1]             # encoding: [0x78,0xf9,0xec,0x99]
 
-        copy_s.d        $19, $w31[0]
-        copy_u.d        $18, $w29[1]
+copy_s.d $19, $w31[0] # CHECK: copy_s.d $19, $w31[0] # encoding: [0x78,0xb8,0xfc,0xd9]