OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [l_fma_float_4.c] - Blame information for rev 691

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma -mtune=generic" } */
3
 
4
/* Test that the compiler properly optimizes floating point multiply
5
   and add instructions into FMA3 instructions.  */
6
 
7
#define TYPE float
8
 
9
#include "l_fma_4.h"
10
 
11
/* { dg-final { scan-assembler-times "vfmadd132ps" 8  } } */
12
/* { dg-final { scan-assembler-times "vfmsub132ps" 8  } } */
13
/* { dg-final { scan-assembler-times "vfnmadd132ps" 8  } } */
14
/* { dg-final { scan-assembler-times "vfnmsub132ps" 8  } } */
15
/* { dg-final { scan-assembler-times "vfmadd132ss" 8  } } */
16
/* { dg-final { scan-assembler-times "vfmsub132ss" 8  } } */
17
/* { dg-final { scan-assembler-times "vfnmadd132ss" 8  } } */
18
/* { dg-final { scan-assembler-times "vfnmsub132ss" 8  } } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.