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 | 23 +++++++++++++++++++++++ tests/tcg/sh4/test-subv.c | 26 ++++++++++++++++++++++++++ tests/tcg/sh4/Makefile.target | 6 ++++++ 4 files changed, 75 insertions(+), 12 deletions(-) create mode 100644 tests/tcg/sh4/test-addv.c create mode 100644 tests/tcg/sh4/test-subv.c -- 2.41.0
