HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 501 - 525 of 742) sorted by null

<<21222324252627282930

  /external/v8/test/cctest/
test-disasm-arm64.cc     [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
163 instruction <../LangRef.html#fcmp-instruction>`_ always returns an 'i1' value (a
166 combine the fcmp instruction with a `uitofp
815 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
    [all...]
LangImpl3.rst 200 On the other hand, LLVM specifies that the `fcmp
201 instruction <../LangRef.html#fcmp-instruction>`_ always returns an 'i1' value (a
204 combine the fcmp instruction with a `uitofp
LangImpl5.rst 198 %ifcond = fcmp one double %x, 0.000000e+00
234 the result to 0.0 with the "``fcmp one``" instruction ('one' is "Ordered
588 %cmptmp = fcmp ult double %i, %n
590 %loopcond = fcmp one double %booltmp, 0.000000e+00
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/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 582 void MacroAssembler::Fcmp(const FPRegister& fn, const FPRegister& fm) {
584 fcmp(fn, fm);
588 void MacroAssembler::Fcmp(const FPRegister& fn, double value) {
594 fcmp(fn, tmp);
596 fcmp(fn, value);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /toolchain/binutils/binutils-2.25/include/opcode/
hppa.h 156 h cbit for fcmp
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic80-opc.c 788 {"fcmp.dd", OP_REG(0x3EA) | PD(0) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22_E, REG_DEST} },
789 {"fcmp.ds", OP_REG(0x3EA) | PD(0) | P2(0) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E, REG_22, REG_DEST} },
790 {"fcmp.sd", OP_LI(0x3EB) | PD(0) | P2(1) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, REG_22_E, REG_DEST} },
791 {"fcmp.sd", OP_REG(0x3EA) | PD(0) | P2(1) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, REG_22_E, REG_DEST} },
792 {"fcmp.ss", OP_LI(0x3EB) | PD(0) | P2(0) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, REG_22, REG_DEST} },
793 {"fcmp.ss", OP_REG(0x3EA) | PD(0) | P2(0) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, REG_22, REG_DEST} },
    [all...]
  /external/llvm/test/CodeGen/X86/
fold-vector-shuffle-crash.ll 245 %Cmp164 = fcmp uge double 0xE603EE221901D6A0, 0xE603EE221901D6A0
305 %Cmp204 = fcmp oeq <4 x float> %BC53, %BC53
328 %Cmp219 = fcmp ole <2 x float> %FC170, %FC99
2011-11-22-AVX2-Domains.ll 82 %bincmp774 = fcmp ogt <8 x float> %binop16.i20548, zeroinitializer
brcond.ll 93 %3 = fcmp oeq double %2, 0.000000e+00 ; <i1> [#uses=1]
fp128-cast.ll 176 %cmp = fcmp ogt fp128 %v, 0xL00000000000000003FFF000000000000
  /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
  /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
llvm-stress-s525530439.ll 42 %Cmp18 = fcmp ugt float 0xC5ABB1BF80000000, 0x3EEF3D6300000000
llvm-stress-s997348632.ll 64 %Cmp32 = fcmp uno float 0.000000e+00, 0x406DB70180000000

Completed in 5176 milliseconds

<<21222324252627282930