Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-28 | tcg: Invert the inclusion of helper.h | Richard Henderson | |
Rather than include helper.h with N values of GEN_HELPER, include a secondary file that sets up the macros to include helper.h. This minimizes the files that must be rebuilt when changing the macros for file N. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2012-09-19 | target-mips: Implement Loongson Multimedia Instructions | Richard Henderson | |
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> |