HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 326 - 350 of 497) sorted by null

<<11121314151617181920

  /external/llvm/test/CodeGen/ARM/
spill-q.ll 80 %22 = fcmp ogt <4 x float> %besterror.0.2264, %21 ; <<4 x i1>> [#uses=0]
  /external/llvm/test/CodeGen/Thumb2/
thumb2-spill-q.ll 80 %22 = fcmp ogt <4 x float> %besterror.0.2264, %21 ; <<4 x i1>> [#uses=0]
  /external/llvm/test/CodeGen/X86/
2007-03-01-SpillerCrash.ll 64 fcmp ogt float %39, 0.000000e+00 ; <i1>:40 [#uses=1]
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/JitListener/
test-common-symbols.ll 25 %cmp = fcmp olt double %1, 1.000000e+00, !dbg !23
  /external/llvm/test/Transforms/BBVectorize/
cycle.ll 102 %cmp = fcmp olt double %call, 0x3CB0000000000000
  /external/llvm/utils/emacs/
llvm-mode.el 40 `(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad") 'words) . font-lock-keyword-face)
  /external/llvm/utils/kate/
llvm.xml 160 <item> fcmp </item>
  /external/vixl/test/
test-simulator-a64.cc     [all...]
test-disasm-a64.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 236 // behind the scenes to implement ICmp and FCmp constant expressions. This is
463 if (V.opcode == Instruction::FCmp)
464 return new CompareConstantExpr(Ty, Instruction::FCmp, V.subclassdata,
  /external/llvm/test/CodeGen/PowerPC/
vsx.ll 215 %m = fcmp oeq <4 x float> %c, %d
227 %m = fcmp ueq <4 x float> %c, %d
269 %m = fcmp oeq <2 x double> %c, %d
  /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/
load-cmp.ll 88 %R = fcmp oeq double %Q, 1.0
159 %R = fcmp ogt double %Q, 0.0
175 %R = fcmp olt double %Q, 0.0
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 551 void MacroAssembler::Fcmp(const FPRegister& fn, const FPRegister& fm) {
553 fcmp(fn, fm);
557 void MacroAssembler::Fcmp(const FPRegister& fn, double value) {
563 fcmp(fn, tmp);
565 fcmp(fn, value);
    [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,
  /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/lib/Analysis/
InstructionSimplify.cpp 392 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse);
393 if (FCmp == Cond) {
396 FCmp = getFalse(Cond->getType());
397 } else if (!FCmp) {
402 FCmp = getFalse(Cond->getType());
407 if (TCmp == FCmp)
417 if (match(FCmp, m_Zero()))
421 // is equal to "Cond || FCmp".
423 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse))
427 if (match(FCmp, m_One()) && match(TCmp, m_Zero())
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 246 * CHECK: @const_fcmp = global i1 fcmp ole
282 ignore (define_global "const_fcmp" (const_fcmp Fcmp.Ole ffoldbomb ffive) m);
    [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/Target/PowerPC/
README.txt 849 %tmp3 = fcmp ole double %x, %y ; <i1> [#uses=1]
856 %tmp3 = fcmp one double %x, %y ; <i1> [#uses=1]
863 %tmp3 = fcmp ugt double %x, %y ; <i1> [#uses=1]
877 %Cond = fcmp ugt double %D, -0.000000e+00 ; <i1> [#uses=1]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 628 case Instruction::FCmp:
710 case Instruction::FCmp:
711 assert(NewOps.size() == 2 && "fcmp with #ops != 2");
790 case Instruction::FCmp:
    [all...]

Completed in 2719 milliseconds

<<11121314151617181920