1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test/MC/Mips/msa
Daniel Sanders 74498390a3 [mips][ias] Range check uimm4 operands and fixed a bug this revealed.
Summary:
The bug was that the sldi instructions have immediate widths dependant on
their element size. So sldi.d has a 1-bit immediate and sldi.b has a 4-bit
immediate. All of these were using 4-bit immediates previously.

Reviewers: vkalintiris

Subscribers: llvm-commits, atanasyan, dsanders

Differential Revision: http://reviews.llvm.org/D14018

llvm-svn: 252297
2015-11-06 12:41:43 +00:00
..
abiflags.s Re-commit: [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags 2014-07-14 15:05:51 +00:00
invalid-64.s [mips][ias] Range check uimm4 operands and fixed a bug this revealed. 2015-11-06 12:41:43 +00:00
invalid.s [mips][ias] Range check uimm4 operands and fixed a bug this revealed. 2015-11-06 12:41:43 +00:00
set-msa-directive-bad.s [mips] Add assembler support for .set msa/nomsa directive. 2014-08-07 12:03:36 +00:00
set-msa-directive.s [mips] Add assembler support for .set msa/nomsa directive. 2014-08-07 12:03:36 +00:00
test_2r_msa64.s [mips] Move disassembler test (test_2r_msa64) into correct folder. 2014-05-12 16:59:34 +00:00
test_2r.s
test_2rf.s
test_3r.s
test_3rf.s
test_bit.s
test_cbranch.s [mips] Work around inconsistency in llvm-mc's placement of fixup markers 2014-05-23 13:35:24 +00:00
test_ctrlregs.s
test_dlsa.s
test_elm_insert_msa64.s [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder. 2014-05-12 16:23:45 +00:00
test_elm_insert.s [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder. 2014-05-12 16:23:45 +00:00
test_elm_insve.s [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder. 2014-05-12 16:23:45 +00:00
test_elm_msa64.s [mips][msa] Remove copy_u.d and move copy_u.w to MSA64. 2015-10-21 09:58:54 +00:00
test_elm.s [mips][msa] Remove copy_u.d and move copy_u.w to MSA64. 2015-10-21 09:58:54 +00:00
test_i5.s [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_i8.s [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_i10.s [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_lsa.s
test_mi10.s [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_vec.s [mips] Move disassembler test (Mips MSA test_vec) into correct folder. 2014-05-12 16:31:45 +00:00