target/avr: Add instruction translation - MCU Control Instructions
commit46188cabae4a13add28493f85b0f65ddde3ead41
authorMichael Rolnik <mrolnik@gmail.com>
Fri, 24 Jan 2020 00:51:14 +0000 (24 01:51 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jul 2020 09:02:05 +0000 (11 11:02 +0200)
tree689255665e3b9ca39ac7ff3000ed6038c4ae9b98
parent5718cef05a0fe306646dd0481eb6ccf4fef3979e
target/avr: Add instruction translation - MCU Control Instructions

This includes:
    - BREAK
    - NOP
    - SLEEP
    - WDR

Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Reviewed-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-16-huth@tuxfamily.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/avr/insn.decode
target/avr/translate.c