(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
advsimd-intrinsics/
vmlsl_high_lane.c
       1  /* { dg-skip-if "" { arm*-*-* } } */
       2  
       3  #include <arm_neon.h>
       4  #include "arm-neon-ref.h"
       5  #include "compute-ref-data.h"
       6  
       7  #define INSN_NAME vmlsl_high_lane
       8  #define TEST_MSG "VMLSL_HIGH_LANE"
       9  
      10  /* Expected results.  */
      11  VECT_VAR_DECL(expected, int, 32, 4) [] = { 0xffffc1d9, 0xffffc1da,
      12  					   0xffffc1db, 0xffffc1dc };
      13  VECT_VAR_DECL(expected, int, 64, 2) [] = { 0xffffffffffffc1d9,
      14  					   0xffffffffffffc1da };
      15  VECT_VAR_DECL(expected, uint, 32, 4) [] = { 0xffffc1d9, 0xffffc1da,
      16  					    0xffffc1db, 0xffffc1dc };
      17  VECT_VAR_DECL(expected, uint, 64, 2) [] = { 0xffffffffffffc1d9,
      18  					    0xffffffffffffc1da };
      19  
      20  #include "vmlXl_high_lane.inc"