]> xenbits.xensource.com Git - osstest/qemu.git/commit
target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp
authorRichard Henderson <rth@twiddle.net>
Fri, 28 Mar 2014 15:15:17 +0000 (08:15 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 17 Apr 2014 18:47:42 +0000 (11:47 -0700)
commit06ef8604e92964cbf30084b7d31091aa7cbbb62f
treec41775863a15c83076c5326580b5fb5b23e9eb02
parent39acc64741c1263a9b48d663a1616abc39b574a4
target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp

Technically, these variables could have been referenced both via
offsets from env and as TCG registers, which would be illegal.
Of course, that could only be done from PALcode, and ours doesn't
do that.

But honestly, these are used infrequently enough that they don't
really need to be TCG registers.  We wind up with exactly the same
code if we follow the letter of the law and issue explicit ld/st.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/translate.c