(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
small-multiply-m1-2.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target arm_thumb1_ok } */
       3  /* { dg-skip-if "do not override -mcpu" { *-*-* } { "-mcpu=*" "-march=*" } { "-mcpu=cortex-m1.small-multiply" } } */
       4  /* { dg-options "-mcpu=cortex-m1.small-multiply -mthumb -Os" } */
       5  
       6  int
       7  test (int a)
       8  {
       9    return a * 0x123456;
      10  }
      11  
      12  /* { dg-final { scan-assembler "\[\\t \]+mul" } } */