On 5/20/26 03:17, Philippe Mathieu-Daudé wrote:
From: James Hilliard<[email protected]>
Add a mips64/mips64el linux-user TCG smoke test for representative
Octeon instruction paths.
Run the test with -cpu Octeon68XX and share the source between the
mips64 and mips64el target directories.
Signed-off-by: James Hilliard<[email protected]>
Reviewed-by: Philippe Mathieu-Daudé<[email protected]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
MAINTAINERS | 2 +-
tests/tcg/mips/user/isa/octeon/octeon-insns.c | 13 ++++++++++++
tests/tcg/mips64/Makefile.target | 20 +++++++++++++++++++
tests/tcg/mips64el/Makefile.target | 8 ++++++++
4 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 tests/tcg/mips/user/isa/octeon/octeon-insns.c
create mode 100644 tests/tcg/mips64/Makefile.target
create mode 100644 tests/tcg/mips64el/Makefile.target
Reviewed-by: Richard Henderson <[email protected]>
r~