target/mips: Add tests for integer add MSA instruction group
commit0fdd986a6c8f921693d025c3f095a0eaf628b6b6
authorMateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
Mon, 4 Mar 2019 16:51:23 +0000 (4 17:51 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 16:05:33 +0000 (5 17:05 +0100)
treee3b4003dc770196befb3035cbfa8f70f66e2fd6f
parent2a367db039fae3ea921ca4aa03374cd6c6d8d188
target/mips: Add tests for integer add MSA instruction group

These are the regression tests for integer addition MSA instruction
- various flavors of instruction add (ADD, ADDS, HADD,...).

Signed-off-by: Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <1551718283-4487-3-git-send-email-mateja.marjanovic@rt-rk.com>
26 files changed:
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c [new file with mode: 0644]