Closedjeremybennett opened this issue over 14 years ago
jeremybennett commented over 14 years ago
<p>
The l.lws opcode is missing from Or1ksim.
</p>
<p>
On a 32-bit architecture it is functionally identical to l.lwz.
</p>
<p>
It appears the compiler never generates this opcode (always uses l.lwz), so it has never been missed. However I have a piece of assembler that uses it and doesn't work.
</p>
<p>
Shows how much we need a comprehensive instruction test in the regression!
</p>