tests/tcg: target/mips: Add tests for MIPS64R6 logic instructions
commit99d46107f73c1cdd741efa8dd760cab885255c2d
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 15:34:31 +0000 (5 16:34 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 16:02:54 +0000 (5 17:02 +0100)
treec2460c5cb40c88873547e97e623fa4b46b19ff08
parent50dccc057faa307082b37aecb46768083f0c8a6b
tests/tcg: target/mips: Add tests for MIPS64R6 logic instructions

Add tests for MIPS64R6 logic instructions: AND, NOR, OR, and XOR.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1551800076-8104-10-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_and.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_nor.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_or.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_xor.c [new file with mode: 0644]