/external/llvm/test/Transforms/InstCombine/ |
select-2.ll | 24 %t1 = fcmp ogt float %x, %y
|
/external/llvm/test/Transforms/SCCP/ |
apint-ipsccp4.ll | 35 %B = fcmp oge float %A, 1.0
|
/system/core/libpixelflinger/codeflinger/ |
mips_disassem.c | 115 /*48 */ "fcmp.f","fcmp.un","fcmp.eq","fcmp.ueq","fcmp.olt","fcmp.ult", 116 "fcmp.ole","fcmp.ule", 117 /*56 */ "fcmp.sf","fcmp.ngle","fcmp.seq","fcmp.ngl","fcmp.lt","fcmp.nge" [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-neon-select_cc.ll | 20 %cmp31 = fcmp oeq float %a, %b 29 %cmp31 = fcmp oeq double %a, %b 51 %cmp31 = fcmp oeq float %a, %b 61 %cmp31 = fcmp oeq double %a, %b 141 %cmp31 = fcmp oeq float %a, %b 151 %cmp31 = fcmp oeq float %a, %b 161 %cmp31 = fcmp oeq float %a, %b 182 %cmp31 = fcmp oeq double %a, %b 203 %cmp31 = fcmp oeq double %a, %b
|
arm64-2011-03-09-CPSRSpill.ll | 22 %2 = fcmp ult float %1, 0xBF847AE140000000
|
aarch64-neon-v1i1-setcc.ll | 23 ; CHECK: fcmp {{d[0-9]+}}, {{d[0-9]+}} 24 %1 = fcmp oeq <1 x double> %v1, %v2 43 %1 = fcmp oeq <1 x double> %v1, %v2
|
arm64-neon-v1i1-setcc.ll | 19 ; CHECK: fcmp {{d[0-9]+}}, {{d[0-9]+}} 20 %1 = fcmp oeq <1 x double> %v1, %v2 39 %1 = fcmp oeq <1 x double> %v1, %v2
|
neon-compare-instructions.ll | [all...] |
arm64-vcmp.ll | 10 %tmp = fcmp olt <4 x float> %a, zeroinitializer 192 %tst = fcmp oeq <1 x double> %A, %B 200 %tst = fcmp oge <1 x double> %A, %B 208 %tst = fcmp ole <1 x double> %A, %B 216 %tst = fcmp ogt <1 x double> %A, %B 224 %tst = fcmp olt <1 x double> %A, %B
|
cond-sel.ll | 32 %tst1 = fcmp one float %lhs32, %rhs32 33 ; CHECK: fcmp {{s[0-9]+}}, {{s[0-9]+}} 34 ; CHECK-NOFP-NOT: fcmp 43 %tst2 = fcmp ueq double %lhs64, %rhs64 44 ; CHECK: fcmp {{d[0-9]+}}, {{d[0-9]+}} 45 ; CHECK-NOFP-NOT: fcmp
|
/external/llvm/test/CodeGen/Mips/ |
fpbr.ll | 23 %cmp = fcmp oeq float %f2, %f3 56 %cmp = fcmp olt float %f2, %f3 85 %cmp = fcmp ugt float %f2, %f3 115 %cmp = fcmp oeq double %f2, %f3 144 %cmp = fcmp olt double %f2, %f3 173 %cmp = fcmp ugt double %f2, %f3
|
fcmp.ll | 13 %1 = fcmp false float %a, %b 39 %1 = fcmp oeq float %a, %b 65 %1 = fcmp ogt float %a, %b 91 %1 = fcmp oge float %a, %b 117 %1 = fcmp olt float %a, %b 143 %1 = fcmp ole float %a, %b 171 %1 = fcmp one float %a, %b 199 %1 = fcmp ord float %a, %b 225 %1 = fcmp ueq float %a, %b 251 %1 = fcmp ugt float %a, % [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
2008-09-12-CoalescerBug.ll | 36 %17 = fcmp olt float %14, 0.000000e+00 ; <i1> [#uses=0] 37 %18 = fcmp olt float %16, 0.000000e+00 ; <i1> [#uses=1] 41 %19 = fcmp ogt float %16, 6.553500e+04 ; <i1> [#uses=1] 75 %44 = fcmp olt float %41, 0.000000e+00 ; <i1> [#uses=0] 76 %45 = fcmp olt float %43, 0.000000e+00 ; <i1> [#uses=1] 80 %46 = fcmp ogt float %43, 6.553500e+04 ; <i1> [#uses=0] 95 %57 = fcmp olt float %54, 0.000000e+00 ; <i1> [#uses=0] 96 %58 = fcmp olt float %56, 0.000000e+00 ; <i1> [#uses=0] 118 %80 = fcmp olt float %77, 0.000000e+00 ; <i1> [#uses=1] 122 %81 = fcmp ogt float %77, 6.553500e+04 ; <i1> [#uses=1 [all...] |
ppc64-toc.ll | 38 %cmp = fcmp oeq double %a, 2.000000e+00 51 %cmp = fcmp oeq double %0, %a
|
return-val-i128.ll | 11 %tmp2 = fcmp olt float %tmp1, 0.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/R600/ |
big_alu.ll | 16 %7 = fcmp ugt float %6, 0.000000e+00 21 %12 = fcmp ugt float %11, 0.000000e+00 26 %17 = fcmp ugt float %16, 0.000000e+00 79 %70 = fcmp oge float %69, 3.500000e+00 87 %77 = fcmp oge float %76, 2.000000e+00 432 %413 = fcmp oge float 2.200000e+03, %179 469 %441 = fcmp oge float %temp92.0, %440 494 %463 = fcmp olt float 0x3FEFDF3B60000000, %temp92.0 497 %466 = fcmp oge float %446, %462 538 %499 = fcmp oge float %481, %49 [all...] |
schedule-fs-loop-nested-if.ll | 10 %4 = fcmp ult float %1, 0.000000e+00 15 %9 = fcmp ult float %0, 5.700000e+01 26 %20 = fcmp ult float %0, 0.000000e+00
|
/external/llvm/test/CodeGen/ARM/ |
fnegs.ll | 24 %3 = fcmp olt double %2, 1.234000e+00 ; <i1> [#uses=1] 51 %3 = fcmp olt double %2, 1.234000e+00 ; <i1> [#uses=1]
|
ifcvt11.ll | 28 %5 = fcmp uge double %3, %4 39 %7 = fcmp uge double %3, %6
|
/external/llvm/test/CodeGen/NVPTX/ |
noduplicate-syncthreads.ll | 18 %cmp = fcmp olt double %conv, 1.000000e+01 45 %cmp8 = fcmp olt double %conv7, 1.000000e+01
|
/external/llvm/test/Feature/ |
intrinsics.ll | 42 fcmp uno float 1.000000e+00, 2.000000e+00 ; <i1>:1 [#uses=0] 43 fcmp uno double 3.000000e+00, 4.000000e+00 ; <i1>:2 [#uses=0]
|
/external/llvm/test/Transforms/LoopVectorize/ |
hoist-loads.ll | 20 %cmp3 = fcmp oeq float %0, 0.000000e+00 52 %cmp3 = fcmp oeq float %0, 0.000000e+00
|
/external/llvm/test/CodeGen/Thumb2/ |
inflate-regs.ll | 39 %cmp = fcmp ogt float %add, 0.000000e+00
|
/external/llvm/test/CodeGen/X86/ |
peephole-multiple-folds.ll | 21 %c = fcmp oeq float %vsum1.next.1, 0.0
|
/external/clang/test/CodeGenCXX/ |
reference-cast.cpp | 89 // CHECK: fcmp une float 94 // CHECK: fcmp une float 98 // CHECK: fcmp une float
|