OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.target/] [cris/] [builtin_bswap_v8.c] - Blame information for rev 316

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

Line No. Rev Author Line
1 316 jeremybenn
/* Check that we use the swap insn for bswap by checking assembler
2
   output.  The swap instruction was added in v8.  */
3
/* { dg-do compile } */
4
/* { dg-skip-if "" { "cris*-*-elf" } { "-march*" } { "" } } */
5
/* { dg-options "-O2 -march=v8" } */
6
/* { dg-final { scan-assembler "\[ \t\]swapwb\[ \t\]" } } */
7
 
8
int
9
f (int a)
10
{
11
        return __builtin_bswap32(a);
12
}

powered by: WebSVN 2.1.0

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