]> git.ipfire.org Git - thirdparty/qemu.git/commit
softfloat: Convert floatx80_add/sub to FloatParts
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Nov 2020 00:40:57 +0000 (16:40 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Jun 2021 21:09:02 +0000 (14:09 -0700)
commitc1b6299be12d744f3baeb53f84ab5e018ec642b8
tree1b50ee5a679617bec182b3eb7d8db1f85c99e977
parent7ccae4ce7e4bb7c2f873986b6b6b0fc680e0a8bd
softfloat: Convert floatx80_add/sub to FloatParts

Since this is the first such, this includes all of the
packing and unpacking routines as well.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat.c