mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
4cf61e5269
Summary: The bug was that dextu's operand 3 would print 0-31 instead of 32-63 when printing assembly. This came up when replacing MipsInstPrinter::printUnsignedImm() with a version that could handle arbitrary bit widths. MipsAsmPrinter::printUnsignedImm*() don't seem to be used so they have been removed. Reviewers: vkalintiris Subscribers: dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D15521 llvm-svn: 262231 |
||
---|---|---|
.. | ||
invalid-mips32.s | ||
invalid-mips32r2.s | ||
invalid-mips64.s | ||
invalid-mips64r2-xfail.s | ||
invalid-mips64r2.s | ||
valid-xfail.s | ||
valid.s |