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 e6a5f237bc FPU: Implement fmul[s]
This implements the fmul and fmuls instructions.

For fmul[s] with denormalized operands we normalize the inputs
before doing the multiplication, to eliminate the need for doing
count-leading-zeroes on P.  This adds 3 or 5 cycles to the
execution time when one or both operands are denormalized.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
4 years ago
..
Makefile tests: Add a test for FP loads and stores 4 years ago
fpu.c FPU: Implement fmul[s] 4 years ago
head.S tests/fpu: Add tests for basic FPSCR function and interrupt generation 4 years ago
powerpc.lds tests: Add a test for FP loads and stores 4 years ago