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

This includes:
    - MOV, MOVW
    - LDI, LDS LDX LDY LDZ
    - LDDY, LDDZ
    - STS, STX STY STZ
    - STDY, STDZ
    - LPM, LPMX
    - ELPM, ELPMX
    - SPM, SPMX
    - IN, OUT
    - PUSH, POP
    - XCH
    - LAS, LAC LAT

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.02572 seconds and 4 git commands to generate.