URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [smartmips-lwxs.c] - Rev 697
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O -msmartmips" } */ NOMIPS16 int scaled_indexed_word_load (int a[], int b) { return a[b]; } /* { dg-final { scan-assembler "\tlwxs\t" } } */
Go to most recent revision | Compare with Previous | Blame | View Log