]> Git Repo - qemu.git/commit
target/avr: Add instruction translation - Branch Instructions
authorMichael Rolnik <[email protected]>
Fri, 24 Jan 2020 00:51:11 +0000 (01:51 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Sat, 11 Jul 2020 09:02:05 +0000 (11:02 +0200)
commit9d316c75abafbefb1e40e8429e41858b2ab3eeb0
tree73b8d56233a7d17321e0ba918c849ff97fe3c517
parent865f3bb9e16365a27efaf3e5b4787fd402764484
target/avr: Add instruction translation - Branch Instructions

This includes:
    - RJMP, IJMP, EIJMP, JMP
    - RCALL, ICALL, EICALL, CALL
    - RET, RETI
    - CPSE, CP, CPC, CPI
    - SBRC, SBRS, SBIC, SBIS
    - BRBC, BRBS

Signed-off-by: Michael Rolnik <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Aleksandar Markovic <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20200705140315[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
target/avr/insn.decode
target/avr/translate.c
This page took 0.035538 seconds and 4 git commands to generate.