OSDN Git Service

tests/tcg: target/mips: Add tests for MIPS64R6 bit count instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 15:34:33 +0000 (16:34 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 16:03:15 +0000 (17:03 +0100)
commit9dea2df84855b246113a5587bdd43fc21dc0ea6b
treecf7587e25003a27730888137893798438e83f18b
parent8708c32a47363c0773a4fd0bc273fab157198522
tests/tcg: target/mips: Add tests for MIPS64R6 bit count instructions

Add tests for MIPS64R6 bit count instructions: CLO, CLZ, DCLO, and DCLZ.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1551800076-8104-12-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clo.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclo.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c [new file with mode: 0644]