You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microwatt/tests/fpu
Paul Mackerras f2166d326c tests/fpu: Add a test for result writing being suppressed
When an arithmetic instruction generates an invalid operation
exception or a divide by zero exception, and that exception is enabled
in the FPSCR, the writing of the result to the destination register
should be suppressed, leaving whatever value was last written in the
destination.  Add a check that this occurs correctly, for the cases of
square root of a negative number (invalid operation exception) and
division by zero (zero divide exception).

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2 weeks ago
..
Makefile tests: Add a test for FP loads and stores 5 years ago
fpu.c tests/fpu: Add a test for result writing being suppressed 2 weeks ago
head.S tests/fpu: Add tests for basic FPSCR function and interrupt generation 5 years ago
powerpc.lds tests: Add a test for FP loads and stores 5 years ago