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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [alpha/] [cix-1.c] - Blame information for rev 312

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

Line No. Rev Author Line
1 312 jeremybenn
/* Test that the CIX isa builtins compile.  */
2
/* { dg-do link } */
3
/* { dg-options "-mcpu=ev67" } */
4
 
5
void test_CIX (long x)
6
{
7
  volatile long sink;
8
 
9
  sink = __builtin_alpha_cttz (x);
10
  sink = __builtin_alpha_ctlz (x);
11
  sink = __builtin_alpha_ctpop (x);
12
}
13
 
14
int main() { return 0; }

powered by: WebSVN 2.1.0

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