]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: target/mips: Add tests for MSA FP max/min instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 6 Jun 2019 16:27:19 +0000 (18:27 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 7 Jun 2019 09:53:07 +0000 (11:53 +0200)
commit8598f5fac1c66485a7988734665e901deaa6b7c0
tree4496b9d48e25ec1b956db87bea1cc4a20125752d
parentca693d1c9271e27e8a02cd11a5bb3248cbbcf420
tests/tcg: target/mips: Add tests for MSA FP max/min instructions

Add tests for MSA FP max/min instructions. This includes following
instructions:

  * FMAX.W - float maximum (words)
  * FMAX.D - float maximum (doublewords)
  * FMAX_A.W - float maximum absolute (words)
  * FMAX_A.D - float maximum absolute (doublewords)
  * FMIN.W - float minimum (words)
  * FMIN.D - float minimum (doublewords)
  * FMIN_A.W - float minimum absolute (words)
  * FMIN_A.D - float minimum absolute (doublewords)

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1559838440-9866-10-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_w.c [new file with mode: 0644]