qemu/tests/tcg/mips/user/ase/msa/bit-set
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
..
test_msa_bclr_b.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bclr_d.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bclr_h.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bclr_w.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bneg_b.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bneg_d.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bneg_h.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bneg_w.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bset_b.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bset_d.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bset_h.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00
test_msa_bset_w.c tests/tcg: target/mips: Add tests for MSA bit set instructions 2019-06-01 20:20:20 +02:00