/external/llvm/test/CodeGen/X86/ |
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
|
sse-minmax.ll | 25 %c = fcmp ogt double %x, %y 40 %c = fcmp olt double %x, %y 57 %c = fcmp ogt double %x, %y 74 %c = fcmp olt double %x, %y 88 %c = fcmp oge double %x, %y 100 %c = fcmp ole double %x, %y 115 %c = fcmp oge double %x, %y 130 %c = fcmp ole double %x, %y 149 %c = fcmp ogt double %x, 0.000000e+00 168 %c = fcmp olt double %x, 0.000000e+0 [all...] |
fp-stack.ll | 14 %cmp139 = fcmp ogt x86_fp80 %tmp15, %tmp6 ; <i1> [#uses=1] 16 %cmp139.1 = fcmp ogt x86_fp80 %tmp24, %maxdiag.0 ; <i1> [#uses=1]
|
fast-isel-cmp-branch2.ll | 9 %1 = fcmp oeq float %x, %y 21 %1 = fcmp ogt float %x, %y 33 %1 = fcmp oge float %x, %y 45 %1 = fcmp olt float %x, %y 57 %1 = fcmp ole float %x, %y 69 %1 = fcmp one float %x, %y 81 %1 = fcmp ord float %x, %y 93 %1 = fcmp uno float %x, %y 105 %1 = fcmp ueq float %x, %y 117 %1 = fcmp ugt float %x, % [all...] |
2011-10-19-widen_vselect.ll | 22 %0 = fcmp oeq <2 x float> undef, undef 55 %3 = fcmp ogt <2 x float> %0, zeroinitializer 58 %6 = fcmp oeq <2 x float> %2, %0
|
isint.ll | 15 %c = fcmp oeq double %d, %e 32 %c = fcmp oeq float %f, %g 49 %c = fcmp oeq double %d, %e
|
/external/llvm/test/ExecutionEngine/ |
2003-01-04-ArgumentBug.ll | 5 %cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1]
|
/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 | 14 %less = fcmp olt float %nexti, 2.0
|
/external/llvm/test/Transforms/InstCombine/ |
sitofp.ll | 5 %C = fcmp ult double %B, 128.0 10 %C = fcmp ugt double %B, -128.1 16 %C = fcmp ule double %B, 127.0 22 %C = fcmp ult double %B, 127.0
|
2012-06-06-LoadOfPHIs.ll | 12 %tmp3 = fcmp ogt double %r, %g 16 %tmp5 = fcmp ogt double %r, %b 26 %tmp9 = fcmp ogt double %g, %b 39 ; CHECK: %tmp15 = fcmp olt double %tmp13, %tmp14 42 %tmp15 = fcmp olt double %tmp13, %tmp14 47 %tmp18 = fcmp olt double %tmp13, %tmp17 58 %tmp23 = fcmp olt double %tmp14, %tmp22 79 %tmp33 = fcmp oeq double %tmp31, %tmp32 88 %tmp36 = fcmp olt double %tmp30, 5.000000e-01 152 %tmp78 = fcmp olt double %tmp77, 0.000000e+0 [all...] |
/external/clang/test/CodeGen/ |
builtins.c | 175 // CHECK: fcmp oeq float {{.*}}, 0x7FF0000000000000 179 // CHECK: fcmp oeq double {{.*}}, 0x7FF0000000000000 183 // CHECK: fcmp oeq x86_fp80 {{.*}}, 0xK7FFF8000000000000000 186 // CHECK: fcmp oeq float 188 // CHECK: fcmp une float {{.*}}, 0x7FF0000000000000 192 // CHECK: fcmp oeq float 194 // CHECK: fcmp ult float {{.*}}, 0x7FF0000000000000 195 // CHECK: fcmp uge float {{.*}}, 0x3810000000000000
|
/external/llvm/test/CodeGen/Generic/ |
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/Mips/ |
2013-11-18-fp64-const0.ll | 21 %Cmp = fcmp ule double 0.000000e+00, undef 22 %Cmp11 = fcmp ueq double 0xFDBD965CF1BB7FDA, undef
|
/external/llvm/test/CodeGen/PowerPC/ |
fsel.ll | 8 %cmp = fcmp ult double %a, 0.000000e+00 23 %cmp = fcmp ogt double %a, 0.000000e+00 39 %cmp = fcmp oeq double %a, 0.000000e+00 56 %cmp = fcmp ole double %a, %b 72 %cmp = fcmp oge double %a, %b 88 %cmp = fcmp ult double %a, %b 104 %cmp = fcmp ogt double %a, %b 120 %cmp = fcmp oeq double %a, %b
|
/external/llvm/test/CodeGen/R600/ |
fcmp.ll | 11 %cmp = fcmp oeq float %0, %1 27 %0 = fcmp oeq float %in, 5.0
|
setcc64.ll | 13 %0 = fcmp oeq double %a, %b 23 %0 = fcmp ogt double %a, %b 33 %0 = fcmp oge double %a, %b 43 %0 = fcmp olt double %a, %b 53 %0 = fcmp ole double %a, %b 67 %0 = fcmp one double %a, %b 77 %0 = fcmp ord double %a, %b 91 %0 = fcmp ueq double %a, %b 105 %0 = fcmp ugt double %a, %b 119 %0 = fcmp uge double %a, % [all...] |
/external/llvm/test/Transforms/ConstProp/ |
2008-07-07-VectorCompare.ll | 18 %foo = fcmp ueq <4 x float> <float 0.0, float 0.0, float 0.0, float 24 %foo = fcmp ueq <4 x float> <float 0.0, float 0.0, float 0.0, float 0.0>, <float 1.0, float 1.0, float 1.0, float 0.0>
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-cmp-04.ll | 16 %cmp = fcmp oeq float %res, 0.0 35 %cmp = fcmp olt float %res, 0.0 54 %cmp = fcmp ogt float %res, 0.0 73 %cmp = fcmp ueq float %res, 0.0 93 %cmp = fcmp ult float %res, 0.0 112 %cmp = fcmp ogt float %res, 0.0 132 %cmp = fcmp olt float %res, 0.0 151 %cmp = fcmp ole float %res, 0.0 171 %cmp = fcmp one float %res, 0.0 194 %cmp = fcmp une float %res, 0. [all...] |