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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [unaligned-memcpy-2.c] - Blame information for rev 764

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

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do compile } */
2
/* { dg-require-effective-target arm_unaligned } */
3
/* { dg-options "-O2" } */
4
 
5
#include <string.h>
6
 
7
char dest[16];
8
 
9
void aligned_dest (char *src)
10
{
11
  memcpy (dest, src, 15);
12
}
13
 
14
/* Expect a multi-word store for the main part of the copy, but subword
15
   loads/stores for the remainder.  */
16
 
17
/* { dg-final { scan-assembler-times "stmia" 1 } } */
18
/* { dg-final { scan-assembler-times "ldrh" 1 } } */
19
/* { dg-final { scan-assembler-times "strh" 1 } } */
20
/* { dg-final { scan-assembler-times "ldrb" 1 } } */
21
/* { dg-final { scan-assembler-times "strb" 1 } } */

powered by: WebSVN 2.1.0

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