qemu-e2k/tests/tcg/mips
Aleksandar Markovic 7ecdacc568 tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructions
Add tests for MIPS64R6 integer multiply instructions: MUL, MUH, MULU,
MUHU, DMUL, DMUH, DMULU, and DMUHU.

MUH and MUHU require 64 bit inputs in the form of 64-bit sign-extended
32-bit inputs.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1551800076-8104-14-git-send-email-aleksandar.markovic@rt-rk.com>
2019-03-05 17:03:33 +01:00
..
include tests/tcg: target/mips: Add wrappers for some MIPS64R6 instructions 2019-03-05 17:02:46 +01:00
user tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructions 2019-03-05 17:03:33 +01:00
hello-mips.c avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
Makefile.include tests/tcg: enable building for mips64 2018-06-20 20:22:34 +01:00
Makefile.target tests/tcg: override runners for broken tests 2018-06-20 20:22:34 +01:00
README tests/tcg: move MIPS specific tests into subdir 2018-06-20 20:22:34 +01:00

MIPS
====

hello-mips
----------

A very simple inline assembly, write syscall based hello world