qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v36 05/17] target/avr: Add instruction translation - Arithmet


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v36 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
Date: Wed, 27 Nov 2019 00:04:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 11/24/19 6:02 AM, Michael Rolnik wrote:
This includes:
- ADD, ADC, ADIW
- SBIW, SUB, SUBI, SBC, SBCI
- AND, ANDI
- OR, ORI, EOR
- COM, NEG
- INC, DEC
- MUL, MULS, MULSU
- FMUL, FMULS, FMULSU
- DES

Signed-off-by: Michael Rolnik <address@hidden>
---
  target/avr/translate.c | 822 +++++++++++++++++++++++++++++++++++++++++
  1 file changed, 822 insertions(+)

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




reply via email to

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