Tom Musta 4bc02e230d target-ppc: Bug Fix: srad
Fix the check for carry in the srad helper to properly construct
the mask -- a "1ULL" must be used (instead of "1") in order to
get the desired result.

Example:

R3 8000000000000000
R4 F3511AD4A2CD4C38
srad 3,3,4

Should *not* set XER[CA] but does without this patch.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-09-08 12:50:51 +02:00
..
2014-06-24 20:01:24 +04:00
2014-06-16 13:24:46 +02:00
2014-06-16 13:24:45 +02:00
2014-09-08 12:50:51 +02:00
2013-07-01 01:11:14 +02:00
2014-06-16 13:24:45 +02:00
2014-03-05 03:06:23 +01:00
2014-09-08 12:50:50 +02:00