HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 976 - 1000 of 1276) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/AArch64/
aarch64-minmaxv.ll 294 %rdx.minmax.cmp = fcmp fast oge <4 x float> %rdx.minmax.select, %rdx.shuf
297 %rdx.minmax.cmp1 = fcmp fast oge <4 x float> %rdx.minmax.select1, %rdx.shuf1
310 %rdx.minmax.cmp = fcmp fast ole <4 x float> %rdx.minmax.select, %rdx.shuf
313 %rdx.minmax.cmp1 = fcmp fast ole <4 x float> %rdx.minmax.select1, %rdx.shuf1
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
cgp-addressing-modes.ll 468 %cmp = fcmp one float %a, %b
  /external/llvm/test/CodeGen/ARM/
2009-02-27-SpillerBug.ll 33 %6 = fcmp ogt double %k.4, 0.000000e+00 ; <i1> [#uses=1]
coalesce-subregs.ll 253 %tmp28 = fcmp olt float %tmp27, 0.000000e+00
  /external/llvm/test/CodeGen/X86/
avx512-vbroadcast.ll 228 %1 = fcmp uno <16 x float> undef, zeroinitializer
crash.ll 150 %0 = fcmp one double %X, 0.000000e+00
  /external/llvm/test/Transforms/SCCP/
2006-12-04-PackedType.ll 119 %tmp457 = fcmp olt float %point_size.2, 1.000000e+00 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/SLPVectorizer/X86/
insert-element-build-vector.ll 76 %qi = fcmp olt float %q6, %q5
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 404 case Instruction::FCmp:
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 613 Value *V = CmpInst::Create(fp ? Instruction::FCmp : Instruction::ICmp,
  /external/llvm/unittests/IR/
ConstantsTest.cpp 275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /external/swiftshader/third_party/LLVM/docs/tutorial/
LangImpl5.html 262 %ifcond = fcmp one double %x, 0.000000e+00
296 result to 0.0 with the "<tt><a href="../LangRef.html#i_fcmp">fcmp</a> one</tt>"
674 %cmptmp = fcmp ult double %i, %n
676 %loopcond = fcmp one double %booltmp, 0.000000e+00
    [all...]
OCamlLangImpl6.html 263 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
2009-02-27-SpillerBug.ll 33 %6 = fcmp ogt double %k.4, 0.000000e+00 ; <i1> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
crash.ll 149 %0 = fcmp one double %X, 0.000000e+00
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
phi.ll 450 %cmp = fcmp ule double %x, %p
  /external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
2006-12-04-PackedType.ll 119 %tmp457 = fcmp olt float %point_size.2, 1.000000e+00 ; <i1> [#uses=1]
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 404 case Instruction::FCmp:
  /external/v8/src/arm64/
assembler-arm64.cc 2001 void Assembler::fcmp(const FPRegister& fn, function in class:v8::internal::Assembler
2008 void Assembler::fcmp(const FPRegister& fn, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/doc/aarch64/
supported-instructions-aarch64.md 1748 ### FCMP ###
1752 void fcmp(const VRegister& vn, double value)
1755 ### FCMP ###
1759 void fcmp(const VRegister& vn, const VRegister& vm)
    [all...]
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc     [all...]
  /frameworks/rs/driver/runtime/arch/
asimd.ll 156 %1 = fcmp olt float %value, %high
158 %3 = fcmp ogt float %2, %low
307 %1 = fcmp ogt float %v1, %v2
356 %1 = fcmp olt float %v1, %v2
    [all...]
neon.ll 160 %1 = fcmp olt float %value, %high
162 %3 = fcmp ogt float %2, %low
311 %1 = fcmp ogt float %v1, %v2
360 %1 = fcmp olt float %v1, %v2
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 441 // fcmp/icmp returning Int1TY or vector of Int1Ty. Same as CMP, exists to
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
LLVMBitCodes.h 457 // fcmp/icmp returning Int1TY or vector of Int1Ty. Same as CMP, exists to

Completed in 718 milliseconds

<<31323334353637383940>>