c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / rldicr-0.c
blob180e71259af97d3a9f38bcbc6db61ef099240f09
1 /* { dg-do compile { target lp64 } } */
2 /* { dg-options "-O2" } */
4 /* { dg-final { scan-assembler-times {(?n)^\s+[a-z]} 1799 } } */
5 /* { dg-final { scan-assembler-times {(?n)^\s+blr} 900 } } */
7 /* { dg-final { scan-assembler-times {(?n)^\s+rldic} 870 } } */
8 /* { dg-final { scan-assembler-times {(?n)^\s+rotldi} 29 } } */
11 #define CR
12 #define SL
13 #define SR
15 #include "rldicx.h"