target/mips: Fix decoding of ALIGN and DALIGN instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 22 Oct 2018 11:19:25 +0000 (13:19 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 24 Oct 2018 13:20:32 +0000 (15:20 +0200)
commit373ecd3823f949fd550ec49685299e287af5753e
tree9283d51d34969d9840b197e6f7cfa85676d51fb7
parentab99e0e44bc7b0e2e52d9083a673866b18470536
target/mips: Fix decoding of ALIGN and DALIGN instructions

Opcode for ALIGN and DALIGN must be in fact ranges of opcodes, to
allow paremeter 'bp' to occupy two and three bits, respectively.

Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c