Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 25 of 133) sorted by relevance

123456

/external/blktrace/
Dstrverscmp.c80 #define CMP 2 macro
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
114 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
118 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
119 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
120 -1, CMP, CMP, CMP in strverscmp()
143 case CMP: in strverscmp()
/external/bison/lib/
Dstrverscmp.c35 #define CMP 2 macro
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp()
86 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in __strverscmp()
87 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP, in __strverscmp()
88 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in __strverscmp()
89 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp()
90 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in __strverscmp()
91 /* S_Z */ CMP, 1, 1, CMP, -1, CMP, CMP, CMP, in __strverscmp()
92 -1, CMP, CMP, CMP in __strverscmp()
115 case CMP: in __strverscmp()
/external/llvm/test/CodeGen/Mips/
Dcmov.ll4 …ch=mips -mcpu=mips32r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=32-CMP
7 …ch=mips64el -mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=64-CMP
19 ; 32-CMP-DAG: lw $[[R0:[0-9]+]], %got(i3)
20 ; 32-CMP-DAG: addiu $[[R1:[0-9]+]], ${{[0-9]+}}, %got(i1)
21 ; 32-CMP-DAG: selnez $[[T0:[0-9]+]], $[[R1]], $4
22 ; 32-CMP-DAG: seleqz $[[T1:[0-9]+]], $[[R0]], $4
23 ; 32-CMP-DAG: or $[[T2:[0-9]+]], $[[T0]], $[[T1]]
24 ; 32-CMP-DAG: lw $2, 0($[[T2]])
30 ; 64-CMP-DAG: ld $[[R0:[0-9]+]], %got_disp(i3)(
31 ; 64-CMP-DAG: daddiu $[[R1:[0-9]+]], ${{[0-9]+}}, %got_disp(i1)
[all …]
Dfcmp.ll6 ; RUN: FileCheck %s -check-prefix=ALL -check-prefix=32-CMP
14 ; RUN: FileCheck %s -check-prefix=ALL -check-prefix=64-CMP
36 ; 32-CMP-DAG: cmp.eq.s $[[T0:f[0-9]+]], $f12, $f14
37 ; 32-CMP-DAG: mfc1 $[[T1:[0-9]+]], $[[T0]]
38 ; 32-CMP-DAG: andi $2, $[[T1]], 1
40 ; 64-CMP-DAG: cmp.eq.s $[[T0:f[0-9]+]], $f12, $f13
41 ; 64-CMP-DAG: mfc1 $[[T1:[0-9]+]], $[[T0]]
42 ; 64-CMP-DAG: andi $2, $[[T1]], 1
60 ; 32-CMP-DAG: cmp.lt.s $[[T0:f[0-9]+]], $f14, $f12
61 ; 32-CMP-DAG: mfc1 $[[T1:[0-9]+]], $[[T0]]
[all …]
/external/llvm/test/Transforms/InstCombine/
Dabs_abs.ll12 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp sgt i32 %x, -1
14 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 %x, i32 [[NEG]]
27 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp sgt i32 %x, 0
29 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 %x, i32 [[NEG]]
42 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp slt i32 %x, 0
44 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[NEG]], i32 %x
57 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp slt i32 %x, 1
59 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[NEG]], i32 %x
72 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp sgt i32 %x, -1
74 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 %x, i32 [[NEG]]
[all …]
Dicmp.ll1079 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp eq i32 [[AND]], 0
1080 ; CHECK-NEXT: ret i1 [[CMP]]
1092 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 [[AND]], 0
1093 ; CHECK-NEXT: ret i1 [[CMP]]
1104 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 [[AND]], 224
1105 ; CHECK-NEXT: ret i1 [[CMP]]
1134 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ult i32 %V, 5
1135 ; CHECK-NEXT: ret i1 [[CMP]]
1143 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp eq i32 %V, 5
1144 ; CHECK-NEXT: ret i1 [[CMP]]
[all …]
Dffs-1.ll107 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 %x, 0
108 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[INC]], i32 0
118 ; CHECK-LINUX-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i32 %x, 0
119 ; CHECK-LINUX-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[INC]], i32 0
130 ; CHECK-LINUX-NEXT: [[CMP:%[a-z0-9]+]] = icmp ne i64 %x, 0
131 ; CHECK-LINUX-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[TRUNC]], i32 0
/external/llvm/test/CodeGen/AArch64/
Dtbz-tbnz.ll12 ; CHECK: sub [[CMP:w[0-9]+]], w0, #12
13 ; CHECK: tbz [[CMP]], #31
30 ; CHECK: sub [[CMP:x[0-9]+]], x0, #12
31 ; CHECK: tbz [[CMP]], #63
48 ; CHECK: sub [[CMP:w[0-9]+]], w0, #12
49 ; CHECK: tbnz [[CMP]], #31
66 ; CHECK: sub [[CMP:x[0-9]+]], x0, #12
67 ; CHECK: tbnz [[CMP]], #63
84 ; CHECK: sub [[CMP:w[0-9]+]], w0, #12
85 ; CHECK: tbnz [[CMP]], #31
[all …]
/external/libhevc/common/arm64/
Dihevc_sao_edge_offset_class3_chroma.s126 CMP x9,#0
136 CMP x12,#0
145 CMP x11,#0
156 CMP x12,#0 //0 != edge_idx
169 CMP x12,#0
178 CMP x11,#0
189 CMP x12,#0 //0 != edge_idx
204 CMP x10,#0
215 CMP x11,#0
224 CMP x14,#0
[all …]
Dihevc_sao_edge_offset_class3.s115 CMP x9,#0
129 CMP x12,#0
136 CMP x11,#0
147 CMP x12,#0 //0 != edge_idx
159 CMP x10,#0
175 CMP x11,#0
181 CMP x14,#0
194 CMP x12,#0
210 CMP x11,#0
217 CMP x5,#0
[all …]
Dihevc_sao_edge_offset_class2_chroma.s129 CMP x9,#0
140 CMP x12,#0
149 CMP x11,#0
161 CMP x12,#0 //0 != edge_idx
177 CMP x12,#0
184 CMP x11,#0
196 CMP x12,#0 //0 != edge_idx
210 CMP x10,#0
223 CMP x11,#0
233 CMP x14,#0
[all …]
Dihevc_inter_pred_chroma_copy.s104 CMP x5,#0 //checks ht == 0
113 CMP x5,#0
141 CMP x8,#0
166 CMP x5,#0
193 CMP x8,#0
212 CMP x5,#0
238 CMP x8,#0
Dihevc_sao_edge_offset_class2.s115 CMP x10,#0
142 CMP x12,#0 //0 != edge_idx
152 CMP x14,#0
186 CMP x12,#0
201 CMP x11,#0
208 CMP x5,#0
226 CMP x7,#16 //Compare wd with 16
229 CMP x8,#4 //Compare ht with 4
236 CMP x6,x7 //col == wd
243 CMP x6,#16 //if(col == 16)
[all …]
Dihevc_sao_band_offset_chroma.s152 CMP x5,#28
180 CMP x5,#29
190 CMP x5,#30
199 CMP x5,#31
209 CMP x5,#0 //case 0
244 CMP x6,#28
254 CMP x6,#29
264 CMP x6,#30
274 CMP x6,#31
284 CMP x6,#0 //case 0
[all …]
/external/libhevc/decoder/arm/
Dihevcd_fmt_conv_420sp_to_420p.s106 CMP r5,#0 @//skip luma if disable_luma_copy is non-zero
120 CMP r6,#16
122 CMP r6,#0
157 CMP r4,#0 @//Swap U and V dest if is_u_first_flag is zero
174 CMP r6,#16
176 CMP r6,#0
Dihevcd_fmt_conv_420sp_to_420sp.s118 CMP r6,#32
120 CMP r6,#0
171 CMP r6,#16
173 CMP r6,#0
/external/llvm/test/CodeGen/X86/
Datomic128.ll123 ; CHECK: setbe [[CMP:%[a-z0-9]+]]
128 ; CHECK: movb [[HICMP]], [[CMP]]
130 ; CHECK: testb [[CMP]], [[CMP]]
155 ; CHECK: setae [[CMP:%[a-z0-9]+]]
160 ; CHECK: movb [[HICMP]], [[CMP]]
162 ; CHECK: testb [[CMP]], [[CMP]]
187 ; CHECK: setbe [[CMP:%[a-z0-9]+]]
192 ; CHECK: movb [[HICMP]], [[CMP]]
194 ; CHECK: testb [[CMP]], [[CMP]]
219 ; CHECK: setb [[CMP:%[a-z0-9]+]]
[all …]
/external/libhevc/common/arm/
Dihevc_sao_edge_offset_class3_chroma.s118 CMP r9,#0
128 CMP r12,#0
135 CMP r11,#0
145 CMP r12,#0 @0 != edge_idx
156 CMP r12,#0
163 CMP r11,#0
173 CMP r12,#0 @0 != edge_idx
186 CMP r10,#0
197 CMP r11,#0
204 CMP r14,#0
[all …]
Dihevc_sao_edge_offset_class3.s110 CMP r9,#0
124 CMP r12,#0
129 CMP r11,#0
139 CMP r12,#0 @0 != edge_idx
149 CMP r10,#0
166 CMP r11,#0
170 CMP r14,#0
182 CMP r12,#0
196 CMP r11,#0
202 CMP r5,#0
[all …]
Dihevc_sao_edge_offset_class2_chroma.s120 CMP r9,#0
131 CMP r12,#0
138 CMP r11,#0
149 CMP r12,#0 @0 != edge_idx
163 CMP r12,#0
168 CMP r11,#0
179 CMP r12,#0 @0 != edge_idx
191 CMP r10,#0
204 CMP r11,#0
212 CMP r14,#0
[all …]
/external/libhevc/decoder/arm64/
Dihevcd_fmt_conv_420sp_to_420p.s104 CMP x5,#0 ////skip luma if disable_luma_copy is non-zero
118 CMP x6,#16
120 CMP x6,#0
159 CMP x4,#0 ////Swap U and V dest if is_u_first_flag is zero
176 CMP x6,#16
178 CMP x6,#0
/external/pcre/dist/
Dpcre_jit_compile.c473 #undef CMP
537 #define CMP(type, src1, src1w, src2, src2w) \ macro
2108 add_stub(common, CMP(SLJIT_C_GREATER, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack()
2221 early_quit = CMP(SLJIT_C_EQUAL, SLJIT_R1, 0, SLJIT_IMM, 0); in copy_ovector()
2269 jump = CMP(SLJIT_C_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 3); in return_with_partial_match()
2305 jump = CMP(SLJIT_C_LESS_EQUAL, TMP1, 0, STR_PTR, 0); in check_start_used_ptr()
2311 jump = CMP(SLJIT_C_LESS_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_start_used_ptr()
2448 jump = CMP(SLJIT_C_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_partial()
2450 jump = CMP(SLJIT_C_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, SLJIT_IMM, -1); in check_partial()
2474 add_jump(compiler, end_reached, CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in check_str_end()
[all …]
/external/tremolo/Tremolo/
Ddpen.s80 CMP r0,#0
89 CMP r7, #3
92 CMP r7, #1
107 CMP r1, #0 @ if (i-read >= 0) === (i >= read)
136 CMP r10,#0x80
139 CMP r8, r7 @ if bit==0 (chase+bit==chase) (sets C)
164 CMP r1, #0 @ if (i-read >= 0) === (i >= read)
194 CMP r10,#0x8000
198 CMP r8, r7 @ if bit==0 (chase+bit==chase) sets C
222 CMP r1, #0 @ if (i-read >= 0) === (i >= read)
[all …]
/external/openssh/
Ddeattack.c68 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro
86 if (!CMP(S, c)) { in check_crc()
138 if (!CMP(c, d)) { in detect_attack()
153 if (!CMP(c, buf + dctx->h[i] * SSH_BLOCKSIZE)) { in detect_attack()
/external/llvm/test/CodeGen/ARM/
Difcvt3.ll2 ; RUN: llc -mtriple=arm-eabi -mattr=+v4t %s -o - | FileCheck %s -check-prefix CHECK-V4-CMP
26 ; CHECK-V4-CMP: cmpne
27 ; CHECK-V4-CMP-NOT: cmpne

123456