Searched
full:fcmp (Results
801 -
825 of
1276) sorted by null
<<31323334353637383940>>
/external/llvm/test/CodeGen/Mips/msa/ |
llvm-stress-s525530439.ll | 42 %Cmp18 = fcmp ugt float 0xC5ABB1BF80000000, 0x3EEF3D6300000000
|
llvm-stress-s997348632.ll | 64 %Cmp32 = fcmp uno float 0.000000e+00, 0x406DB70180000000
|
/external/llvm/test/CodeGen/X86/ |
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]
|
/external/llvm/test/Transforms/ConstProp/ |
constant-expr.ll | 67 @T6 = global <2 x i1> fcmp ole (<2 x float> fdiv (<2 x float> undef, <2 x float> <float 1.000000e+00, float 1.000000e+00>), <2 x float> zeroinitializer)
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_bullet.ll | 120 %cmp392 = fcmp olt float %sub345, 0.000000e+00
|
/external/python/cpython3/Lib/test/ |
test_support.py | 355 # fcmp
|
/external/swiftshader/third_party/LLVM/docs/tutorial/ |
OCamlLangImpl5.html | 245 %ifcond = fcmp one double %x, 0.000000e+00 280 result to 0.0 with the "<tt><a href="../LangRef.html#i_fcmp">fcmp</a> one</tt>" 346 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in 649 %cmptmp = fcmp ult double %i, %n 651 %loopcond = fcmp one double %booltmp, 0.000000e+00 784 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in [all...] |
OCamlLangImpl7.html | 572 %cmptmp = fcmp ult double %x2, 3.000000e+00 574 %ifcond = fcmp one double %booltmp, 0.000000e+00 611 %cmptmp = fcmp ult double <b>%x</b>, 3.000000e+00 613 %ifcond = fcmp one double %booltmp, 0.000000e+00 644 %cmptmp = fcmp ult double %x, 3.000000e+00 646 %ifcond = fcmp ueq double %booltmp, 0.000000e+00 [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
LLVMBitCodes.h | 291 // fcmp/icmp returning Int1TY or vector of Int1Ty. Same as CMP, exists to
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2009-11-13-ScavengerAssert2.ll | 91 %66 = fcmp olt float %48, %65 ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
select.ll | 131 %b = fcmp ole float %p, %z ; <i1> [#uses=2]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
select.ll | 51 %0 = fcmp olt double %F, 4.200000e+01 ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
constant-expr.ll | 67 @T6 = global <2 x i1> fcmp ole (<2 x float> fdiv (<2 x float> undef, <2 x float> <float 1.000000e+00, float 1.000000e+00>), <2 x float> zeroinitializer)
|
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringX8664Traits.h | [all...] |
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
undef.ll | 152 %val = fcmp ueq <4 x float> undef, %arg
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 257 FCMP
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 279 FCMP = 1 << 5
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 257 FCMP
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 279 FCMP = 1 << 5
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/ |
list-insns.s | 9 FCMP $12,$23,$241
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/ |
allinsn_gr5.d | 152 228: d7 ef 8a 0c fcmp r2,f15,f0
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
m88k.h | 347 #define FCMP NOP +6
|
/toolchain/binutils/binutils-2.27/opcodes/ |
mmix-opc.c | 98 {"fcmp", O (1), OP (regs), N},
|
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 403 Value *FCmp = SimplifyCmpInst(Pred, FV, RHS, Q, MaxRecurse); 404 if (FCmp == Cond) { 407 FCmp = getFalse(Cond->getType()); 408 } else if (!FCmp) { 413 FCmp = getFalse(Cond->getType()); 418 if (TCmp == FCmp) 428 if (match(FCmp, m_Zero())) 432 // is equal to "Cond || FCmp". 434 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) 438 if (match(FCmp, m_One()) && match(TCmp, m_Zero()) [all...] |
Completed in 650 milliseconds
<<31323334353637383940>>