Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 5287) sorted by relevance

12345678910>>...212

/external/llvm/test/CodeGen/CellSPU/
Dselect_bits.ll14 ; (or (and rC, rB), (and (not rC), rA))
16 %C = and <2 x i64> %rC, %rB
18 %B = and <2 x i64> %A, %rA
23 ; (or (and rB, rC), (and (not rC), rA))
25 %C = and <2 x i64> %rB, %rC
27 %B = and <2 x i64> %A, %rA
32 ; (or (and (not rC), rA), (and rB, rC))
35 %B = and <2 x i64> %A, %rA
36 %C = and <2 x i64> %rB, %rC
41 ; (or (and (not rC), rA), (and rC, rB))
[all …]
Dand_ops.ll2 ; RUN: grep and %t1.s | count 234
16 %A = and <4 x i32> %arg1, %arg2
21 %A = and <4 x i32> %arg2, %arg1
26 %A = and <8 x i16> %arg1, %arg2
31 %A = and <8 x i16> %arg2, %arg1
36 %A = and <16 x i8> %arg2, %arg1
41 %A = and <16 x i8> %arg1, %arg2
46 %A = and i32 %arg2, %arg1
51 %A = and i32 %arg1, %arg2
56 %A = and i16 %arg2, %arg1
[all …]
/external/llvm/test/Transforms/InstCombine/
Dbit-checks.ll8 %and = and i32 %argc, 1 ; <i32> [#uses=1]
9 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1]
10 %and2 = and i32 %argc, 2 ; <i32> [#uses=1]
12 %or.cond = and i1 %tobool, %tobool3 ; <i1> [#uses=1]
19 %and = and i32 %argc, 1 ; <i32> [#uses=1]
20 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1]
21 %and2 = and i32 %argc, 2 ; <i32> [#uses=1]
35 %and = and i32 %argc, 7 ; <i32> [#uses=1]
36 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1]
37 %and2 = and i32 %argc, 48 ; <i32> [#uses=1]
[all …]
Dand.ll4 ; RUN: opt < %s -instcombine -S | not grep and
8 %B = and i32 %A, 0 ; <i32> [#uses=1]
14 %B = and i32 %A, -1 ; <i32> [#uses=1]
20 %B = and i1 %A, false ; <i1> [#uses=1]
26 %B = and i1 %A, true ; <i1> [#uses=1]
31 %B = and i32 %A, %A ; <i32> [#uses=1]
36 %B = and i1 %A, %A ; <i1> [#uses=1]
43 %B = and i32 %A, %NotA ; <i32> [#uses=1]
49 %B = and i8 %A, 3 ; <i8> [#uses=1]
50 %C = and i8 %B, 4 ; <i8> [#uses=1]
[all …]
Dsign-test-and-or.ll31 ; CHECK-NEXT: %1 = and i32 %a, %b
46 %or.cond = and i1 %1, %2
50 ; CHECK-NEXT: %1 = and i32 %a, %b
65 %or.cond = and i1 %1, %2
82 %and = and i32 %a, 134217728
83 %1 = icmp eq i32 %and, 0
85 %or.cond = and i1 %1, %2
89 ; CHECK-NEXT: %1 = and i32 %a, -2013265920
103 %and = and i32 %a, 134217728
104 %2 = icmp eq i32 %and, 0
[all …]
/external/icu4c/data/rbnf/
Dmt.txt4 // * Corporation and others. All Rights Reserved.
79 "1000: elf[>%%and-typeB-masculine>];",
80 "2000: elfejn[>%%and-typeB-masculine>];",
81 "3000: <%%thousands< elef[>%%and-typeB-masculine>];",
82 "11000/1000: <%%spellout-cardinal-masculine< elf[>%%and-typeB-masculine>];",
83 "1000000: miljun[>%%and-typeB-masculine>];",
84 "2000000: <%%spellout-cardinal-masculine< miljuni[>%%and-typeB-masculine>];",
85 "11000000/1,000: <%%spellout-cardinal-masculine< miljun[>%%and-typeB-masculine>];",
86 "1000000000: biljun[>%%and-typeB-masculine>];",
87 "2000000000: <%%spellout-cardinal-masculine< biljuni[>%%and-typeB-masculine>];",
[all …]
Dhe.txt4 // * Corporation and others. All Rights Reserved.
35 "20: \u05E2\u05E9\u05E8\u05D9\u05DD[ >%%and-feminine>];",
36 "30: \u05E9\u05DC\u05D5\u05E9\u05D9\u05DD[ >%%and-feminine>];",
37 "40: \u05D0\u05E8\u05D1\u05E2\u05D9\u05DD[ >%%and-feminine>];",
38 "50: \u05D7\u05DE\u05D9\u05E9\u05D9\u05DD[ >%%and-feminine>];",
39 "60: \u05E9\u05D9\u05E9\u05D9\u05DD[ >%%and-feminine>];",
40 "70: \u05E9\u05D1\u05E2\u05D9\u05DD[ >%%and-feminine>];",
41 "80: \u05E9\u05DE\u05D5\u05E0\u05D9\u05DD[ >%%and-feminine>];",
42 "90: \u05EA\u05E9\u05E2\u05D9\u05DD[ >%%and-feminine>];",
43 "100: \u05DE\u05D0\u05D4[ >%%and-feminine>];",
[all …]
/external/llvm/test/CodeGen/Mips/
Dmips64extins.ll7 %and = and i64 %shr, 1023
8 ret i64 %and
15 %and = and i64 %shr, 17179869183
16 ret i64 %and
23 %and = and i64 %shr, 63
24 ret i64 %and
31 %and = and i64 %shl2, 261888
32 %and3 = and i64 %i, -261889
33 %or = or i64 %and3, %and
41 %and = and i64 %shl4, 8796093021184
[all …]
/external/openssl/crypto/aes/asm/
Daes-mips.s33 and $1,0x3fc
34 and $2,0x3fc
35 and $24,0x3fc
36 and $25,0x3fc
54 and $1,0x3fc
55 and $2,0x3fc
56 and $24,0x3fc
57 and $25,0x3fc
75 and $1,0x3fc
76 and $2,0x3fc
[all …]
/external/valgrind/main/
DAUTHORS2 Julian Seward was the original founder, designer and author of
4 the 3.X versions of Helgrind, Ptrcheck, DHAT, and did lots of other
8 Cachegrind and Massif, and tons of other stuff.
11 more recent Linux/glibc versions, set up the present build system, and has
12 helped out with test and build machines.
14 Jeremy Fitzhardinge wrote Helgrind (in the 2.X line) and totally
15 overhauled low-level syscall/signal and address space layout stuff,
18 Josef Weidendorfer wrote and maintains Callgrind and the associated
22 that forms the basis of the 3.0 line and was also seen in 2.4.0.
23 He also did UCode-based dynamic translation support for PowerPC, and
[all …]
/external/qemu/distrib/sdl-1.2.12/src/hermes/
Dx86p_16.asm39 and eax,BYTE 11111b
40 and ebx,11111100000b
55 and eax,BYTE 11b
62 and eax,BYTE 11111b
63 and ebx,11111100000b
91 and eax,07E007E0h
94 and ebx,0F800F800h
97 and edx,001F001Fh
111 and ecx,BYTE 1
118 and eax,BYTE 11111b
[all …]
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT6 Permission to use, copy, modify, and distribute this software for any
7 purpose and without fee is hereby granted, provided that this
8 copyright and permission notice appear on all copies and supporting
11 without specific prior permission, and notice be given in supporting
12 documentation that copying and distribution is by permission of
22 Permission to use, copy, modify, and distribute this software for any
23 purpose and without fee is hereby granted, provided that this copyright and
24 permission notice appear on all copies and supporting documentation, the
26 distribution of the program without specific prior permission, and notice be
27 given in supporting documentation that copying and distribution is by
[all …]
/external/llvm/test/MC/X86/
Dintel-syntax.s33 and ax, 12
35 and ax, -12
37 and ax, 257
39 and ax, -257
41 and eax, 12
43 and eax, -12
45 and eax, 257
47 and eax, -257
49 and rax, 12
51 and rax, -12
[all …]
/external/zlib/contrib/delphi/
Dreadme.txt9 and is based on zlib version 1.0.4. There are a series of bugs
10 and security problems associated with that old zlib version, and
20 Longint, for consistency with the zlib.h header, and for 64-bit
27 - The allocation and deallocation functions and function types
28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
29 and _malloc and _free are added as C RTL stubs. As a result,
31 and linked to the ZLib unit.
38 the zlib library, and much of the original zlib functionality is
46 - Checksum class wrappers around adler32() and crc32(), similar
50 - The ability to read and write raw deflate streams, without the
[all …]
/external/clang/test/SemaObjC/
Dcomptypes-7.m49 …if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int'…
50 …if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id'…
51 …if (obj == j) foo() ; // expected-warning {{comparison of distinct pointer types ('id' and 'int *'…
52 …if (j == obj) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'id'…
54 …= i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' and 'int')}}
55 …if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'M…
56 …= j) foo() ; // expected-warning {{comparison of distinct pointer types ('MyClass *' and 'int *')}}
57 …if (j == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'M…
59 …i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtocol>' and 'int…
60 …if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'i…
[all …]
/external/openssl/crypto/sha/asm/
Dsha256-mips.s67 and $15,$24
96 and $14,$1,$2
97 and $13,$3
119 and $16,$7
148 and $15,$31,$1
149 and $14,$2
171 and $17,$3
200 and $16,$30,$31
201 and $15,$1
223 and $18,$2
[all …]
Dsha1-mips.s61 and $25,$2
85 and $25,$1
109 and $25,$24
133 and $25,$7
157 and $25,$3
181 and $25,$2
205 and $25,$1
229 and $25,$24
253 and $25,$7
277 and $25,$3
[all …]
/external/llvm/test/CodeGen/ARM/
Dbfi.ll13 %1 = and i32 %0, -62914561 ; <i32> [#uses=1]
24 %and = and i32 %A, -8388481 ; <i32> [#uses=1]
25 %and2 = and i32 %B, 8388480 ; <i32> [#uses=1]
26 %or = or i32 %and2, %and ; <i32> [#uses=1]
35 %and = and i32 %A, 8388480 ; <i32> [#uses=1]
36 %and2 = and i32 %B, -8388481 ; <i32> [#uses=1]
37 %or = or i32 %and2, %and ; <i32> [#uses=1]
47 %ins7 = and i32 %1, 1015808
58 %0 = and i32 %a, -15728641
60 %2 = and i32 %1, 15728640
[all …]
Drev.ll9 %tmp2 = and i32 %tmp1, 16711680
10 %tmp5 = and i32 %tmp4, -16777216
11 %tmp9 = and i32 %tmp1, 255
12 %tmp13 = and i32 %tmp4, 65280
25 %tmp2 = and i16 %tmp1.upgrd.1, 255
66 %and = and i32 %shr23, 255
67 %or = or i32 %shr, %and
76 %and = shl i32 %x, 8
77 %shl = and i32 %and, 65280
79 %shr11 = and i32 %and2, 255
[all …]
/external/quake/quake/src/WinQuake/data/
DCOMEXP.TXT5 Corporation, (hereinafter "Id Software") and Licensee (as described
6 on the signature page hereof) and is made effective beginning on
11 WHEREAS, Id Software is the owner and developer of the
15 non-exclusive rights regarding QUAKE to Licensee; and
22 NOW, THEREFORE, for and in consideration of the mutual
23 premises contained herein and for other good and valuable
24 consideration, the receipt and sufficiency of which is hereby
33 Id Software approved retailer; and
36 version of QUAKE on a CD-ROM and shall not mean the
40 Licensee and Licensee hereby accepts, subject to the provisions and
[all …]
/external/stlport/
DLICENSE1 …see a non-exclusive, non-transferable, royalty-free license to use STLport and its documentation w…
3 …the intellectual property laws and all other applicable laws of the United States of America, and
5 Licensee shall maintain the following copyright and permission notices on STLport sources and its …
10 …. Permission to modify the code and to distribute modified code is granted, provided the above not…
16 The following copyright notices are retained when present, and conditions provided in accompanying …
23and sell this software and its documentation for any purpose is hereby granted without fee, provid…
25and sell this software and its documentation for any purpose is hereby granted without fee, provid…
27and sell this software and its documentation for any purpose is hereby granted without fee, provid…
DNOTICE1 …see a non-exclusive, non-transferable, royalty-free license to use STLport and its documentation w…
3 …the intellectual property laws and all other applicable laws of the United States of America, and
5 Licensee shall maintain the following copyright and permission notices on STLport sources and its …
10 …. Permission to modify the code and to distribute modified code is granted, provided the above not…
16 The following copyright notices are retained when present, and conditions provided in accompanying …
23and sell this software and its documentation for any purpose is hereby granted without fee, provid…
25and sell this software and its documentation for any purpose is hereby granted without fee, provid…
27and sell this software and its documentation for any purpose is hereby granted without fee, provid…
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll10 %tmp1 = and i32 %x, 16711935 ; <i32> [#uses=1]
21 ; ARMv7M: and.w r0, r1, r0, lsr #8
23 %tmp2 = and i32 %tmp1, 16711935 ; <i32> [#uses=1]
33 ; ARMv7M: and.w r0, r1, r0, lsr #8
35 %tmp2 = and i32 %tmp1, 16711935 ; <i32> [#uses=1]
45 ; ARMv7M: and.w r0, r1, r0, lsr #8
47 %tmp6 = and i32 %tmp1, 16711935 ; <i32> [#uses=1]
57 ; ARMv7M: and.w r0, r1, r0, lsr #8
59 %tmp2 = and i32 %tmp1, 16711935 ; <i32> [#uses=1]
69 ; ARMv7M: and.w r0, r1, r0, ror #16
[all …]
Dbfi.ll13 %1 = and i32 %0, -62914561 ; <i32> [#uses=1]
24 %and = and i32 %A, -8388481 ; <i32> [#uses=1]
25 %and2 = and i32 %B, 8388480 ; <i32> [#uses=1]
26 %or = or i32 %and2, %and ; <i32> [#uses=1]
35 %and = and i32 %A, 8388480 ; <i32> [#uses=1]
36 %and2 = and i32 %B, -8388481 ; <i32> [#uses=1]
37 %or = or i32 %and2, %and ; <i32> [#uses=1]
47 %ins7 = and i32 %1, 1015808
57 %and = and i32 %a, 2
58 %b.masked = and i32 %b, -2
[all …]
/external/opencv/
DNOTICE14 Redistribution and use in source and binary forms, with or without modification,
18 this list of conditions and the following disclaimer.
21 this list of conditions and the following disclaimer in the documentation
22 and/or other materials provided with the distribution.
27 This software is provided by the copyright holders and contributors "as is" and
29 warranties of merchantability and fitness for a particular purpose are disclaimed.
34 and on any theory of liability, whether in contract, strict liability,
46 including commercial applications, and to alter it and redistribute it freely,
50 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being …
58 * Redistribution and use in source and binary forms, with or without
[all …]

12345678910>>...212