/external/llvm/test/CodeGen/X86/ |
v8i1-masks.ll | 15 %m0 = fcmp olt <8 x float> %v1, %v0 17 %m1 = fcmp olt <8 x float> %v2, %v0 33 %m0 = fcmp olt <8 x float> %v1, %v0
|
2008-10-24-FlippedCompare.ll | 5 %0 = fcmp ogt float %wt, 0.000000e+00 ; <i1> [#uses=1]
|
2011-09-18-sse2cmp.ll | 8 %max_is_x = fcmp oge <2 x double> %x, %y
|
fp-stack-compare-cmov.ll | 8 %tmp16 = fcmp olt float %tmp, 0.000000e+00
|
fp-stack-compare.ll | 10 %tmp16 = fcmp olt float %tmp, 0.000000e+00
|
legalize-fmp-oeq-vector-select.ll | 6 %cmp = fcmp oeq float %a, 0.000000e+00 ; <i1> [#uses=1]
|
pr9127.ll | 7 %cmp = fcmp oeq double %tmp2, %d
|
scalar_sse_minmax.ll | 6 %tmp = fcmp olt float %x, %y 14 %tmp = fcmp olt double %x, %y 32 %tmp = fcmp uge float %x, %y 40 %tmp = fcmp uge double %x, %y
|
/external/llvm/test/CodeGen/ARM/ |
2009-09-09-fpcmp-ole.ll | 8 %4 = fcmp ugt double %2, %3
|
fpcmp-f64-neon-opt.ll | 9 %cmp = fcmp une double %x, 0.000000e+00
|
fpcmp_ueq.ll | 12 %tmp = fcmp ueq float %a,%b
|
vminmaxnm.ll | 51 %cmp = fcmp olt float %a, %b 62 %cmp = fcmp ole double %a, %b 73 %cmp = fcmp ogt float %a, %b 84 %cmp = fcmp oge double %a, %b 95 %cmp = fcmp ult float %a, %b 106 %cmp = fcmp ule float %a, %b 117 %cmp = fcmp ugt float %a, %b 128 %cmp = fcmp uge double %a, %b 139 %cmp = fcmp ogt float %a, %b 150 %cmp = fcmp oge float %a, % [all...] |
/external/llvm/test/CodeGen/Generic/ |
2009-04-10-SinkCrash.ll | 8 %tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
|
select-cc.ll | 6 %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
|
nested-select.ll | 9 %tmp.55 = fcmp oge double 0.000000e+00, 1.000000e+00 ; <i1> [#uses=1] 15 %tmp.75 = fcmp oge double %tmp.66, 1.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
select-cc.ll | 6 %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/R600/ |
selectcc-cnd.ll | 8 %2 = fcmp oeq float %1, 0.0
|
fcmp.ll | 11 %cmp = fcmp oeq float %0, %1 27 %0 = fcmp oeq float %in, 5.0
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
2003-01-04-ArgumentBug.ll | 4 %cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1]
|
2003-01-10-FUCOM.ll | 6 %Z = fcmp oeq double %X, %Y ; <i1> [#uses=0]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
a64-ignored-fields.txt | 8 # CHECK: fcmp s31, #0.0 // encoding: [0xe8,0x23,0x20,0x1e]
|
arm64-canonical-form.txt | 13 # CHECK: fcmp s0, #0.0
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2009-04-27-Floating.ll | 18 %less = fcmp olt float %nexti, 2.0
|
/external/llvm/test/Transforms/InstSimplify/ |
floating-point-compare.ll | 25 %uge = fcmp uge float %add, 0.000000e+00 34 %uge = fcmp uge double %b, 0.000000e+00 43 %olt = fcmp olt float %b, 0.000000e+00 56 %olt = fcmp olt double %b, 0.000000e+00
|
/external/llvm/test/CodeGen/Mips/ |
2013-11-18-fp64-const0.ll | 21 %Cmp = fcmp ule double 0.000000e+00, undef 22 %Cmp11 = fcmp ueq double 0xFDBD965CF1BB7FDA, undef
|