diff --git a/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt b/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt new file mode 100644 index 00000000000..f212390ebc7 --- /dev/null +++ b/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt @@ -0,0 +1,3 @@ +# RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips64r2 -mattr=+msa | FileCheck %s + +0x7b 0x03 0x4e 0xde # CHECK: fill.d $w27, $9 diff --git a/test/MC/Mips/msa/test_2r_msa64.s b/test/MC/Mips/msa/test_2r_msa64.s index 743fb88087d..f6e35c46146 100644 --- a/test/MC/Mips/msa/test_2r_msa64.s +++ b/test/MC/Mips/msa/test_2r_msa64.s @@ -1,11 +1,5 @@ # 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: fill.d $w27, $9 # encoding: [0x7b,0x03,0x4e,0xde] -# CHECKOBJDUMP: fill.d $w27, $9 - fill.d $w27, $9