Searched
full:fcmp (Results
751 -
775 of
1276) sorted by null
<<31323334353637383940>>
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-spill-q.ll | 80 %22 = fcmp ogt <4 x float> %besterror.0.2264, %21 ; <<4 x i1>> [#uses=0]
|
/external/llvm/test/CodeGen/X86/ |
2007-03-01-SpillerCrash.ll | 64 fcmp ogt float %39, 0.000000e+00 ; <i1>:40 [#uses=1]
|
tail-opts.ll | 135 %tmp12 = fcmp olt float %tmp8, %tmp11 139 %tmp23469 = fcmp olt float %tmp5, %tmp8 143 %tmp23 = fcmp olt float %tmp5, %tmp11
|
/external/llvm/test/Transforms/BBVectorize/ |
cycle.ll | 102 %cmp = fcmp olt double %call, 0x3CB0000000000000
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
select.ll | 162 %res = fcmp oeq double %min, 300.0
|
/external/llvm/test/Transforms/StructurizeCFG/ |
post-order-traversal-bug.ll | 36 %cmp3 = fcmp une float %tmp1, %tmp3
|
/external/llvm/utils/kate/ |
llvm.xml | 160 <item> fcmp </item>
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2007-01-19-InfiniteLoop.ll | 56 %tmp678 = fcmp oeq double %tmp632, %tmp675 ; <i1> [#uses=1]
|
2009-11-13-VRRewriterCrash.ll | 45 %20 = fcmp ogt float %19, 0x3F1A36E2E0000000 ; <i1> [#uses=1]
|
spill-q.ll | 80 %22 = fcmp ogt <4 x float> %besterror.0.2264, %21 ; <<4 x i1>> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
thumb2-spill-q.ll | 80 %22 = fcmp ogt <4 x float> %besterror.0.2264, %21 ; <<4 x i1>> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2007-03-01-SpillerCrash.ll | 64 fcmp ogt float %39, 0.000000e+00 ; <i1>:40 [#uses=1]
|
/external/swiftshader/third_party/LLVM/utils/kate/ |
llvm.xml | 160 <item> fcmp </item>
|
/external/swiftshader/third_party/subzero/src/ |
IceInst.cpp | 100 X(Fcmp, "fcmp"); 371 : InstHighLevel(Func, Inst::Fcmp, 2, Dest), Condition(Condition) { 857 Str << " = fcmp " << InstFcmpAttributes[getCondition()].DisplayString << " " [all...] |
IceTargetLoweringX8632Traits.h | 734 /// The following table summarizes the logic for lowering the fcmp 740 /// conditional branches, because some fcmp conditions don't map to a single 747 /// floating point values. For most fcmp conditions, there is a clear mapping 748 /// to a single x86 cmpps instruction variant. Some fcmp conditions require [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
objdump_test.go | 188 fcmp
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
objdump_test.go | 188 fcmp
|
/toolchain/binutils/binutils-2.27/cpu/ |
mep-fmax.cpu | 260 (dni (.sym fcmp cond suffix s) 261 (.str "fcmp" cond suffix "s FRn,FRm") 264 ;; block because of the hazards between fcmp instructions and 267 (.str "fcmp" cond suffix "s ${fmax-FRn},${fmax-FRm}")
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
dv-raw-err.l | 30 .*:70: Warning: Use of 'fcmp\.eq\.s3' violates RAW dependency 'AR\[FPSR\]\.sf3\.controls' \(impliedf\) 32 .*:70: Warning: Use of 'fcmp\.eq\.s3' violates RAW dependency 'AR\[FPSR\]\.traps' \(impliedf\) 34 .*:70: Warning: Use of 'fcmp\.eq\.s3' violates RAW dependency 'AR\[FPSR\]\.rv' \(impliedf\) 36 .*:70: Warning: Use of 'fcmp\.eq\.s3' violates WAW dependency 'AR\[FPSR\]\.sf3\.flags' \(impliedf\)
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/ |
fdpic-plt-be.d | 60 [0-9a-f]+:[ \t]+ff c4[ \t]+fcmp/eq[ \t]+fr12,fr15
|
fdpic-plt-le.d | 59 [0-9a-f]+:[ \t]+c4 ff[ \t]+fcmp/eq[ \t]+fr12,fr15
|
/external/llvm/test/CodeGen/AArch64/ |
combine-comparisons-by-cse.ll | 355 ; fcmp d8, #0.0 368 ; CHECK: fcmp d8, #0.0 389 %cmp9 = fcmp ogt double %call2, 0.000000e+00
|
/external/llvm/test/CodeGen/AMDGPU/ |
pv.ll | 183 %175 = fcmp uge float %132, 0.000000e+00 185 %177 = fcmp uge float %147, 0.000000e+00 188 %180 = fcmp ult float %132, 0.000000e+00
|
/external/llvm/test/Transforms/InstCombine/ |
or.ll | 258 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uno double %Y, %X 261 %tmp9 = fcmp uno double %X, 0.000000e+00 262 %tmp13 = fcmp uno double %Y, 0.000000e+00
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
ConstantsContext.h | 222 // behind the scenes to implement ICmp and FCmp constant expressions. This is 446 if (V.opcode == Instruction::FCmp) 447 return new CompareConstantExpr(Ty, Instruction::FCmp, V.subclassdata,
|
Completed in 530 milliseconds
<<31323334353637383940>>