/toolchain/binutils/binutils-2.27/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.27/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...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/ |
fcmp.s | 1 ; Test error messages for new syntax of FCMP/FCMPE 8 fcmp r1, f1, f2 ; { dg-error "can only use r0 as Dest register" } 9 fcmp r0, f1, f2 10 fcmp f1, f2
|
/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 | 7 ; CHECK-NEXT: [[CMP:%.*]] = fcmp ord float %a, 0.000000e+00 8 ; CHECK-NEXT: [[CMP1:%.*]] = fcmp ord double %b, 0.000000e+00 12 %cmp = fcmp ord float %a, 0.000000e+00 13 %cmp1 = fcmp ord double %b, 0.000000e+00 20 ; CHECK-NEXT: [[CMP:%.*]] = fcmp ord <2 x float> %a, zeroinitializer 21 ; CHECK-NEXT: [[CMP1:%.*]] = fcmp ord <2 x double> %b, zeroinitializer 25 %cmp = fcmp ord <2 x float> %a, zeroinitializer 26 %cmp1 = fcmp ord <2 x double> %b, zeroinitializer 35 %cmp = fcmp false double %a, %b 36 %cmp1 = fcmp false double %a, % [all...] |
or-fcmp.ll | 8 %cmp = fcmp false double %a, %b 9 %cmp1 = fcmp false double %a, %b 16 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq double %a, %b 19 %cmp = fcmp oeq double %a, %b 20 %cmp1 = fcmp false double %a, %b 27 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp oeq double %a, %b 30 %cmp = fcmp oeq double %a, %b 31 %cmp1 = fcmp oeq double %a, %b 38 ; CHECK-NEXT: [[CMP:%.*]] = fcmp ogt double %a, %b 41 %cmp = fcmp ogt double %a, % [all...] |
/external/swiftshader/third_party/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
|
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...] |
and-fcmp.ll | 1 ; RUN: opt < %s -instcombine -S | grep fcmp | count 3 5 %a = fcmp ueq float %x, %y 6 %b = fcmp ord float %x, %y 13 %a = fcmp olt float %x, %y 14 %b = fcmp ord float %x, %y 21 %a = fcmp oge float %x, %y 22 %b = fcmp uno float %x, %y 29 %a = fcmp one float %y, %x 30 %b = fcmp ord float %x, %y
|
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...] |
not-fcmp.ll | 1 ; RUN: opt < %s -instcombine -S | grep "fcmp uge" 6 %tmp3 = fcmp olt float %X, %Y ; <i1> [#uses=1]
|
/art/runtime/interpreter/mterp/arm64/ |
op_cmpg_double.S | 1 %include "arm64/fcmp.S" {"wide":"_WIDE", "r1":"d1", "r2":"d2", "cond":"cc"}
|
op_cmpg_float.S | 1 %include "arm64/fcmp.S" {"wide":"", "r1":"s1", "r2":"s2", "cond":"cc"}
|
op_cmpl_double.S | 1 %include "arm64/fcmp.S" {"wide":"_WIDE", "r1":"d1", "r2":"d2", "cond":"lt"}
|
op_cmpl_float.S | 1 %include "arm64/fcmp.S" {"wide":"", "r1":"s1", "r2":"s2", "cond":"lt"}
|
/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/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
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/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...] |
/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/swiftshader/third_party/LLVM/test/MC/MBlaze/ |
mblaze_fpu.s | 44 # CHECK: fcmp.un 47 fcmp.un r0, r1, r2 49 # CHECK: fcmp.lt 52 fcmp.lt r0, r1, r2 54 # CHECK: fcmp.eq 57 fcmp.eq r0, r1, r2 59 # CHECK: fcmp.le 62 fcmp.le r0, r1, r2 64 # CHECK: fcmp.gt 67 fcmp.gt r0, r1, r [all...] |