]> Git Repo - qemu.git/commit
tcg/optimize: Remember garbage high bits for 32-bit ops
authorRichard Henderson <[email protected]>
Thu, 22 May 2014 18:14:10 +0000 (11:14 -0700)
committerRichard Henderson <[email protected]>
Wed, 28 May 2014 16:33:56 +0000 (09:33 -0700)
commit24666baf1f0a0be454d7c64497dca6d9becc3f40
tree483e0effddf60aaa26253899d8f1af6baf0a21bc
parenta62f6f5600730accba9842a8180c12bc34fcaf48
tcg/optimize: Remember garbage high bits for 32-bit ops

For a 64-bit host, the high bits of a register after a 32-bit operation
are undefined.  Adjust the temps mask for all 32-bit ops to reflect that.

Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/optimize.c
This page took 0.023587 seconds and 4 git commands to generate.