commit | 18700de8fc1c8d772969a877ec36e7a67212ce67 | [log] [tgz] |
---|---|---|
author | Jozef Kolek <jozef.kolek@imgtec.com> | Mon Nov 24 13:29:59 2014 +0000 |
committer | Jozef Kolek <jozef.kolek@imgtec.com> | Mon Nov 24 13:29:59 2014 +0000 |
tree | 1e525a2edaba8bcec6f240fb17a54c06e091b606 | |
parent | a1e1f01699d27a5905c917a06a96b57625963d4e [diff] |
[mips][microMIPS] Implement disassembler support for 16-bit instructions With the help of new method readInstruction16() two bytes are read and decodeInstruction() is called with DecoderTableMicroMips16, if this fails four bytes are read and decodeInstruction() is called with DecoderTableMicroMips32. Differential Revision: http://reviews.llvm.org/D6149 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222648 91177308-0d34-0410-b5e6-96231b3b80d8