aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/disassembler/mips32
Commit message (Collapse)AuthorAgeFilesLines
* Optimize fixed numbersLiu Zheng2024-08-191-1/+1
| | | | | | | | Optimize fixed numbers to facilitate subsequent character array expansion Pick-to: 6.8 6.7 6.5 Change-Id: Ieb3b2ba527a88054594e00ddbf1072cccefb6965 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* fix: mips array out of boundsLiu Zheng2024-08-131-1/+1
| | | | | | | | | | When the incoming data is 4, the index defined by this macro has a crash Log: mips array out of bounds Pick-to: 6.8 6.7 6.5 Change-Id: I5acff5479f17e55d5731443d08b0915c701968f6 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* V4: add mips32 disassembler.Julien Brianceau2015-06-192-0/+698
Add a rudimentary disassembler for mips32 instruction set. Although few instructions might be missing, the whole set from MacroAssemblerMIPS should be covered. Change-Id: I9b1b9b40537b99098ca65036f671651d04fe1ab6 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>