Pass 'build-legacy' CI job which runs check-tcg-sh4. Since v3: - Fixed copy/paste mistake (Paul) - Tests print values on failure - Added rth R-b tags
Since v2: - Add tests (Paul) - Rename TCGv variables as in manual Philippe Mathieu-Daudé (4): target/sh4: Fix ADDV opcode target/sh4: Fix SUBV opcode target/sh4: Rename TCGv variables as manual for ADDV opcode target/sh4: Rename TCGv variables as manual for SUBV opcode target/sh4/translate.c | 32 ++++++++++++++++++++------------ tests/tcg/sh4/test-addv.c | 27 +++++++++++++++++++++++++++ tests/tcg/sh4/test-subv.c | 30 ++++++++++++++++++++++++++++++ tests/tcg/sh4/Makefile.target | 6 ++++++ 4 files changed, 83 insertions(+), 12 deletions(-) create mode 100644 tests/tcg/sh4/test-addv.c create mode 100644 tests/tcg/sh4/test-subv.c -- 2.41.0