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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [rotate-1.c] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
/* Verify that rolb instruction is emitted on IA-32/x86-64.  */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
 
5
void foo (unsigned char *);
6
 
7
int
8
main (void)
9
{
10
  unsigned char c = 0;
11
  foo (&c);
12
  c = c >> 1 | c << 7;
13
  return c;
14
}
15
 
16
/* { dg-final { scan-assembler "rolb" { target i?86-*-* x86_64-*-* } } } */

powered by: WebSVN 2.1.0

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