Disassembler tests for new microMIPS 32-bit instructions: LWXS, BGEZALS, BLTZALS, BEQZC, BNEZC, JALS and JALRS.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/MC/Disassembler/Mips/micromips.txt | ||
---|---|---|
317 | Disassembler currently doesn't support jalrs with only one register (where $ra is implicit). I think it should be implemented. Also, add a testcase for it. |
test/MC/Disassembler/Mips/micromips.txt | ||
---|---|---|
317 | Sorry, I meant assembler. But this should probably be part of a separate patch. (You may optionally add a TODO comment for it). So, this patch LGTM. |
Disassembler currently doesn't support jalrs with only one register (where $ra is implicit). I think it should be implemented. Also, add a testcase for it.