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