brintos

brintos / llvm-project-archived public Read only

0
0
Text · 387 B · 5713804 Raw
13 lines · plain
1; RUN: llc < %s -mcpu=yonah -no-integrated-as | FileCheck %s2 3target datalayout = "e-p:32:32"4target triple = "i686-apple-darwin9"5 6; CHECK: {{cmpltsd %xmm0, %xmm0}}7 8define void @acoshf() {9	%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]10	ret void11}12 13