OSDN Git Service

tests/tcg: target/mips: Add tests for MIPS64R6 shift instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 15:34:34 +0000 (16:34 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 16:03:24 +0000 (17:03 +0100)
commit09a1bc758e639c58d6fdbb94f2743d197eea3309
tree92cab83ed35df5bec6cdb1dd6d0f6fb14ed1e563
parent9dea2df84855b246113a5587bdd43fc21dc0ea6b
tests/tcg: target/mips: Add tests for MIPS64R6 shift instructions

Add tests for MIPS64R6 shift instructions: SLLV, SRLV, SRAV, DSLLV,
DSRLV, and DSRAV.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1551800076-8104-13-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsllv.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrav.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrlv.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_sllv.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srav.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srlv.c [new file with mode: 0644]