Implement the extswsli instruction
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 2 May 2020 03:28:19 +0000 (13:28 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 8 May 2020 02:12:01 +0000 (12:12 +1000)
commit8a0a907e2faae2fb579260f64a40fffb00182638
tree4a0d5913b89d51c69b913e31c8f1f4e177c6b0d1
parent1ba29a407a223466ff959bd88c4a91e1f85ff622
Implement the extswsli instruction

This mainly required the addition of an entry to the opcode 31 decode
table and a 32-bit sign-extender in the rotator.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
decode1.vhdl
execute1.vhdl
rotator.vhdl
rotator_tb.vhdl