Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / umips-movep-2.c
blob5a3a8419eee4d4e8a7a88b89fab60290b8fc67ff
1 /* Check that we can generate the MOVEP instruction. */
2 /* { dg-options "-fpeephole2 -mgp32 (-mmicromips)" } */
3 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
5 int bar (int, int);
7 int MICROMIPS
8 foo (int n, int a)
10 return bar (0, 0);
13 /* { dg-final { scan-assembler "\tmovep\t\\\$4,\\\$5,\\\$0,\\\$0" } } */