]> Git Repo - qemu.git/commit
tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructions
authorAleksandar Markovic <[email protected]>
Tue, 5 Mar 2019 15:34:35 +0000 (16:34 +0100)
committerAleksandar Markovic <[email protected]>
Tue, 5 Mar 2019 16:03:33 +0000 (17:03 +0100)
commit7ecdacc56858aff19048d99e6041b1e786f1cf0a
treecb1578e0d205c0f1d41726e3943ce31f0b613ad4
parent09a1bc758e639c58d6fdbb94f2743d197eea3309
tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructions

Add tests for MIPS64R6 integer multiply instructions: MUL, MUH, MULU,
MUHU, DMUL, DMUH, DMULU, and DMUHU.

MUH and MUHU require 64 bit inputs in the form of 64-bit sign-extended
32-bit inputs.

Signed-off-by: Aleksandar Markovic <[email protected]>
Reviewed-by: Aleksandar Rikalo <[email protected]>
Message-Id: <1551800076[email protected]>
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuh.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuhu.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmul.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmulu.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muh.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muhu.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mul.c [new file with mode: 0644]
tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mulu.c [new file with mode: 0644]
This page took 0.029129 seconds and 4 git commands to generate.