; RUN: llc < %s -verify-machineinstrs -mtriple=arm64-none-linux-gnu -mattr=+neon | FileCheck %s define <8 x i8> @test_vget_high_s8(<16 x i8> %a) { ; CHECK-LABEL: test_vget_high_s8: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <16 x i8> %a, <16 x i8> undef, <8 x i32> ret <8 x i8> %shuffle.i } define <4 x i16> @test_vget_high_s16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_high_s16: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <2 x i32> @test_vget_high_s32(<4 x i32> %a) { ; CHECK-LABEL: test_vget_high_s32: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <4 x i32> %a, <4 x i32> undef, <2 x i32> ret <2 x i32> %shuffle.i } define <1 x i64> @test_vget_high_s64(<2 x i64> %a) { ; CHECK-LABEL: test_vget_high_s64: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <2 x i64> %a, <2 x i64> undef, <1 x i32> ret <1 x i64> %shuffle.i } define <8 x i8> @test_vget_high_u8(<16 x i8> %a) { ; CHECK-LABEL: test_vget_high_u8: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <16 x i8> %a, <16 x i8> undef, <8 x i32> ret <8 x i8> %shuffle.i } define <4 x i16> @test_vget_high_u16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_high_u16: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <2 x i32> @test_vget_high_u32(<4 x i32> %a) { ; CHECK-LABEL: test_vget_high_u32: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <4 x i32> %a, <4 x i32> undef, <2 x i32> ret <2 x i32> %shuffle.i } define <1 x i64> @test_vget_high_u64(<2 x i64> %a) { ; CHECK-LABEL: test_vget_high_u64: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <2 x i64> %a, <2 x i64> undef, <1 x i32> ret <1 x i64> %shuffle.i } define <1 x i64> @test_vget_high_p64(<2 x i64> %a) { ; CHECK-LABEL: test_vget_high_p64: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <2 x i64> %a, <2 x i64> undef, <1 x i32> ret <1 x i64> %shuffle.i } define <4 x i16> @test_vget_high_f16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_high_f16: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <2 x float> @test_vget_high_f32(<4 x float> %a) { ; CHECK-LABEL: test_vget_high_f32: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <4 x float> %a, <4 x float> undef, <2 x i32> ret <2 x float> %shuffle.i } define <8 x i8> @test_vget_high_p8(<16 x i8> %a) { ; CHECK-LABEL: test_vget_high_p8: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <16 x i8> %a, <16 x i8> undef, <8 x i32> ret <8 x i8> %shuffle.i } define <4 x i16> @test_vget_high_p16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_high_p16: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <1 x double> @test_vget_high_f64(<2 x double> %a) { ; CHECK-LABEL: test_vget_high_f64: ; CHECK: ext v0.16b, v0.16b, {{v[0-9]+}}.16b, #8 entry: %shuffle.i = shufflevector <2 x double> %a, <2 x double> undef, <1 x i32> ret <1 x double> %shuffle.i } define <8 x i8> @test_vget_low_s8(<16 x i8> %a) { ; CHECK-LABEL: test_vget_low_s8: ; CHECK: ret entry: %shuffle.i = shufflevector <16 x i8> %a, <16 x i8> undef, <8 x i32> ret <8 x i8> %shuffle.i } define <4 x i16> @test_vget_low_s16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_low_s16: ; CHECK: ret entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <2 x i32> @test_vget_low_s32(<4 x i32> %a) { ; CHECK-LABEL: test_vget_low_s32: ; CHECK: ret entry: %shuffle.i = shufflevector <4 x i32> %a, <4 x i32> undef, <2 x i32> ret <2 x i32> %shuffle.i } define <1 x i64> @test_vget_low_s64(<2 x i64> %a) { ; CHECK-LABEL: test_vget_low_s64: ; CHECK: ret entry: %shuffle.i = shufflevector <2 x i64> %a, <2 x i64> undef, <1 x i32> zeroinitializer ret <1 x i64> %shuffle.i } define <8 x i8> @test_vget_low_u8(<16 x i8> %a) { ; CHECK-LABEL: test_vget_low_u8: ; CHECK: ret entry: %shuffle.i = shufflevector <16 x i8> %a, <16 x i8> undef, <8 x i32> ret <8 x i8> %shuffle.i } define <4 x i16> @test_vget_low_u16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_low_u16: ; CHECK: ret entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <2 x i32> @test_vget_low_u32(<4 x i32> %a) { ; CHECK-LABEL: test_vget_low_u32: ; CHECK: ret entry: %shuffle.i = shufflevector <4 x i32> %a, <4 x i32> undef, <2 x i32> ret <2 x i32> %shuffle.i } define <1 x i64> @test_vget_low_u64(<2 x i64> %a) { ; CHECK-LABEL: test_vget_low_u64: ; CHECK: ret entry: %shuffle.i = shufflevector <2 x i64> %a, <2 x i64> undef, <1 x i32> zeroinitializer ret <1 x i64> %shuffle.i } define <1 x i64> @test_vget_low_p64(<2 x i64> %a) { ; CHECK-LABEL: test_vget_low_p64: ; CHECK: ret entry: %shuffle.i = shufflevector <2 x i64> %a, <2 x i64> undef, <1 x i32> zeroinitializer ret <1 x i64> %shuffle.i } define <4 x i16> @test_vget_low_f16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_low_f16: ; CHECK: ret entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <2 x float> @test_vget_low_f32(<4 x float> %a) { ; CHECK-LABEL: test_vget_low_f32: ; CHECK: ret entry: %shuffle.i = shufflevector <4 x float> %a, <4 x float> undef, <2 x i32> ret <2 x float> %shuffle.i } define <8 x i8> @test_vget_low_p8(<16 x i8> %a) { ; CHECK-LABEL: test_vget_low_p8: ; CHECK: ret entry: %shuffle.i = shufflevector <16 x i8> %a, <16 x i8> undef, <8 x i32> ret <8 x i8> %shuffle.i } define <4 x i16> @test_vget_low_p16(<8 x i16> %a) { ; CHECK-LABEL: test_vget_low_p16: ; CHECK: ret entry: %shuffle.i = shufflevector <8 x i16> %a, <8 x i16> undef, <4 x i32> ret <4 x i16> %shuffle.i } define <1 x double> @test_vget_low_f64(<2 x double> %a) { ; CHECK-LABEL: test_vget_low_f64: ; CHECK: ret entry: %shuffle.i = shufflevector <2 x double> %a, <2 x double> undef, <1 x i32> zeroinitializer ret <1 x double> %shuffle.i }