blob: babe10a8934785790b136e6dba79ca1d2689807e [file] [log] [blame]
/* { dg-skip-if "" { arm*-*-* } } */
#include <arm_neon.h>
#include "arm-neon-ref.h"
#include "compute-ref-data.h"
#define INSN_NAME vmlsl_high_lane
#define TEST_MSG "VMLSL_HIGH_LANE"
/* Expected results. */
VECT_VAR_DECL(expected, int, 32, 4) [] = { 0xffffc1d9, 0xffffc1da,
0xffffc1db, 0xffffc1dc };
VECT_VAR_DECL(expected, int, 64, 2) [] = { 0xffffffffffffc1d9,
0xffffffffffffc1da };
VECT_VAR_DECL(expected, uint, 32, 4) [] = { 0xffffc1d9, 0xffffc1da,
0xffffc1db, 0xffffc1dc };
VECT_VAR_DECL(expected, uint, 64, 2) [] = { 0xffffffffffffc1d9,
0xffffffffffffc1da };
#include "vmlXl_high_lane.inc"