lm32: use lookup table for opcodes
authorMichael Walle <michael@walle.cc>
Mon, 7 Mar 2011 22:01:04 +0000 (23:01 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 31 Mar 2011 06:54:05 +0000 (08:54 +0200)
commit0ce28c008f2cd29d2cce8db5b92167f4d40bbca4
tree086c0e1019960a732aa6d9559afe6c5b4dff59d9
parente2b8b49363ca0b37ba94cb895cf1ec6cb260318e
lm32: use lookup table for opcodes

Instead of a for loop use a faster lookup table.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-lm32/lm32-decode.h [deleted file]
target-lm32/translate.c