]> Git Repo - qemu.git/commit - target-alpha/cpu.h
target-alpha: Rationalize internal processor registers.
authorRichard Henderson <[email protected]>
Fri, 20 May 2011 20:30:00 +0000 (13:30 -0700)
committerRichard Henderson <[email protected]>
Tue, 31 May 2011 17:18:05 +0000 (10:18 -0700)
commit129d8aa575b1a0c06b471a506c5a233bd270bff4
tree80a718be1e055815aa3af84695e9c1bcb8ff87bb
parent508b43eaf3dd179363557bf68e911ddea637e58b
target-alpha: Rationalize internal processor registers.

Delete all the code that tried to emulate the real IPRs of some
unnamed CPU.  Replace those with just 3 slots that we can use to
communicate trap information between the helper functions that
signal exceptions and the OS trap handler.

Signed-off-by: Richard Henderson <[email protected]>
linux-user/main.c
target-alpha/cpu.h
target-alpha/helper.c
target-alpha/helper.h
target-alpha/op_helper.c
target-alpha/translate.c
This page took 0.027802 seconds and 4 git commands to generate.