blob: cec8d8e8e74e394e685cf9309e639d5451a23743 [file] [log] [blame]
Chris Lattner0a266af2007-04-02 20:39:48 +00001; RUN: llvm-as < %s | llc -mcpu=yonah -march=x86 | grep 'cmpltsd %xmm0, %xmm0'
Chris Lattner6dc44b02007-03-25 05:00:23 +00002target datalayout = "e-p:32:32"
3target triple = "i686-apple-darwin9"
4
Chris Lattner6dc44b02007-03-25 05:00:23 +00005
6define void @acoshf() {
7 %tmp19 = tail call <2 x double> asm sideeffect "pcmpeqd $0, $0 \0A\09 cmpltsd $0, $0", "=x,0,~{dirflag},~{fpsr},~{flags}"( <2 x double> zeroinitializer ) ; <<2 x double>> [#uses=0]
8 ret void
9}
10