OSDN Git Service

target-i386: kill cpu_T3
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Oct 2012 13:04:10 +0000 (15:04 +0200)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:03:57 +0000 (15:03 -0800)
commit3b9d3cf1609ec98411508c1e8b6dde711117825f
tree0736933250b3a78202097044f6fb8dc69a9a17fc
parent57eb0cc85469a8948d1036ab830951e63aa32f66
target-i386: kill cpu_T3

It is almost unused, and it is simpler to pass a TCG value directly
to gen_shiftd_rm_T1_T3.  This value is then written to t2 without
going through a temporary register.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c