xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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