softfloat: add float128_to_int128
commitbea592300b387fa62fda59878886eb84fe373374
authorMatheus Ferst <matheus.ferst@eldorado.org.br>
Wed, 30 Mar 2022 17:59:30 +0000 (30 14:59 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 20 Apr 2022 21:00:30 +0000 (20 18:00 -0300)
tree95ac324a019eff6a28ecea7b80f99436f475fdc2
parent4de49ddfacd8154eba5f2de897c732175d80af5f
softfloat: add float128_to_int128

Implements float128_to_int128 based on parts_float_to_int logic.

Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220330175932.6995-7-matheus.ferst@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
fpu/softfloat.c
include/fpu/softfloat.h
include/qemu/int128.h