tests/tcg: target/mips: Add test utilities for 64-bit tests
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 15:34:27 +0000 (16:34 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 5 Mar 2019 16:02:22 +0000 (17:02 +0100)
commitace4458466f228fc5dabfe7ab0d01c20ca7001ff
treeab5325c2d7f2eb1a03f18e046ada78614772e155
parent26b3256392e06e1d855b135c58ccb227af6d6a92
tests/tcg: target/mips: Add test utilities for 64-bit tests

Add test utilities for 64-bit tests. Some of MIPS64R6 instructions
require 64-bit inputs to be 32-bit integers sign-extedned to 64 bits,
hence the need for sets of such inputs.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1551800076-8104-6-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/include/test_inputs_64.h [new file with mode: 0644]
tests/tcg/mips/include/test_utils_64.h [new file with mode: 0644]