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

<<11121314151617181920>>

  /external/llvm/test/Analysis/ScalarEvolution/
nsw.ll 11 %tmp1 = fcmp ogt double %tmp, 2.000000e+00 ; <i1> [#uses=1]
43 %tmp11 = fcmp ogt double %tmp10, 2.000000e+00 ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/AMDGPU/
or.ll 162 %acmp = fcmp oge float %a, 0.000000e+00
163 %bcmp = fcmp oge float %b, 0.000000e+00
xor.ll 52 %acmp = fcmp oge float %a, 0.000000e+00
53 %bcmp = fcmp oge float %b, 1.000000e+00
fmul-2-combine-multi-use.ll 19 %a15 = fcmp ogt float %a12, %a14
sgpr-control-flow.ll 45 %tmp1 = fcmp ueq float %tid_f, 0.0
  /external/llvm/test/CodeGen/ARM/
2010-06-21-LdStMultipleBug.ll 56 %not.460 = fcmp oge double %17, 5.000000e-01 ; <i1> [#uses=1]
66 %not.461 = fcmp oge double %24, 5.000000e-01 ; <i1> [#uses=1]
2009-03-07-SpillerBug.ll 23 %1 = fcmp ult double 0.000000e+00, %0
2009-09-13-InvalidSubreg.ll 50 %26 = fcmp olt float %tmp46, 0.000000e+00 ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/Mips/msa/
llvm-stress-s2704903805.ll 110 %Cmp60 = fcmp ult double 0.000000e+00, 0.000000e+00
122 %Cmp68 = fcmp olt float 0x4712BFE680000000, 0x4712BFE680000000
llvm-stress-s3926023935.ll 89 %Cmp46 = fcmp uno double 0.000000e+00, 0.000000e+00
104 %Cmp54 = fcmp uge double %L40, %L40
  /external/llvm/test/CodeGen/SPARC/
fp128.ll 76 %cond = fcmp ult fp128 %0, %1
91 %0 = fcmp ogt fp128 undef, 0xL00000000000000000000000000000000
64cond.ll 75 %tobool = fcmp ult float %x, %y
  /external/llvm/test/CodeGen/X86/
avx512vl-arith.ll 209 %cmp_res = fcmp olt <8 x float> %i, %j
222 %cmp_res = fcmp ogt <8 x float> %i, %j
271 %cmp_res = fcmp olt <4 x double> %i, %j
284 %cmp_res = fcmp ogt <4 x double> %i, %j
602 %cmp_res = fcmp olt <4 x float> %i, %j
615 %cmp_res = fcmp ogt <4 x float> %i, %j
665 %cmp_res = fcmp olt <2 x double> %i, %j
678 %cmp_res = fcmp ogt <2 x double> %i, %j
cmp.ll 72 %tmp2 = fcmp ogt double %A, 1.500000e+02; <i1> [#uses=1]
73 %tmp5 = fcmp ult double %A, 7.500000e+01; <i1> [#uses=1]
avx512-calling-conv.ll 118 %c = fcmp ugt double %a, %b
  /external/llvm/test/Transforms/Inline/
inline_constprop.ll 191 ; Check that we can constant-prop through fcmp instructions
201 %icmp = fcmp ugt float %x, 42.0
  /external/llvm/utils/
llvm.grm 250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
392 | fcmp FPredicates Types ValueRef ^ "," ValueRef
  /toolchain/binutils/binutils-2.25/opcodes/
m88k-dis.c 211 {0x84003800,"fcmp.ss ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {5,1,PFLT,FCMP ,0,1,1,1,0,0,0,1,0,0,0,0} },
212 {0x84003880,"fcmp.sd ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0,0,0,1,0,1,0,0} },
213 {0x84003a00,"fcmp.ds ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0,0,0,1,1,0,0,0} },
214 {0x84003a80,"fcmp.dd ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {6,1,PFLT,FCMP ,0,1,1,1,0,0,0,1,1,1,0,0} },
258 {0x8400ba80,"fcmp.sdd ",{21,5,REG} ,{16,5,XREG} ,{0,5,XREG}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} },
259 {0x8400ba00,"fcmp.sds ",{21,5,REG} ,{16,5,XREG} ,{0,5,XREG}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} }
    [all...]
  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 61 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /external/llvm/include/llvm/IR/
Instruction.def 184 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /external/llvm/lib/IR/
ConstantsContext.h 262 // behind the scenes to implement ICmp and FCmp constant expressions. This is
284 CE->getOpcode() == Instruction::FCmp;
542 case Instruction::FCmp:
543 return new CompareConstantExpr(Ty, Instruction::FCmp, SubclassData,
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 95 case Instruction::FCmp:
  /external/llvm/test/Analysis/BranchProbabilityInfo/
pr22718.ll 36 %cmp1 = fcmp ogt double %div, 9.000000e+01
  /external/llvm/test/ExecutionEngine/MCJIT/
pr13727.ll 40 %cmp = fcmp olt double %1, 1.100000e+00
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
test-common-symbols-remote.ll 40 %cmp = fcmp olt double %1, 1.000000e+00

Completed in 2894 milliseconds

<<11121314151617181920>>