qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v36 06/17] target/avr: Add instruction translation - Branch I


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v36 06/17] target/avr: Add instruction translation - Branch Instructions
Date: Wed, 27 Nov 2019 00:04:19 +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:
     - 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 <address@hidden>
---
  target/avr/translate.c | 549 ++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 546 insertions(+), 3 deletions(-)

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




reply via email to

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