[mips][disassembler] Moved DSP tests into proper place and corrected formatting.

llvm-svn: 249383
This commit is contained in:
Daniel Sanders 2015-10-06 09:28:48 +00:00
parent 0943a95f46
commit 31bfdb5a82
2 changed files with 9 additions and 22 deletions

View File

@ -0,0 +1,9 @@
# RUN: llvm-mc -triple=mipsel-unknown-linux -mattr=+dsp -disassemble < %s | FileCheck %s
0x10 0xa8 0x60 0x00 # CHECK: mfhi $21, $ac3
0x12 0xa8 0x60 0x00 # CHECK: mflo $21, $ac3
0x11 0x18 0xa0 0x02 # CHECK: mthi $21, $ac3
0x13 0x18 0xa0 0x02 # CHECK: mtlo $21, $ac3
0x8a 0x51 0x54 0x7f # CHECK: lbux $10, $20($26)
0x0a 0x59 0x75 0x7f # CHECK: lhx $11, $21($27)
0x0a 0x60 0x96 0x7f # CHECK: lwx $12, $22($gp)

View File

@ -1,22 +0,0 @@
# RUN: llvm-mc -triple=mipsel-unknown-linux -mattr=+dsp -disassemble < %s | FileCheck %s
# CHECK: mfhi $21, $ac3
0x10 0xa8 0x60 0x00
# CHECK: mflo $21, $ac3
0x12 0xa8 0x60 0x00
# CHECK: mthi $21, $ac3
0x11 0x18 0xa0 0x02
# CHECK: mtlo $21, $ac3
0x13 0x18 0xa0 0x02
# CHECK: lbux $10, $20($26)
0x8a 0x51 0x54 0x7f
# CHECK: lhx $11, $21($27)
0x0a 0x59 0x75 0x7f
# CHECK: lwx $12, $22($gp)
0x0a 0x60 0x96 0x7f