URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [xchg-2.c] - Rev 724
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Os" } */ unsigned short good(unsigned short a) { return (a >> 8 | a << 8); } /* { dg-final { scan-assembler "xchgb" } } */
Go to most recent revision | Compare with Previous | Blame | View Log