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

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_icmp.man 1 This extension can be used if `\-\-protocol icmp' is specified. It
4 [\fB!\fP] \fB\-\-icmp\-type\fP {\fItype\fP[\fB/\fP\fIcode\fP]|\fItypename\fP}
5 This allows specification of the ICMP type, which can be a numeric
6 ICMP type, type/code pair, or one of the ICMP type names shown by the command
8 iptables \-p icmp \-h
libipt_icmp.c 8 /* special hack for icmp-type 'any':
10 * '-p icmp ' matches all icmp packets
11 * '-p icmp -m icmp' matches _only_ ICMP type 0 :(
12 * This is now fixed by initializing the field * to icmp type 0xFF
85 printf("Valid ICMP Types:");
105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n
223 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; local
237 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; local
    [all...]
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 20 %test1 = icmp eq i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
25 %test6 = icmp ne i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
26 %test7 = icmp eq i16 %ushort1, %ushort2 ; <i1> [#uses=0]
27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0]
28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 20 %test1 = icmp eq <5 x i8> %ubyte1, %ubyte2
21 %test2 = icmp uge <5 x i8> %ubyte1, %ubyte2
22 %test3 = icmp ugt <5 x i8> %ubyte1, %ubyte2
23 %test4 = icmp ule <5 x i8> %ubyte1, %ubyte2
24 %test5 = icmp ult <5 x i8> %ubyte1, %ubyte2
25 %test6 = icmp ne <5 x i8> %ubyte1, %ubyte2
26 %test7 = icmp eq <4 x i16> %ushort1, %ushort2
27 %test8 = icmp uge <4 x i16> %ushort1, %ushort2
28 %test9 = icmp ugt <4 x i16> %ushort1, %ushort2
29 %test10 = icmp ule <4 x i16> %ushort1, %ushort
    [all...]
test-setcond-int.ll 20 %test1 = icmp eq i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
25 %test6 = icmp ne i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
26 %test7 = icmp eq i16 %ushort1, %ushort2 ; <i1> [#uses=0]
27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0]
28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2007-11-15-CompareMiscomp.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 1"
5 %c1 = icmp sgt i32 %In, -1
6 %c2 = icmp eq i32 %In, 1
2008-06-21-CompareMiscomp.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 15"
6 %c1 = icmp ugt i32 %In, 13
7 %c2 = icmp eq i32 %In, 15
2008-07-08-AndICmp.ll 1 ; RUN: opt < %s -instcombine -S | grep icmp | count 1
6 icmp ult i32 %a, 8 ; <i1>:0 [#uses=1]
7 icmp ult i32 %b, 8 ; <i1>:1 [#uses=1]
2007-11-22-IcmpCrash.ll 5 %A = icmp slt i32 %X, 10
6 %B = icmp ult i32 %X, 10
12 %A = icmp slt i32 %X, 10
13 %B = icmp ult i32 %X, 10
2007-01-13-ExtCompareMiscompile.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp ugt"
8 %c = icmp sgt i32 %a, %b
2007-01-27-AndICmp.ll 4 %tmp1037 = icmp ne i32 %tmp1030, 39 ; <i1> [#uses=1]
5 %tmp1039 = icmp ne i32 %tmp1030, 40 ; <i1> [#uses=1]
setcc-strength-reduce.ll 6 ; RUN: grep -v "icmp eq" | grep -v "icmp ne" | not grep icmp
11 %B = icmp uge i32 %A, 1 ; <i1> [#uses=1]
17 %B = icmp ugt i32 %A, 0 ; <i1> [#uses=1]
23 %B = icmp sge i8 %A, -127 ; <i1> [#uses=1]
29 %B = icmp sle i8 %A, 126 ; <i1> [#uses=1]
35 %B = icmp slt i8 %A, 127 ; <i1> [#uses=1]
2004-11-27-SetCCForCastLargerAndConstant.ll 4 ; %C = icmp ult i32 %Y, 1024
16 %C = icmp ult i32 %Y, 1024 ; <i1> [#uses=1]
18 ; CHECK: %C1 = icmp sgt i8 %SB, -1
24 %C = icmp slt i32 %Y, 1024 ; <i1> [#uses=1]
31 %C = icmp slt i32 %Y, -1024 ; <i1> [#uses=1]
38 %C = icmp ult i32 %Y, 17
40 ; CHECK: %C = icmp ult i8 %SB, 17
46 %C = icmp slt i32 %Y, 17 ; <i1> [#uses=1]
48 ; CHECK: %C = icmp slt i8 %SB, 17
53 %C = icmp slt i32 %Y, -17 ; <i1> [#uses=1
    [all...]
2007-03-13-CompareMerge.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp sle"
5 %tmp266.i = icmp slt i32 %c.3.i, %d.292.2.i
6 %tmp276.i = icmp eq i32 %c.3.i, %d.292.2.i
adjust-for-sminmax.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp s[lg]t i32 %n, 0" | count 16
7 %t = icmp sgt i32 %n, -1
12 %t = icmp slt i32 %n, 1
17 %t = icmp sgt i32 %n, 0
22 %t = icmp slt i32 %n, 0
27 %t = icmp sge i32 %n, 0
32 %t = icmp sle i32 %n, 0
37 %t = icmp sge i32 %n, 1
42 %t = icmp sle i32 %n, -1
47 %t = icmp sgt i32 %n, -
    [all...]
  /external/llvm/test/Analysis/CostModel/X86/
cmp.ll 27 ;AVX1: cost of 1 {{.*}} icmp
28 ;AVX2: cost of 1 {{.*}} icmp
29 %F = icmp eq <16 x i8> undef, undef
30 ;AVX1: cost of 1 {{.*}} icmp
31 ;AVX2: cost of 1 {{.*}} icmp
32 %G = icmp eq <8 x i16> undef, undef
33 ;AVX1: cost of 1 {{.*}} icmp
34 ;AVX2: cost of 1 {{.*}} icmp
35 %H = icmp eq <4 x i32> undef, undef
36 ;AVX1: cost of 1 {{.*}} icmp
    [all...]
  /external/llvm/test/CodeGen/ARM/
long-setcc.ll 5 %B = icmp slt i64 %x, 0
10 %tmp = icmp ult i64 %x, 4294967296
15 %tmp = icmp ugt i32 %x, -1
  /external/llvm/test/CodeGen/Thumb/
long-setcc.ll 5 %B = icmp slt i64 %x, 0
10 %tmp = icmp ult i64 %x, 4294967296
15 %tmp = icmp ugt i32 %x, -1
  /external/clang/test/CodeGen/
pointer-cmp-type.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult"
  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-10-13-SCEVChain.ll 12 ; CHECK: icmp
13 ; CHECK: icmp
14 ; CHECK: icmp
15 ; CHECK: icmp
16 ; CHECK: icmp
17 ; CHECK: icmp
18 ; CHECK: icmp
19 ; CHECK: icmp
20 ; CHECK: icmp
21 ; CHECK: icmp
    [all...]
  /external/llvm/test/Assembler/
2007-04-25-AssemblerFoldExternWeak.ll 1 ; RUN: llvm-as < %s | llvm-dis | grep "icmp.*test_weak.*null"
3 @G = global i1 icmp ne (i32 (...)* @test_weak, i32 (...)* null)
ConstantExprNoFold.ll 13 ; icmp should return true. It's not valid to *dereference* in @B from a pointer
14 ; based on @A, but icmp isn't a dereference.
16 ; CHECK: @C = global i1 icmp eq (i64* getelementptr inbounds (i64* @A, i64 1), i64* @B)
17 @C = global i1 icmp eq (i64* getelementptr inbounds (i64* @A, i64 1), i64* @B)
20 ; to only use a gep on one side of the icmp though.
22 ; CHECK: @D = global i1 icmp eq (i64* getelementptr inbounds (i64* @A, i64 1), i64* getelementptr inbounds (i64* @B, i64 2))
23 @D = global i1 icmp eq (i64* getelementptr inbounds (i64* @A, i64 1), i64* getelementptr inbounds (i64* @B, i64 2))
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
non-null.ll 8 icmp ne i8* %ptr, null
9 ; CHECK-NOT: icmp
18 icmp ne i8* %ptr, null
19 ; CHECK-NOT: icmp
28 icmp ne i8* %ptr, null
29 ; CHECK-NOT: icmp
39 icmp ne i8* %dest, null
40 icmp ne i8* %src, null
41 ; CHECK-NOT: icmp
51 icmp ne i8* %dest, nul
    [all...]
  /external/android-clat/
icmp.h 16 * icmp.c - convenience functions for translating ICMP and ICMPv6 packets.
27 // Determines whether an ICMP type is an error message.
33 // Maps ICMP types to ICMPv6 types. Partial implementation of RFC 6145, section 4.2.
36 // Maps ICMP codes to ICMPv6 codes. Partial implementation of RFC 6145, section 4.2.
39 // Maps ICMPv6 types to ICMP types. Partial implementation of RFC 6145, section 5.2.
42 // Maps ICMPv6 codes to ICMP codes. Partial implementation of RFC 6145, section 5.2.
  /external/llvm/test/Transforms/ConstProp/
constant-expr.ll 7 @A = global i1 add (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z))
8 ; CHECK: @A = global i1 xor (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z))
9 @B = global i1 sub (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)), align 2
10 ; CHECK: @B = global i1 xor (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z))
11 @C = global i1 mul (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)
    [all...]

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011>>