HomeSort by relevance Sort by last modified time
    Searched defs:cmp2 (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_block_error_intrin_sse2.c 21 __m128i max, min, cmp0, cmp1, cmp2, cmp3; local
39 cmp2 = _mm_xor_si128(_mm_cmpgt_epi32(mm_dqcoeff, max),
44 _mm_or_si128(cmp2, cmp3)));
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_quantize_intrin_sse2.c 54 __m128i coeffs, cmp1, cmp2; local
58 cmp2 = _mm_cmpgt_epi32(coeffs, nzbins[i != 0]);
59 cmp1 = _mm_and_si128(cmp1, cmp2);
142 __m128i coeffs, cmp1, cmp2; local
146 cmp2 = _mm_cmpgt_epi32(coeffs, nzbins[i != 0]);
147 cmp1 = _mm_and_si128(cmp1, cmp2);
fwd_txfm_sse2.h 58 __m128i cmp2 = _mm_or_si128(_mm_cmpeq_epi16(*preg2, max_overflow), local
62 cmp0 = _mm_or_si128(_mm_or_si128(cmp0, cmp1), _mm_or_si128(cmp2, cmp3));
  /art/runtime/verifier/
reg_type.cc 890 const RegType& cmp2 = reg_types.GetComponentType(src, class_loader.Get()); local
892 if (cmp1.IsAssignableFrom(cmp2)) {
896 if (cmp2.IsIntegralTypes() || cmp2.IsFloatTypes() || cmp2.IsArrayTypes()) {
903 if (cmp2.IsUnresolvedTypes()) {
911 if (!cmp1.IsArrayTypes() || !cmp2.IsArrayTypes()) {
915 return cmp1.CanAssignArray(cmp2, reg_types, class_loader, soft_error);
  /toolchain/binutils/binutils-2.25/libiberty/
splay-tree.c 145 int cmp1, cmp2; local
165 cmp2 = (*sp->comp) (key, c->key);
166 if (cmp2 == 0
167 || (cmp2 < 0 && !c->left)
168 || (cmp2 > 0 && !c->right))
178 if (cmp1 < 0 && cmp2 < 0)
183 else if (cmp1 > 0 && cmp2 > 0)
188 else if (cmp1 < 0 && cmp2 > 0)
193 else if (cmp1 > 0 && cmp2 < 0)
  /art/compiler/optimizing/
bounds_check_elimination_test.cc 193 HInstruction* cmp2 = new (&allocator_) HGreaterThanOrEqual(add, array_length); local
194 if_inst = new (&allocator_) HIf(cmp2);
198 block2->AddInstruction(cmp2);
260 HInstruction* cmp2 = new (&allocator_) HLessThanOrEqual(sub2, constant_0); local
261 if_inst = new (&allocator_) HIf(cmp2);
264 block2->AddInstruction(cmp2);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
allinsn.s 35 .global cmp2
36 cmp2: label
37 cmp2 #-15, r0
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 4490 int cmp2 = locales[j].compareTo(locales[i]); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 4486 int cmp2 = locales[j].compareTo(locales[i]); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 5182 Operand cmp2 = Operand(no_reg); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 5387 Operand cmp2 = Operand(no_reg); local
    [all...]

Completed in 409 milliseconds