diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-11-07 11:19:32 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-05-16 07:13:51 -0500 |
commit | e99c43735a413e2566b4ad36eeda6dd061a9b939 (patch) | |
tree | 0e157940b3c7c2e7b175004dd3f7c9005f9840fe /hmp-commands.hx | |
parent | f2b84b9edb0788eb25902c4ca268476b42fceb20 (diff) | |
download | qemu-e99c43735a413e2566b4ad36eeda6dd061a9b939.zip qemu-e99c43735a413e2566b4ad36eeda6dd061a9b939.tar.gz qemu-e99c43735a413e2566b4ad36eeda6dd061a9b939.tar.bz2 |
softfloat: Move the binary point to the msb
Rather than point the binary point at msb-1, put it at the msb.
Use uadd64_overflow to detect when addition overflows instead
of DECOMPOSED_OVERFLOW_BIT.
This reduces the number of special cases within the code, such
as shifting an int64_t either left or right during conversion.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hmp-commands.hx')
0 files changed, 0 insertions, 0 deletions