summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/Mips/mips32
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2015-10-06 10:02:35 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2015-10-06 10:02:35 +0000
commitd245267be0e885ebf3d40e1decfc74ee881cb278 (patch)
tree48544ea60fc2a448aa20c3f89ff3eb9ae3276064 /llvm/test/MC/Disassembler/Mips/mips32
parent31bfdb5a82b2af9e0f0a6a323df99f0156733294 (diff)
downloadbcm5719-llvm-d245267be0e885ebf3d40e1decfc74ee881cb278.tar.gz
bcm5719-llvm-d245267be0e885ebf3d40e1decfc74ee881cb278.zip
[mips][disassembler] Merged disassembler tests into the corresponding ISA/ASE subdirectories.
llvm-svn: 249384
Diffstat (limited to 'llvm/test/MC/Disassembler/Mips/mips32')
-rw-r--r--llvm/test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt b/llvm/test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt
index 84ff39c8fc9..0801ad7fe61 100644
--- a/llvm/test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt
+++ b/llvm/test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt
@@ -89,11 +89,20 @@
0x00 0x00 0xc7 0x70 # CHECK: madd $6, $7
0x01 0x00 0xc7 0x70 # CHECK: maddu $6, $7
0x01 0x78 0x08 0x40 # CHECK: mfc0 $8, $15, 1
+0x04 0x80 0x08 0x40 # CHECK: mfc0 $8, $16, 4
0x00 0x38 0x06 0x44 # CHECK: mfc1 $6, $f7
0x10 0x28 0x00 0x00 # CHECK: mfhi $5
0x12 0x28 0x00 0x00 # CHECK: mflo $5
0x86 0x41 0x20 0x46 # CHECK: mov.d $f6, $f8
0x86 0x39 0x00 0x46 # CHECK: mov.s $f6, $f7
+0x25,0x38,0x00,0x01 # CHECK: move $7, $8
+0x25,0x18,0x40,0x00 # CHECK: move $3, $2
+0x01,0x18,0x5c,0x00 # CHECK: movf $3, $2, $fcc7
+0x11,0x11,0x3c,0x46 # CHECK: movf.d $f4, $f2, $fcc7
+0x11,0x11,0x1c,0x46 # CHECK: movf.s $f4, $f2, $fcc7
+0x01,0x18,0x5d,0x00 # CHECK: movt $3, $2, $fcc7
+0x11,0x11,0x3d,0x46 # CHECK: movt.d $f4, $f2, $fcc7
+0x11,0x11,0x1d,0x46 # CHECK: movt.s $f4, $f2, $fcc7
0x04 0x00 0xc7 0x70 # CHECK: msub $6, $7
0x05 0x00 0xc7 0x70 # CHECK: msubu $6, $7
0x01 0x78 0x89 0x40 # CHECK: mtc0 $9, $15, 1
OpenPOWER on IntegriCloud