diff options
author | Alexander Graf <agraf@suse.de> | 2014-06-04 02:01:10 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-06-16 13:24:41 +0200 |
commit | ada82b537e6fa947666a7cda1530529769a9324c (patch) | |
tree | f06fc3459ac3265ccf63fbef13b1358f10b655f4 /scripts | |
parent | deb6ed13ebfcd6c73548225347c5f63225bb471f (diff) |
PPC: SPE: Fix high-bits bitmask
The SPE emulation code wants to access the highest 32bits of a 64bit register
and uses the andi TCG instruction for that. Unfortunately it masked with the
wrong mask. Fix the mask to actually cover the upper 32 bits.
This fixes simple multiplication tests with SPE guests for me.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions