qemu-patch-raspberry4/tests/tcg/mips
Aleksandar Markovic fc76f48667 tests/tcg: target/mips: Add tests for MSA interleave instructions
Add tests for MSA interleave instructions. This includes following
instructions:

  * ILVEV.B - interleave even (bytes)
  * ILVEV.H - interleave even (halfwords)
  * ILVEV.W - interleave even (words)
  * ILVEV.D - interleave even (doublewords)
  * ILVOD.B - interleave odd (bytes)
  * ILVOD.H - interleave odd (halfwords)
  * ILVOD.W - interleave odd (words)
  * ILVOD.D - interleave odd (doublewords)
  * ILVL.B - interleave left (bytes)
  * ILVL.H - interleave left (halfwords)
  * ILVL.W - interleave left (words)
  * ILVL.D - interleave left (doublewords)
  * ILVR.B - interleave right (bytes)
  * ILVR.H - interleave right (halfwords)
  * ILVR.W - interleave right (words)
  * ILVR.D - interleave right (doublewords)

Each test consists of 80 test cases, so altogether there are 1280
test cases.

Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
2019-02-14 17:47:37 +01:00
..
include tests/tcg: target/mips: Add wrappers for MSA interleave instructions 2019-02-14 17:47:37 +01:00
user tests/tcg: target/mips: Add tests for MSA interleave instructions 2019-02-14 17:47:37 +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