2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s -o %t1
|
2009-08-03 16:12:53 +08:00
|
|
|
; RUN: grep "subq.*\\\$72, \\\%rsp" %t1
|
|
|
|
; RUN: grep "movaps \\\%xmm8, 32\\\(\\\%rsp\\\)" %t1
|
|
|
|
; RUN: grep "movaps \\\%xmm7, 48\\\(\\\%rsp\\\)" %t1
|
2010-05-08 01:03:48 +08:00
|
|
|
target triple = "x86_64-pc-mingw64"
|
2009-06-04 10:32:04 +08:00
|
|
|
|
|
|
|
define i32 @a() nounwind {
|
|
|
|
entry:
|
|
|
|
tail call void asm sideeffect "", "~{xmm7},~{xmm8},~{dirflag},~{fpsr},~{flags}"() nounwind
|
|
|
|
ret i32 undef
|
|
|
|
}
|
|
|
|
|