qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v40 06/21] target/avr: Add instruction translation - Data Tra


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v40 06/21] target/avr: Add instruction translation - Data Transfer Instructions
Date: Sun, 29 Dec 2019 23:31:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 12/29/19 10:51 PM, Michael Rolnik wrote:
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 <address@hidden>

Tested-by: Philippe Mathieu-Daudé <address@hidden>

---
  target/avr/translate.c | 986 +++++++++++++++++++++++++++++++++++++++++
  target/avr/insn.decode |  43 ++
  2 files changed, 1029 insertions(+)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]