Searched refs:cmp (Results 201 - 225 of 1065) sorted by relevance

1234567891011>>

/external/v8/src/x87/
H A Dcodegen-x87.cc133 __ cmp(dst, src);
138 __ cmp(count, 0);
140 __ cmp(dst, src);
153 __ cmp(count, 3);
156 __ cmp(count, 0);
171 __ cmp(count, 3);
180 __ cmp(count, 3);
183 __ cmp(count, 0);
236 __ cmp(result, Immediate(kConsStringTag));
238 __ cmp(resul
[all...]
/external/libffi/src/moxie/
H A Deabi.S79 cmp $r8, $r7
83 cmp $r8, $r7
/external/llvm/test/MC/Mips/
H A Dtarget-soft-float.s69 cmp.af.d $f2, $f2, $f2
71 cmp.af.s $f2, $f2, $f2
73 cmp.eq.d $f2, $f2, $f2
75 cmp.eq.s $f2, $f2, $f2
77 cmp.le.d $f2, $f2, $f2
79 cmp.le.s $f2, $f2, $f2
81 cmp.lt.d $f2, $f2, $f2
83 cmp.lt.s $f2, $f2, $f2
85 cmp.saf.d $f2, $f2, $f2
87 cmp
[all...]
/external/pdfium/third_party/freetype/
H A Droll-freetype.sh17 cmp third_party/freetype/src/src/psnames/pstables.h \
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
H A Deabi.S79 cmp $r8, $r7
83 cmp $r8, $r7
/external/python/cpython3/Lib/test/
H A Dtest_filecmp.py30 self.assertTrue(filecmp.cmp(self.name, self.name),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
34 self.assertTrue(filecmp.cmp(self.name, self.name_same),
36 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
40 self.assertFalse(filecmp.cmp(self.name, self.name_diff),
42 self.assertFalse(filecmp.cmp(self.name, self.dir),
46 first_compare = filecmp.cmp(self.name, self.name_same, shallow=False)
47 second_compare = filecmp.cmp(self.name, self.name_diff, shallow=False)
/external/python/cpython3/Modules/_ctypes/libffi/src/moxie/
H A Deabi.S79 cmp $r8, $r7
83 cmp $r8, $r7
/external/syslinux/core/
H A Ddiskfs.inc102 cmp byte [kaboom.again+1],18h ; INT 18h version?
H A Ddiskboot.inc193 cmp dx,4fh ; DS:SI < 50h:0 (BDA or IVT) ?
195 cmp dx,(PartInfo-75)>>4 ; DS:SI in overwritten memory?
199 cmp [di-76+4],cl ; Sanity check: partition type != 0
201 cmp eax,'!GPT' ; !GPT signature?
203 cmp byte [di-76+4],0EDh ; Synthetic GPT partition entry?
255 cmp bx,0AA55h
279 cmp dword [ldlinux_magic+4],LDLINUX_MAGIC^HEXDATE
361 cmp eax,1023 ; Outside the CHS range?
/external/vboot_reference/tests/futility/
H A Dtest_load_fmap.sh38 cmp $a $a.rand
H A Dtest_sign_firmware.sh97 cmp ${SCRIPTDIR}/data_${base}_expect.txt ${TMP}.${base}.sha.new
117 cmp ${loemdir}/sha.expect ${loemdir}/loem.sha.new
130 if cmp ${TMP}.good.body ${TMP}.good.fw_main; then false; fi
138 cmp ${TMP}.onemore.body ${TMP}.onemore.fw_main
139 cmp ${TMP}.onemore.body ${TMP}.good.fw_main
/external/libffi/src/sh/
H A Dsysv.S90 cmp/eq r2,r9
105 cmp/pl r8
112 cmp/eq #FFI_TYPE_DOUBLE,r0
122 cmp/hs r0,r3
168 cmp/eq #FFI_TYPE_FLOAT,r0
172 cmp/hs r0,r3
225 cmp/eq #FFI_TYPE_INT,r0
229 cmp/hs r0,r2
265 cmp/eq r2,r9
283 cmp/e
[all...]
/external/libhevc/common/arm/
H A Dihevc_deblk_chroma_vert.s86 cmp r3,#0x39
94 cmp r2,#0x39
103 cmp r6,#0x35
118 cmp r5,#0x35
133 cmp r12,#0
159 cmp r4,#0
H A Dihevc_inter_pred_chroma_copy.s113 cmp r7,#0 @checks ht == 0
123 cmp r7,#0
151 cmp r8,#0
177 cmp r7,#0
203 cmp r8,#0
224 cmp r7,#0
250 cmp r8,#0
/external/libhevc/common/arm64/
H A Dihevc_deblk_chroma_horz.s88 cmp x1,#0x39
98 cmp x2,#0x39
108 cmp x3,#0x35
127 cmp x4,#0x35
140 cmp x8,#0
163 cmp x9,#0
/external/libmpeg2/common/arm/
H A Dideint_spatial_filter_a9.s157 cmp r7, r6
161 cmp r7, r5
168 cmp r6, r5
183 cmp r7, r6
187 cmp r7, r5
194 cmp r6, r5
/external/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_power.h45 " cmpw %[cmp], %[res] \n\t" // compare values
52 [cmp] "b" (old_value),
134 " cmpw %[cmp], %[res] \n\t" // compare values
143 [cmp] "b" (old_value),
160 " cmpw %[cmp], %[res] \n\t" // compare values
168 [cmp] "b" (old_value),
246 " cmpd %[cmp], %[res] \n\t" // compare values
254 [cmp] "b" (old_value),
331 " cmpd %[cmp], %[res] \n\t" // compare values
340 [cmp] "
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_filecmp.py28 self.assertTrue(filecmp.cmp(self.name, self.name_same),
30 self.assertTrue(filecmp.cmp(self.name, self.name_same, shallow=False),
32 self.assertTrue(filecmp.cmp(self.name, self.name, shallow=False),
34 self.assertTrue(filecmp.cmp(self.name, self.name),
38 self.assertFalse(filecmp.cmp(self.name, self.name_diff),
40 self.assertFalse(filecmp.cmp(self.name, self.dir),
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
H A Dsysv.S90 cmp/eq r2,r9
105 cmp/pl r8
112 cmp/eq #FFI_TYPE_DOUBLE,r0
122 cmp/hs r0,r3
168 cmp/eq #FFI_TYPE_FLOAT,r0
172 cmp/hs r0,r3
225 cmp/eq #FFI_TYPE_INT,r0
229 cmp/hs r0,r2
265 cmp/eq r2,r9
283 cmp/e
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/sh/
H A Dsysv.S90 cmp/eq r2,r9
105 cmp/pl r8
112 cmp/eq #FFI_TYPE_DOUBLE,r0
122 cmp/hs r0,r3
168 cmp/eq #FFI_TYPE_FLOAT,r0
172 cmp/hs r0,r3
225 cmp/eq #FFI_TYPE_INT,r0
229 cmp/hs r0,r2
265 cmp/eq r2,r9
283 cmp/e
[all...]
/external/libffi/src/x86/
H A Dwin64.S125 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_SMALL_STRUCT_4B
133 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_SMALL_STRUCT_2B
141 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_SMALL_STRUCT_1B
149 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_UINT8
158 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_SINT8
167 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_UINT16
176 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_SINT16
185 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_UINT32
194 cmp DWORD PTR CIF_FLAGS[rbp], FFI_TYPE_SINT32
203 cmp DWOR
[all...]
/external/libffi/src/sparc/
H A Dv9.S89 cmp %i3, FFI_TYPE_INT
93 cmp %i3, FFI_TYPE_FLOAT
97 cmp %i3, FFI_TYPE_DOUBLE
101 cmp %i3, FFI_TYPE_STRUCT
104 cmp %i3, FFI_TYPE_LONGDOUBLE
185 cmp %o0, FFI_TYPE_VOID
188 cmp %o0, FFI_TYPE_INT
191 cmp %o0, FFI_TYPE_FLOAT
195 cmp %o0, FFI_TYPE_DOUBLE
200 cmp
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
H A Dv9.S89 cmp %i3, FFI_TYPE_INT
93 cmp %i3, FFI_TYPE_FLOAT
97 cmp %i3, FFI_TYPE_DOUBLE
101 cmp %i3, FFI_TYPE_STRUCT
104 cmp %i3, FFI_TYPE_LONGDOUBLE
185 cmp %o0, FFI_TYPE_VOID
188 cmp %o0, FFI_TYPE_INT
191 cmp %o0, FFI_TYPE_FLOAT
195 cmp %o0, FFI_TYPE_DOUBLE
200 cmp
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
H A Dv9.S89 cmp %i3, FFI_TYPE_INT
93 cmp %i3, FFI_TYPE_FLOAT
97 cmp %i3, FFI_TYPE_DOUBLE
101 cmp %i3, FFI_TYPE_STRUCT
104 cmp %i3, FFI_TYPE_LONGDOUBLE
185 cmp %o0, FFI_TYPE_VOID
188 cmp %o0, FFI_TYPE_INT
191 cmp %o0, FFI_TYPE_FLOAT
195 cmp %o0, FFI_TYPE_DOUBLE
200 cmp
[all...]
/external/valgrind/coregrind/
H A Dm_hashtable.c176 HT_Cmp_t cmp )
182 if (hnode->key == curr->key && cmp (hnode, curr) == 0) { // GEN!!!
214 void* VG_(HT_gen_remove) ( VgHashTable *table, const void* node, HT_Cmp_t cmp )
225 if (hnode->key == curr->key && cmp(hnode, curr) == 0) { // GEN!!!
236 void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp )
282 && (cmp == NULL || cmp (node, cnode) == 0)) {
290 && (cmp == NULL || cmp (node, cnode) == 0)) {

Completed in 773 milliseconds

1234567891011>>