commit | 1ac5889f48127321a585886524013fcb6e2c91e3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Sep 25 15:26:59 2012 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sat Jan 05 12:00:28 2013 -0800 |
tree | 8b1035ceb0d9e962fa778ee84d9bbfcaa84234a9 | |
parent | d87aaf934f2fa24443bba7db60036b698e04d6a8 [diff] |
target-s390: Convert 64-bit MULTIPLY LOGICAL Use a new "retxl" member of CPUS290XState to return the "eXtra Low" part of a 128-bit value. That said, this will get used when two independent values need returning (e.g. quotient+remainder) as well. At the same time, shuffle the elements of CPUS390XState to get this new space from existing padding in the structure. Signed-off-by: Richard Henderson <rth@twiddle.net>