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/mips1
Daniel Sanders fb52487d83 [mips] Range check simm16
Summary:
There are too many instructions to exhaustively test so addiu and lwc2 are
used as representative examples.

It should be noted that many memory instructions that should have simm16
range checking do not because it is also necessary to support the macro
of the same name which accepts simm32. The range checks for these occur in
the macro expansion.

Reviewers: vkalintiris

Subscribers: dsanders, llvm-commits

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

llvm-svn: 265019
2016-03-31 14:34:00 +00:00
..
invalid-mips2-wrong-error.s [mips] Range check simm16 2016-03-31 14:34:00 +00:00
invalid-mips2.s
invalid-mips3-wrong-error.s [mips] Range check simm16 2016-03-31 14:34:00 +00:00
invalid-mips3.s [mips][msa] Test basic operations for the N32 ABI too. 2015-05-05 08:48:35 +00:00
invalid-mips4-wrong-error.s [mips] Range check simm16 2016-03-31 14:34:00 +00:00
invalid-mips4.s
invalid-mips5-wrong-error.s
invalid-mips5.s
invalid-mips32.s
invalid-mips32r2.s
valid-xfail.s
valid.s [mips] Range check uimm20 and fixed a bug this revealed. 2016-02-29 16:06:38 +00:00