1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
4 %struct.int32x4_t = type { <4 x i32> }
6 define void @t() nounwind {
8 ; CHECK: vmov.I64 q15, #0
9 ; CHECK: vmov.32 d30[0],
11 %tmp = alloca %struct.int32x4_t, align 16
12 call void asm sideeffect "vmov.I64 q15, #0\0Avmov.32 d30[0], $1\0Avmov ${0:q}, q15\0A", "=*w,r,~{d31},~{d30}"(%struct.int32x4_t* %tmp, i32 8192) nounwind
17 %struct.int32x2_t = type { <4 x i32> }
19 define void @t2() nounwind {
21 ; CHECK: vmov d30, d16
22 ; CHECK: vmov.32 r0, d30[0]
23 %asmtmp2 = tail call i32 asm sideeffect "vmov d30, $1\0Avmov.32 $0, d30[0]\0A", "=r,w,~{d30}"(<2 x i32> undef) nounwind