qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ARM7TDMI emulation


From: Jamie Lokier
Subject: Re: [Qemu-devel] [PATCH] ARM7TDMI emulation
Date: Tue, 16 Jun 2009 20:02:14 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Paul Brook wrote:
> > this is a rewritten version of the original patch to work on the latest
> > qemu git. Anything that needs to be done to get this merged?
> 
> You're missing quite a few bits here. For example load pc should do the same 
> as pop pc, and there are many other instructions that aren't valid on 
> v5t/v5te. See the recent arm920t patches (and corresponding discussion).

I'm thinking of adding ARMv4 (not v4T) support, so I can test that
code needing to run on a real ARMv4 does not accidentally have any
unsupported instructions.

While looking into that, I found it quite difficult to find which
instructions are supported by different ARM architecture levels, and
especially how PC is treated by different instructions on the
different architectures.

Do you know of a good summary reference which lists which instructions
are available in each ARM architecture level from ARMv4 up to ARMv7
and it's variants?

(Preferably without an ARM licensing agreement or NDA).

-- Jamie




reply via email to

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