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

<<21222324252627282930

  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
Operator.h 309 I->getOpcode() == Instruction::FCmp;
Constants.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 181 (** The predicate for a floating-point comparison ([fcmp]) instruction.
185 module Fcmp : sig
257 | FCmp
    [all...]
llvm_ocaml.c 855 /* Fcmp.t -> llvalue -> llvalue -> llvalue */
    [all...]
  /external/llvm/test/CodeGen/X86/
stack-protector.ll 1022 %cmp2 = fcmp ogt double %call, 0.000000e+00
1052 %cmp2 = fcmp ogt double %call, 0.000000e+00
    [all...]
avx512-arith.ll 547 %cmp_res = fcmp olt <16 x float> %i, %j
591 %cmp_res = fcmp olt <8 x double> %i, %j
607 %cmp_res = fcmp ogt <16 x float> %i, %j
651 %cmp_res = fcmp ogt <8 x double> %i, %j
    [all...]
  /external/llvm/test/Transforms/LoopVectorize/
gcc-examples.ll 641 %6 = fcmp olt float %3, %5
668 %6 = fcmp olt float %3, %5
673 %11 = fcmp olt float %8, %10
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 391 // fcmp/icmp returning Int1TY or vector of Int1Ty. Same as CMP, exists to
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 175 // fcmp d8, #0.0
AArch64ISelLowering.h 68 FCMP,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 580 case Instruction::FCmp:
662 case Instruction::FCmp:
663 assert(NewOps.size() == 2 && "fcmp with #ops != 2");
743 case Instruction::FCmp:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 380 case Instruction::FCmp:
  /external/llvm/test/CodeGen/AMDGPU/
madmk.ll 197 %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
1251 %m = fcmp oeq double %c, %d
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 857 /** 1111 1101 0111 0010 0001 rdst fcmp #%1, %0 */
858 ID(fcmp); DR(rdst); SC(IMM(0)); F_OSZ_;
860 /** 1111 1100 1000 01sd rsrc rdst fcmp %1%S1, %0 */
861 ID(fcmp); DR(rdst); SD(sd, rsrc, LSIZE); F_OSZ_;