aboutsummaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2020-11-07 11:19:32 -0800
committerRichard Henderson <richard.henderson@linaro.org>2021-05-16 07:13:51 -0500
commite99c43735a413e2566b4ad36eeda6dd061a9b939 (patch)
tree0e157940b3c7c2e7b175004dd3f7c9005f9840fe /hmp-commands.hx
parentf2b84b9edb0788eb25902c4ca268476b42fceb20 (diff)
downloadqemu-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