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

<<31323334353637383940>>

  /external/llvm/test/CodeGen/AMDGPU/
madmk.ll 203 %tmp5 = fcmp oeq float %tmp3, 1.000000e+04
  /external/llvm/test/CodeGen/PowerPC/
vsx.ll 455 %m = fcmp oeq <4 x float> %c, %d
482 %m = fcmp ueq <4 x float> %c, %d
574 %m = fcmp oeq <2 x double> %c, %d
1263 %m = fcmp oeq double %c, %d
  /external/llvm/test/CodeGen/X86/
avx512-arith.ll 669 %cmp_res = fcmp olt <16 x float> %i, %j
716 %cmp_res = fcmp olt <8 x double> %i, %j
732 %cmp_res = fcmp ogt <16 x float> %i, %j
779 %cmp_res = fcmp ogt <8 x double> %i, %j
    [all...]
avx512vl-mov.ll 284 %mask = fcmp one <8 x float> %mask1, zeroinitializer
299 %mask = fcmp one <8 x float> %mask1, zeroinitializer
314 %mask = fcmp one <8 x float> %mask1, zeroinitializer
329 %mask = fcmp one <8 x float> %mask1, zeroinitializer
    [all...]
fp128-cast.ll 231 %cmp = fcmp ogt fp128 %v, 0xL00000000000000003FFF000000000000
  /external/llvm/test/DebugInfo/X86/
pr28270.ll 30 %tobool.i = fcmp une double %call, 0.000000e+00, !dbg !73
  /external/python/cpython2/Objects/
object.c 955 cmpfunc fcmp; local
968 fcmp = v->ob_type->tp_compare;
969 if (fcmp != NULL) {
970 int c = (*fcmp)(v, w);
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 116 module Fcmp = struct
187 | FCmp
451 external const_fcmp : Fcmp.t -> llvalue -> llvalue -> llvalue
    [all...]
  /external/swiftshader/third_party/LLVM/docs/tutorial/
OCamlLangImpl3.html 185 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
218 href="../LangRef.html#i_fcmp">fcmp instruction</a> always returns an 'i1' value
219 (a one bit integer). The problem with this is that Kaleidoscope wants the value to be a 0.0 or 1.0 value. In order to get these semantics, we combine the fcmp instruction with
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 171 llvm_unreachable("Invalid FCmp predicate opcode!");
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
README.txt 890 %tmp3 = fcmp ole double %x, %y ; <i1> [#uses=1]
897 %tmp3 = fcmp one double %x, %y ; <i1> [#uses=1]
904 %tmp3 = fcmp ugt double %x, %y ; <i1> [#uses=1]
918 %Cond = fcmp ugt double %D, -0.000000e+00 ; <i1> [#uses=1]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 347 // fcmp/icmp returning Int1TY or vector of Int1Ty. Same as CMP, exists to
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 155 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 335 I->getOpcode() == Instruction::FCmp;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 155 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 155 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 165 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 165 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 165 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 165 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 155 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 335 I->getOpcode() == Instruction::FCmp;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 155 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 155 /// Translate a comparison (icmp or fcmp) instruction or constant.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 165 /// Translate a comparison (icmp or fcmp) instruction or constant.

Completed in 1034 milliseconds

<<31323334353637383940>>