xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mcpu=yonah -march=x86 -no-integrated-as | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32"
4*9880d681SAndroid Build Coastguard Workertarget triple = "i686-apple-darwin9"
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker; CHECK: {{cmpltsd %xmm0, %xmm0}}
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Workerdefine void @acoshf() {
9*9880d681SAndroid Build Coastguard Worker	%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*9880d681SAndroid Build Coastguard Worker	ret void
11*9880d681SAndroid Build Coastguard Worker}
12*9880d681SAndroid Build Coastguard Worker
13