Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/mips: Set set_default_nan_mode with set_snan_bit_is_one | Richard Henderson | 2021-05-16 | 1 | -2/+8 |
| | | | | | | | | | This behavior is currently hard-coded in parts_silence_nan, but setting this bit properly will allow this to be cleaned up. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||||
* | target/mips: Extract FPU helpers to 'fpu_helper.h' | Philippe Mathieu-Daudé | 2021-01-14 | 1 | -0/+59 |
Extract FPU specific helpers from "internal.h" to "fpu_helper.h". Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201120210844.2625602-2-f4bug@amsat.org> |