URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [frv/] [fr550-builtins-3.c] - Rev 820
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