URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [frv/] [fr550-builtins-3.c] - Rev 318
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test prefetch support. */ /* { dg-do compile } */ #if __FRV_VLIW__ > 1 void foo (void *x) { __data_prefetch (x); } #else asm (";\tnop.p\n;\tnldub "); #endif /* { dg-final { scan-assembler "\tnop.p.*\tnldub " } } */
Go to most recent revision | Compare with Previous | Blame | View Log