]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: target/mips: Add tests for MSA logic instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 13 Feb 2019 15:49:27 +0000 (16:49 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 14 Feb 2019 16:47:37 +0000 (17:47 +0100)
commitba632924450faf6741d299f8feed8150a0c6f884
treef2adb5252c91aab07b09dd66adc785d36918cccb
parentdb37850bb4ead8080da878c1c0eb04d33c81bfd4
tests/tcg: target/mips: Add tests for MSA logic instructions

Add tests for MSA logic instructions. This includes following
instructions:

  * AND.V - logical AND
  * NOR.V - logical NOR
  * OR.V - logical OR
  * XOR.V - logical XOR

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

Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c [new file with mode: 0644]