OSDN Git Service

* expmed.c (store_bit_field_1): Properly truncate the paradoxical
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / mips / fix-vr4130-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-march=vr4130 -mfix-vr4130" } */
3 NOMIPS16 unsigned int
4 foo (unsigned int x, unsigned int y)
5 {
6   return x % y;
7 }
8 /* { dg-final { scan-assembler "\tmacchi\t" } } */