Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This will LGTM with a couple test changes.
At the moment, all the new tests use $0 and $3. Could you change a couple of them just to confirm that the encoding varies correctly?
Could you also add tests for the 3-operand form of teq, etc.? For example, 'teq $0, $3, 1234'. It looks like they were missed out when I generated these tests.
Comment Actions
Added 3-operand form of teq,tge,... etc. and changed the operands of the
instructions in order to test different encodings.