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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
fcmp.sm 0 fcmp #{imm32},{reg}
2 fcmp {reg},{reg}
3 fcmp {mem}.L,{reg}
fcmp.d 9 0: fd 72 10 00 00 00 80 fcmp #0x80000000, r0
10 7: fd 72 1f 00 00 00 80 fcmp #0x80000000, r15
11 e: fd 72 10 ff ff ff ff fcmp #-1, r0
12 15: fd 72 1f ff ff ff ff fcmp #-1, r15
13 1c: fc 87 00 fcmp r0, r0
14 1f: fc 87 0f fcmp r0, r15
15 22: fc 87 f0 fcmp r15, r0
16 25: fc 87 ff fcmp r15, r15
17 28: fc 84 00 fcmp \[r0\]\.l, r0
18 2b: fc 84 0f fcmp \[r0\]\.l, r1
    [all...]
  /art/runtime/interpreter/mterp/mips64/
op_cmpg_float.S 1 %include "mips64/fcmp.S" {"gt_bias":"1"}
op_cmpl_float.S 1 %include "mips64/fcmp.S" {"gt_bias":"0"}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
fp_fcmp.s 8 fcmp,sgl,false? %fr4,%fr5
9 fcmp,sgl,false %fr4,%fr5
10 fcmp,sgl,? %fr4,%fr5
11 fcmp,sgl,!<=> %fr4,%fr5
12 fcmp,sgl,= %fr4,%fr5
13 fcmp,sgl,=T %fr4,%fr5
14 fcmp,sgl,?= %fr4,%fr5
15 fcmp,sgl,!<> %fr4,%fr5
16 fcmp,sgl,!?>= %fr4,%fr5
17 fcmp,sgl,< %fr4,%fr
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2007-01-14-FcmpSelf.ll 1 ; RUN: opt < %s -instcombine -S | grep "fcmp uno.*0.0"
4 %tmp = fcmp une double %X, %X
and-fcmp.ll 4 %a = fcmp ueq float %x, %y
5 %b = fcmp ord float %x, %y
10 ; CHECK: fcmp oeq float %x, %y
11 ; CHECK-NOT: fcmp ueq float %x, %y
12 ; CHECK-NOT: fcmp ord float %x, %y
17 %a = fcmp olt float %x, %y
18 %b = fcmp ord float %x, %y
23 ; CHECK: fcmp olt float %x, %y
24 ; CHECK-NOT: fcmp ord float %x, %y
29 %a = fcmp oge float %x, %
    [all...]
or-fcmp.ll 5 %a = fcmp ueq float %x, %y ; <i1> [#uses=1]
6 %b = fcmp uno float %x, %y ; <i1> [#uses=1]
8 ; CHECK-NOT: fcmp uno
9 ; CHECK: fcmp ueq
16 %a = fcmp olt float %x, %y ; <i1> [#uses=1]
17 %b = fcmp oeq float %x, %y ; <i1> [#uses=1]
18 ; CHECK-NOT: fcmp olt
19 ; CHECK-NOT: fcmp oeq
20 ; CHECK: fcmp ole
28 %a = fcmp ult float %x, %y ; <i1> [#uses=1
    [all...]
fcmp-special.ll 8 %tmp = fcmp ogt double %arg, 0x7FF0000000000000
15 %tmp = fcmp ule double %arg, 0x7FF0000000000000
24 %tmp = fcmp olt double %arg, 0xFFF0000000000000
31 %tmp = fcmp uge double %arg, 0xFFF0000000000000
40 %tmp = fcmp ord double %arg, 0x7FF00000FFFFFFFF
47 %tmp = fcmp oeq double %arg, 0x7FF00000FFFFFFFF
54 %tmp = fcmp olt double %arg, 0x7FF00000FFFFFFFF
61 %tmp = fcmp uno double %arg, 0x7FF00000FFFFFFFF
68 %tmp = fcmp une double %arg, 0x7FF00000FFFFFFFF
75 %tmp = fcmp ult double %arg, 0x7FF00000FFFFFFF
    [all...]
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...]
  /art/runtime/interpreter/mterp/arm64/
op_cmpg_float.S 1 %include "arm64/fcmp.S" {"wide":"", "r1":"s1", "r2":"s2", "default_val":"1", "cond":"pl"}
op_cmpg_double.S 1 %include "arm64/fcmp.S" {"wide":"_WIDE", "r1":"d1", "r2":"d2", "default_val":"1", "cond":"pl"}
op_cmpl_double.S 1 %include "arm64/fcmp.S" {"wide":"_WIDE", "r1":"d1", "r2":"d2", "default_val":"-1", "cond":"le"}
op_cmpl_float.S 1 %include "arm64/fcmp.S" {"wide":"", "r1":"s1", "r2":"s2", "default_val":"-1", "cond":"le"}
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-fp.ll 9 %test49 = fcmp oeq float %float1, %float2 ; <i1> [#uses=0]
10 %test50 = fcmp oge float %float1, %float2 ; <i1> [#uses=0]
11 %test51 = fcmp ogt float %float1, %float2 ; <i1> [#uses=0]
12 %test52 = fcmp ole float %float1, %float2 ; <i1> [#uses=0]
13 %test53 = fcmp olt float %float1, %float2 ; <i1> [#uses=0]
14 %test54 = fcmp une float %float1, %float2 ; <i1> [#uses=0]
15 %test55 = fcmp oeq double %double1, %double2 ; <i1> [#uses=0]
16 %test56 = fcmp oge double %double1, %double2 ; <i1> [#uses=0]
17 %test57 = fcmp ogt double %double1, %double2 ; <i1> [#uses=0]
18 %test58 = fcmp ole double %double1, %double2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-fp.ll 8 %test49 = fcmp oeq <3 x float> %float1, %float2
9 %test50 = fcmp oge <3 x float> %float1, %float2
10 %test51 = fcmp ogt <3 x float> %float1, %float2
11 %test52 = fcmp ole <3 x float> %float1, %float2
12 %test53 = fcmp olt <3 x float> %float1, %float2
13 %test54 = fcmp une <3 x float> %float1, %float2
15 %test55 = fcmp oeq <2 x double> %double1, %double2
16 %test56 = fcmp oge <2 x double> %double1, %double2
17 %test57 = fcmp ogt <2 x double> %double1, %double2
18 %test58 = fcmp ole <2 x double> %double1, %double
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-fcmp.ll 5 ; CHECK: fcmp s0, #0.0
7 %1 = fcmp une float %a, 0.000000e+00
13 ; CHECK: fcmp s0, s1
15 %1 = fcmp une float %a, %b
21 ; CHECK: fcmp d0, #0.0
23 %1 = fcmp une double %a, 0.000000e+00
29 ; CHECK: fcmp d0, d1
31 %1 = fcmp une double %a, %b
35 ; Check each fcmp condition
39 %1 = fcmp ogt float %a, %
    [all...]
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...]
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
test-setcond-fp.ll 9 %test49 = fcmp oeq float %float1, %float2 ; <i1> [#uses=0]
10 %test50 = fcmp oge float %float1, %float2 ; <i1> [#uses=0]
11 %test51 = fcmp ogt float %float1, %float2 ; <i1> [#uses=0]
12 %test52 = fcmp ole float %float1, %float2 ; <i1> [#uses=0]
13 %test53 = fcmp olt float %float1, %float2 ; <i1> [#uses=0]
14 %test54 = fcmp une float %float1, %float2 ; <i1> [#uses=0]
15 %test55 = fcmp oeq double %double1, %double2 ; <i1> [#uses=0]
16 %test56 = fcmp oge double %double1, %double2 ; <i1> [#uses=0]
17 %test57 = fcmp ogt double %double1, %double2 ; <i1> [#uses=0]
18 %test58 = fcmp ole double %double1, %double2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/Bitcode/
fcmp-fast.ll 6 ; Make sure flags on fcmp instructions are serialized/deserialized properly.
9 ; CHECK: %plain = fcmp ueq float %a, %b
10 %plain = fcmp ueq float %a, %b
11 ; CHECK: %fast = fcmp fast olt float %a, %b
12 %fast = fcmp fast olt float %a, %b
13 ; CHECK: %nsz = fcmp nsz uge float %a, %b
14 %nsz = fcmp nsz uge float %a, %b
15 ; CHECK: %nnan = fcmp nnan nsz oge double %c, %d
16 %nnan = fcmp nnan nsz oge double %c, %d
  /external/llvm/test/Analysis/CostModel/X86/
cmp.ll 10 ;AVX1: cost of 1 {{.*}} fcmp
11 ;AVX2: cost of 1 {{.*}} fcmp
12 %A = fcmp olt <2 x float> undef, undef
13 ;AVX1: cost of 1 {{.*}} fcmp
14 ;AVX2: cost of 1 {{.*}} fcmp
15 %B = fcmp olt <4 x float> undef, undef
16 ;AVX1: cost of 1 {{.*}} fcmp
17 ;AVX2: cost of 1 {{.*}} fcmp
18 %C = fcmp olt <8 x float> undef, undef
19 ;AVX1: cost of 1 {{.*}} fcmp
    [all...]
  /external/clang/test/CodeGen/
2006-12-14-ordered_expr.c 4 // CHECK: fcmp ord float %X, %Y
  /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]
  /toolchain/binutils/binutils-2.25/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...]

Completed in 3686 milliseconds

1 2 3 4 5 6 7 8 91011>>