[llvm] r208594 - [mips] Move disassembler test (test_2r_msa64) into correct folder.
Matheus Almeida
matheus.almeida at imgtec.com
Mon May 12 09:59:34 PDT 2014
Author: matheusalmeida
Date: Mon May 12 11:59:34 2014
New Revision: 208594
URL: http://llvm.org/viewvc/llvm-project?rev=208594&view=rev
Log:
[mips] Move disassembler test (test_2r_msa64) into correct folder.
Added:
llvm/trunk/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt
Modified:
llvm/trunk/test/MC/Mips/msa/test_2r_msa64.s
Added: llvm/trunk/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt?rev=208594&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt (added)
+++ llvm/trunk/test/MC/Disassembler/Mips/msa/test_2r_msa64.txt Mon May 12 11:59:34 2014
@@ -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
Modified: llvm/trunk/test/MC/Mips/msa/test_2r_msa64.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/msa/test_2r_msa64.s?rev=208594&r1=208593&r2=208594&view=diff
==============================================================================
--- llvm/trunk/test/MC/Mips/msa/test_2r_msa64.s (original)
+++ llvm/trunk/test/MC/Mips/msa/test_2r_msa64.s Mon May 12 11:59:34 2014
@@ -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
More information about the llvm-commits
mailing list