OSDN Git Service

target-mips: Implement Loongson Multimedia Instructions
authorRichard Henderson <rth@twiddle.net>
Wed, 19 Sep 2012 04:59:44 +0000 (21:59 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 19 Sep 2012 19:40:48 +0000 (21:40 +0200)
commitbd277fa1966bc400f1b411f868f39125cda0c403
treeaab0840ea8fe7df1ed691847f8e3382849a0a536
parentfb7729e2d03e1ffb4306f2411c18aa20f737dba8
target-mips: Implement Loongson Multimedia Instructions

Implements all of the COP2 instructions except for the S<cond>
family of comparisons.  The documentation is unclear for those.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/Makefile.objs
target-mips/helper.h
target-mips/lmi_helper.c [new file with mode: 0644]
target-mips/translate.c