qemu/tests/tcg/mips/user/ase/msa
Aleksandar Markovic 99d423e576 tests/tcg: target/mips: Add tests for MSA shift instructions
Add tests for MSA shift instructions. This includes following
instructions:

  * SLL.B - shift left logical (bytes)
  * SLL.H - shift left logical (halfwords)
  * SLL.W - shift left logical (words)
  * SLL.D - shift left logical (doublewords)
  * SRA.B - shift right arithmetic (bytes)
  * SRA.H - shift right arithmetic (halfwords)
  * SRA.W - shift right arithmetic (words)
  * SRA.D - shift right arithmetic (doublewords)
  * SRAR.B - shift right arithmetic rounded (bytes)
  * SRAR.H - shift right arithmetic rounded (halfwords)
  * SRAR.W - shift right arithmetic rounded (words)
  * SRAR.D - shift right arithmetic rounded (doublewords)
  * SRL.B - shift right logical (bytes)
  * SRL.H - shift right logical (halfwords)
  * SRL.W - shift right logical (words)
  * SRL.D - shift right logical (doublewords)
  * SRLR.B - shift right logical rounded (bytes)
  * SRLR.H - shift right logical rounded (halfwords)
  * SRLR.W - shift right logical rounded (words)
  * SRLR.D - shift right logical rounded (doublewords)

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1559838440-9866-7-git-send-email-aleksandar.markovic@rt-rk.com>
2019-06-07 11:53:07 +02:00
..
bit-count tests/tcg: target/mips: Rename two header files for consistency 2019-03-11 12:36:58 +01:00
bit-set tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
int-add target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-average target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-compare target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-divide target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-dot-product target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-max-min target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-modulo target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-multiply target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
int-subtract target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
interleave target/mips: Amend and cleanup MSA TCG tests 2019-06-01 20:20:20 +02:00
logic tests/tcg: target/mips: Rename two header files for consistency 2019-03-11 12:36:58 +01:00
pack tests/tcg: target/mips: Rename two header files for consistency 2019-03-11 12:36:58 +01:00
shift tests/tcg: target/mips: Add tests for MSA shift instructions 2019-06-07 11:53:07 +02:00