qemu-e2k/tests/tcg/mips
Aleksandar Markovic 1d336c87a3 tests/tcg: target/mips: Add tests for MSA bit set instructions
Add tests for MSA bit set instructions. This includes following
instructions:

  * BCLR.B - clear bit (bytes)
  * BCLR.H - clear bit (halfwords)
  * BCLR.W - clear bit (words)
  * BCLR.D - clear bit (doublewords)
  * BNEG.B - negate bit (bytes)
  * BNEG.H - negate bit (halfwords)
  * BNEG.W - negate bit (words)
  * BNEG.D - negate bit (doublewords)
  * BSET.B - set bit (bytes)
  * BSET.H - set bit (halfwords)
  * BSET.W - set bit (words)
  * BSET.D - set bit (doublewords)

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1555699081-24577-5-git-send-email-aleksandar.markovic@rt-rk.com>
2019-06-01 20:20:20 +02:00
..
include target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
user tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
Makefile.include tests/tcg: enable building for mips64 2018-06-20 20:22:34 +01:00
Makefile.target tests/tcg/mips: fix hello-mips compilation 2019-03-12 17:05:21 +00:00
README tests/tcg: move MIPS specific tests into subdir 2018-06-20 20:22:34 +01:00
hello-mips.c tests/tcg/mips: fix hello-mips compilation 2019-03-12 17:05:21 +00:00

README

MIPS
====

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

A very simple inline assembly, write syscall based hello world