1  /* { dg-do compile } */
       2  /* { dg-skip-if "" { ! { clmcpu } } } */
       3  /* { dg-options "-mcpu=archs -Os -w -fpic" } */
       4  
       5  /* tst_movb split pattern is wrong for anything else than NPS
       6     chip.  */
       7  __bswap_32___bsx() {
       8    int a = __builtin_bswap32(__bswap_32___bsx);
       9    if (a & 1048575)
      10      zlog_warn();
      11  }