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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr35767-4.c] - Blame information for rev 695

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
/* Test that we generate aligned load when memory is aligned.  */
2
/* { dg-do compile } */
3
/* { dg-require-effective-target dfp } */
4
/* { dg-options "-O -march=x86-64 -mtune=generic -std=gnu99" } */
5
/* { dg-final { scan-assembler-not "movdqu" } } */
6
/* { dg-final { scan-assembler "movdqa" { target { ! x86_64-*-mingw* } } } } */
7
 
8
extern _Decimal128 foo (_Decimal128, _Decimal128, _Decimal128);
9
 
10
void
11
bar (void)
12
{
13
  foo (0, 0, 0);
14
}

powered by: WebSVN 2.1.0

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