mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
521e5ca5cc
Summary: The bug was that the MIPS32R6/MIPS64R6/microMIPS32R6 versions of LSA and DLSA (unlike the MSA version) failed to account for the off-by-one encoding of the immediate. The range is actually 1..4 rather than 0..3. Reviewers: vkalintiris Subscribers: atanasyan, dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D14015 llvm-svn: 252295 |
||
---|---|---|
.. | ||
invalid-mips1-wrong-error.s | ||
invalid-mips1.s | ||
invalid-mips2-wrong-error.s | ||
invalid-mips2.s | ||
invalid-mips4-wrong-error.s | ||
invalid-mips4.s | ||
invalid-mips5-wrong-error.s | ||
invalid-mips5.s | ||
invalid-mips32-wrong-error.s | ||
invalid-mips32.s | ||
invalid-mips32r2.s | ||
invalid.s | ||
relocations.s | ||
valid-xfail.s | ||
valid.s |