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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/SystemZ/
tdc-05.ll 17 %fcmp = fcmp ugt float %x, 0.0
18 %res = or i1 %sign, %fcmp
29 %fcmp = fcmp ult float %x, 0x7ff0000000000000
30 %res = and i1 %sign, %fcmp
41 %fcmp = fcmp olt float %x, 0x3810000000000000
42 %res = and i1 %sign, %fcmp
52 %ord = fcmp ord float %x, 0.
    [all...]
  /external/python/cpython2/Demo/threads/
fcmp.py 29 # fcmp lexicographically compares the fringes of two nested lists
30 def fcmp(l1, l2): function
52 print fcmp(range(7), x) # 0; fringes are equal
53 print fcmp(range(6), x) # -1; 1st list ends early
54 print fcmp(x, range(6)) # 1; 2nd list ends early
55 print fcmp(range(8), x) # 1; 2nd list ends early
56 print fcmp(x, range(8)) # -1; 1st list ends early
57 print fcmp([1,[[2],8]],
59 print fcmp([1,[[3],8]],
61 print fcmp([1,[[2],8]]
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
mblaze_fpu.txt 28 # CHECK: fcmp.un r0, r1, r2
31 # CHECK: fcmp.lt r0, r1, r2
34 # CHECK: fcmp.eq r0, r1, r2
37 # CHECK: fcmp.le r0, r1, r2
40 # CHECK: fcmp.gt r0, r1, r2
43 # CHECK: fcmp.ne r0, r1, r2
46 # CHECK: fcmp.ge r0, r1, r2
  /external/llvm/test/Transforms/InstCombine/
unordered-fcmp-select.ll 4 ; CHECK: %cmp.inv = fcmp ole float %a, %b
8 %cmp = fcmp ugt float %a, %b
14 ; CHECK: %cmp.inv = fcmp olt float %a, %b
18 %cmp = fcmp uge float %a, %b
24 ; CHECK: %cmp.inv = fcmp ole float %a, %b
28 %cmp = fcmp ugt float %a, %b
34 ; CHECK: %cmp.inv = fcmp olt float %a, %b
38 %cmp = fcmp uge float %a, %b
44 ; CHECK: %cmp.inv = fcmp oge float %a, %b
48 %cmp = fcmp ult float %a, %
    [all...]
fcmp.ll 8 %cmp = fcmp ogt double %ext1, %ext2
11 ; CHECK-NEXT: fcmp ogt float %x, %y
16 %cmp = fcmp ogt double %ext, 1.000000e+00
19 ; CHECK-NEXT: fcmp ogt float %a, 1.0
24 %cmp = fcmp ogt double %ext, 0x3FF0000000000001 ; more precision than float.
32 %cmp = fcmp ogt double %ext, 0x36A0000000000000 ; denormal in float.
40 %cmp = fcmp ogt float %neg, 1.000000e+00
43 ; CHECK-NEXT: fcmp olt float %a, -1.0
49 %cmp = fcmp olt float %neg1, %neg2
52 ; CHECK-NEXT: fcmp ogt float %x, %
    [all...]
fcmp-special.ll 10 %tmp = fcmp ogt double %arg, 0x7FF0000000000000
18 %tmp = fcmp ule double %arg, 0x7FF0000000000000
28 %tmp = fcmp olt double %arg, 0xFFF0000000000000
36 %tmp = fcmp uge double %arg, 0xFFF0000000000000
46 %tmp = fcmp ord double %arg, 0x7FF00000FFFFFFFF
54 %tmp = fcmp oeq double %arg, 0x7FF00000FFFFFFFF
62 %tmp = fcmp olt double %arg, 0x7FF00000FFFFFFFF
70 %tmp = fcmp uno double %arg, 0x7FF00000FFFFFFFF
78 %tmp = fcmp une double %arg, 0x7FF00000FFFFFFFF
86 %tmp = fcmp ult double %arg, 0x7FF00000FFFFFFF
    [all...]
  /external/clang/test/CodeGen/
2006-12-14-ordered_expr.c 4 // CHECK: fcmp ord float %X, %Y
fp16-ops.c 36 // CHECK: fcmp une float
37 // NATIVE-HALF: fcmp une half
195 // CHECK: fcmp olt float
196 // NATIVE-HALF: fcmp olt half
200 // CHECK: fcmp olt float
201 // NATIVE-HALF: fcmp olt half
204 // CHECK: fcmp olt float
206 // NATIVE-HALF: fcmp olt float
209 // CHECK: fcmp olt float
211 // NATIVE-HALF: fcmp olt floa
    [all...]
  /external/llvm/test/CodeGen/AArch64/
fcmp.ll 8 %tst1 = fcmp oeq float %a, %b
10 ; CHECK: fcmp {{s[0-9]+}}, {{s[0-9]+}}
14 %tst2 = fcmp une float %b, 0.0
16 ; CHECK: fcmp {{s[0-9]+}}, #0.0
25 %tst3 = fcmp one float %a, %b
27 ; CHECK: fcmp {{s[0-9]+}}, {{s[0-9]+}}
31 %tst4 = fcmp uge float %a, -0.0
33 ; CHECK-NOT: fcmp {{s[0-9]+}}, #0.0
47 %tst1 = fcmp oeq double %a, %b
49 ; CHECK: fcmp {{d[0-9]+}}, {{d[0-9]+}
    [all...]
arm64-fcmp-opt.ll 7 ; CHECK: fcmp s0, #0.0
9 %cmp = fcmp une float %a, 0.000000e+00
16 ; CHECK: fcmp s0, s1
18 %cmp = fcmp une float %a, %b
25 ; CHECK: fcmp d0, #0.0
27 %cmp = fcmp une double %a, 0.000000e+00
34 ; CHECK: fcmp d0, d1
36 %cmp = fcmp une double %a, %b
40 ; Check each fcmp condition
43 ; CHECK: fcmp s0, s
    [all...]
  /external/llvm/test/CodeGen/Generic/
2013-03-20-APFloatCrash.ll 5 %c = fcmp ogt float %s, 0x41EFFFFFE0000000
  /external/llvm/test/CodeGen/X86/
2004-06-10-StackifierCrash.ll 4 %V = fcmp oeq double %X, %X ; <i1> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
2009-07-16-PromoteFloatCompare.ll 4 %r = fcmp ult float %x, 1.0
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
fcmp64.ll 5 %A = fcmp oeq double %arg1, %arg2
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2004-06-10-StackifierCrash.ll 4 %V = fcmp oeq double %X, %X ; <i1> [#uses=1]
  /external/llvm/test/Analysis/CostModel/X86/
cmp.ll 15 ;SSE2: cost of 3 {{.*}} fcmp
16 ;SSE3: cost of 3 {{.*}} fcmp
17 ;SSSE3: cost of 3 {{.*}} fcmp
18 ;SSE41: cost of 3 {{.*}} fcmp
19 ;SSE42: cost of 1 {{.*}} fcmp
20 ;AVX: cost of 1 {{.*}} fcmp
21 %A = fcmp olt <2 x float> undef, undef
23 ;SSE2: cost of 7 {{.*}} fcmp
24 ;SSE3: cost of 7 {{.*}} fcmp
25 ;SSSE3: cost of 7 {{.*}} fcmp
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-f.s 191 fcmp.eq p3, p4 = f4, f5
192 fcmp.eq.s0 p3, p4 = f4, f5
193 fcmp.eq.s1 p3, p4 = f4, f5
194 fcmp.eq.s2 p3, p4 = f4, f5
195 fcmp.eq.s3 p3, p4 = f4, f5
196 fcmp.eq.unc p3, p4 = f4, f5
197 fcmp.eq.unc.s0 p3, p4 = f4, f5
198 fcmp.eq.unc.s1 p3, p4 = f4, f5
199 fcmp.eq.unc.s2 p3, p4 = f4, f5
200 fcmp.eq.unc.s3 p3, p4 = f4, f
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
neon_minmax.ll 6 %cond = fcmp ole float 1.0, %x
14 %cond = fcmp ole float 0.0, %x
22 %cond = fcmp ult float %x, 1.0
30 %cond = fcmp ogt float 1.0, %x
38 %cond = fcmp uge float %x, 1.0
46 %cond = fcmp uge float %x, 0.0
54 %cond = fcmp olt float %x, 1.0
62 %cond = fcmp ult float 1.0, %x
70 %cond = fcmp oge float %x, 1.0
78 %cond = fcmp ugt float 1.0, %
    [all...]
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2008-11-08-FCmp.ll 4 ; When inst combining an FCMP with the LHS coming from a uitofp instruction, we
9 %2 = fcmp ole double %1, 0.000000e+00
16 %2 = fcmp olt double %1, 0.000000e+00
23 %2 = fcmp oge double %1, 0.000000e+00
30 %2 = fcmp ogt double %1, 0.000000e+00
37 %2 = fcmp ogt double %1, -4.400000e+00
44 %2 = fcmp olt double %1, -4.400000e+00
fcmp.ll 6 %cmp = fcmp ogt double %ext1, %ext2
9 ; CHECK-NEXT: fcmp ogt float %x, %y
14 %cmp = fcmp ogt double %ext, 1.000000e+00
17 ; CHECK-NEXT: fcmp ogt float %a, 1.0
22 %cmp = fcmp ogt double %ext, 0x3FF0000000000001 ; more precision than float.
30 %cmp = fcmp ogt double %ext, 0x36A0000000000000 ; denormal in float.
38 %cmp = fcmp ogt float %neg, 1.000000e+00
41 ; CHECK-NEXT: fcmp olt float %a, -1.0
47 %cmp = fcmp olt float %neg1, %neg2
50 ; CHECK-NEXT: fcmp ogt float %x, %
    [all...]
  /external/llvm/test/Transforms/CodeGenPrepare/X86/
fcmp-sinking.ll 9 ; SOFTFP: fcmp
10 ; HARDFP-NOT: fcmp
12 ; SOFTFP-NOT: fcmp
13 ; HARDFP: fcmp
16 %c = fcmp oeq float %a, %b
  /external/llvm/test/Bitcode/
miscInstructions.3.2.ll 115 define void @fcmp(float %x1, float %x2, <2 x float> %vec1, <2 x float> %vec2){
117 ; CHECK: %res1 = fcmp oeq float %x1, %x2
118 %res1 = fcmp oeq float %x1, %x2
120 ; CHECK-NEXT: %res2 = fcmp one float %x1, %x2
121 %res2 = fcmp one float %x1, %x2
123 ; CHECK-NEXT: %res3 = fcmp ugt float %x1, %x2
124 %res3 = fcmp ugt float %x1, %x2
126 ; CHECK-NEXT: %res4 = fcmp uge float %x1, %x2
127 %res4 = fcmp uge float %x1, %x2
129 ; CHECK-NEXT: %res5 = fcmp ult float %x1, %x
    [all...]
  /external/llvm/test/Assembler/
vbool-cmp.ll 3 ; Rudimentary test of fcmp/icmp on vectors returning vector of bool
6 ; CHECK: fcmp olt <4 x float> %a, %b
9 %cmp = fcmp olt <4 x float> %a, %b ; <4 x i1> [#uses=1]
  /external/llvm/test/CodeGen/AMDGPU/
fcmp-cnde-int-args.ll 4 ; chance to optimize the fcmp + select instructions to SET* was missed
5 ; due to the fact that the operands to fcmp and select had different types
12 %cmp = fcmp oeq float %0, 0.000000e+00
  /external/llvm/test/CodeGen/PowerPC/
fp-branch.ll 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fcmp | count 1
16 %tmp57 = fcmp oge double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]
17 %tmp58 = fcmp uno double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]

Completed in 3653 milliseconds

12 3 4 5 6 7 8 91011>>