1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mcpu=generic -mtriple=x86_64-mingw32 < %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; CHECK: subq $40, %rsp 3*9880d681SAndroid Build Coastguard Worker; CHECK: movaps %xmm8, 16(%rsp) 4*9880d681SAndroid Build Coastguard Worker; CHECK: movaps %xmm7, (%rsp) 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Workerdefine i32 @a() nounwind { 7*9880d681SAndroid Build Coastguard Workerentry: 8*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{xmm7},~{xmm8},~{dirflag},~{fpsr},~{flags}"() nounwind 9*9880d681SAndroid Build Coastguard Worker ret i32 undef 10*9880d681SAndroid Build Coastguard Worker} 11