HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 376 - 400 of 563) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
2007-03-01-SpillerCrash.ll 64 fcmp ogt float %39, 0.000000e+00 ; <i1>:40 [#uses=1]
avx512vl-mov.ll 239 %mask = fcmp one <8 x float> %mask1, zeroinitializer
250 %mask = fcmp one <8 x float> %mask1, zeroinitializer
261 %mask = fcmp one <8 x float> %mask1, zeroinitializer
272 %mask = fcmp one <8 x float> %mask1, zeroinitializer
tail-opts.ll 135 %tmp12 = fcmp olt float %tmp8, %tmp11
139 %tmp23469 = fcmp olt float %tmp5, %tmp8
143 %tmp23 = fcmp olt float %tmp5, %tmp11
  /external/llvm/test/Transforms/BBVectorize/
cycle.ll 102 %cmp = fcmp olt double %call, 0x3CB0000000000000
  /external/llvm/test/Transforms/StructurizeCFG/
post-order-traversal-bug.ll 36 %cmp3 = fcmp une float %tmp1, %tmp3
  /external/llvm/utils/emacs/
llvm-mode.el 45 `(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad") 'symbols) . font-lock-keyword-face)
  /external/llvm/utils/kate/
llvm.xml 160 <item> fcmp </item>
  /external/llvm/lib/IR/
ConstantsContext.h 232 // behind the scenes to implement ICmp and FCmp constant expressions. This is
505 case Instruction::FCmp:
506 return new CompareConstantExpr(Ty, Instruction::FCmp, SubclassData,
  /external/llvm/test/CodeGen/AArch64/
combine-comparisons-by-cse.ll 355 ; fcmp d8, #0.0
368 ; CHECK: fcmp d8, #0.0
389 %cmp9 = fcmp ogt double %call2, 0.000000e+00
  /external/llvm/test/CodeGen/R600/
pv.ll 183 %175 = fcmp uge float %132, 0.000000e+00
185 %177 = fcmp uge float %147, 0.000000e+00
188 %180 = fcmp ult float %132, 0.000000e+00
  /external/llvm/test/Transforms/InstCombine/
or.ll 233 %tmp9 = fcmp uno double %X, 0.000000e+00 ; <i1> [#uses=1]
234 %tmp13 = fcmp uno double %Y, 0.000000e+00 ; <i1> [#uses=1]
239 ; CHECK: = fcmp uno double %Y, %X
  /external/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/llvm/test/Transforms/Scalarizer/
basic.ll 41 ; CHECK: %cmp.i0 = fcmp ogt float %call.i0, 1.0
43 ; CHECK: %cmp.i1 = fcmp ogt float %call.i1, 2.0
45 ; CHECK: %cmp.i2 = fcmp ogt float %call.i2, 3.0
47 ; CHECK: %cmp.i3 = fcmp ogt float %call.i3, 4.0
80 %cmp = fcmp ogt <4 x float> %call,
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 566 void MacroAssembler::Fcmp(const FPRegister& fn, const FPRegister& fm) {
568 fcmp(fn, fm);
572 void MacroAssembler::Fcmp(const FPRegister& fn, double value) {
578 fcmp(fn, tmp);
580 fcmp(fn, value);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
232 self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1)))
234 self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1)))
348 self.assertTrue(not fcmp(divmod(3.25, 1.0), (3.0, 0.25)))
349 self.assertTrue(not fcmp(divmod(-3.25, 1.0), (-4.0, 0.75)))
350 self.assertTrue(not fcmp(divmod(3.25, -1.0), (-4.0, -0.75)))
351 self.assertTrue(not fcmp(divmod(-3.25, -1.0), (3.0, -0.25)))
6 run_unittest, check_py3k_warnings namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
232 self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1)))
234 self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1)))
348 self.assertTrue(not fcmp(divmod(3.25, 1.0), (3.0, 0.25)))
349 self.assertTrue(not fcmp(divmod(-3.25, 1.0), (-4.0, 0.75)))
350 self.assertTrue(not fcmp(divmod(3.25, -1.0), (-4.0, -0.75)))
351 self.assertTrue(not fcmp(divmod(-3.25, -1.0), (3.0, -0.25)))
6 run_unittest, check_py3k_warnings namespace
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 132 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
162 On the other hand, LLVM specifies that the `fcmp
166 combine the fcmp instruction with a `uitofp
815 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
    [all...]
OCamlLangImpl7.rst 475 %cmptmp = fcmp ult double %x2, 3.000000e+00
477 %ifcond = fcmp one double %booltmp, 0.000000e+00
513 %cmptmp = fcmp ult double %x, 3.000000e+00
515 %ifcond = fcmp one double %booltmp, 0.000000e+00
544 %cmptmp = fcmp ult double %x, 3.000000e+00
546 %ifcond = fcmp ueq double %booltmp, 0.000000e+00
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 310 case Instruction::FCmp:
  /external/llvm/test/CodeGen/ARM/
2009-11-13-ScavengerAssert2.ll 91 %66 = fcmp olt float %48, %65 ; <i1> [#uses=1]
2009-11-13-VRRewriterCrash.ll 45 %20 = fcmp ogt float %19, 0x3F1A36E2E0000000 ; <i1> [#uses=1]
fast-isel-align.ll 72 %4 = fcmp une float %3, 0.000000e+00
fp16-promote.ll 164 ; Test only two variants of fcmp. These get translated to f32 vcmpe
180 %r = fcmp une half %a, %b
199 %r = fcmp ueq half %a, %b
219 %c = fcmp uge half %a, %b
  /external/llvm/test/CodeGen/Generic/
select.ll 131 %b = fcmp ole float %p, %z ; <i1> [#uses=2]
  /external/llvm/test/CodeGen/Mips/msa/
llvm-stress-s3997499501.ll 84 %Cmp36 = fcmp oge double 0xC2C3BAE2D5C18360, 0xC2C3BAE2D5C18360

Completed in 355 milliseconds

<<11121314151617181920>>