lm32: translation routines
commit17c0fa3d57ee1ee456a948b16b2905bf87833b8f
authorMichael Walle <michael@walle.cc>
Thu, 17 Feb 2011 22:45:03 +0000 (17 23:45 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 7 Mar 2011 12:42:36 +0000 (7 13:42 +0100)
treeed89c478b11ccc140c2c07d982c5270890213bef
parent81ea0e130470bb307e5ab7e2d71e7b80b46ef1bf
lm32: translation routines

This patch adds the main translation routine. All opcodes of the
LatticeMico32 processor are supported and translated to TCG ops.

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