(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
advsimd-intrinsics/
vmlsl_high_n.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_n
       8  #define TEST_MSG "VMLSL_HIGH_N"
       9  
      10  /* Expected results.  */
      11  VECT_VAR_DECL(expected, int, 32, 4) [] = { 0xfffffa4b, 0xfffffa4c,
      12  					   0xfffffa4d, 0xfffffa4e };
      13  VECT_VAR_DECL(expected, int, 64, 2) [] = { 0xfffffffffffff4a6,
      14  					   0xfffffffffffff4a7 };
      15  VECT_VAR_DECL(expected, uint, 32, 4) [] = { 0xffffef01, 0xffffef02,
      16  					    0xffffef03, 0xffffef04 };
      17  VECT_VAR_DECL(expected, uint, 64, 2) [] = { 0xffffffffffffef01,
      18  					    0xffffffffffffef02 };
      19  
      20  #include "vmlXl_high_n.inc"