(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
thumb1-imm.c
       1  /* Check for thumb1 imm [255-510] moves.  */
       2  /* { dg-require-effective-target arm_thumb1_ok } */
       3  /* { dg-options "-Os" } */
       4  /* { dg-skip-if "" { ! { arm_thumb1 } } } */
       5  
       6  int f()
       7  {
       8    return 257;
       9  }
      10  
      11  /* { dg-final { scan-assembler-not "ldr" } } */
      12