URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [dsp-lhx.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test MIPS32 DSP LHX instruction */ /* { dg-do compile } */ /* { dg-options "-mgp32 -mdsp -O2" } */ /* { dg-final { scan-assembler "\tlhx\t" } } */ NOMIPS16 signed short test (signed short *a, int index) { return a[index]; }
Go to most recent revision | Compare with Previous | Blame | View Log