HomeSort by relevance Sort by last modified time
    Searched refs:i11 (Results 1 - 13 of 13) sorted by null

  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 31 int i11 = 0; local
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 35 int i11 = 0; local
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 74 ldrd r4, r5, [r0] ; [i9 | i8] [i11 | i10]
82 ror r5, r5, #16 ; [i10 | i11]
84 qadd16 r6, r4, r5 ; [i9+i10 | i8+i11]=[b1 | a1] without shift
85 qsub16 r7, r4, r5 ; [i9-i10 | i8-i11]=[c1 | d1] without shift
93 smuad r2, r6, lr ; o8 = (i9+i10)*8 + (i8+i11)*8
94 smusd r8, r6, lr ; o10 = (i9+i10)*8 - (i8+i11)*8
188 ldr r2, [r1, #20] ; [i11|i10]
192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10]
196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 185 %define i11 [spp + 2 * stride5]
226 movdqa xmm11, i11
242 movdqa xmm1, i11
250 movdqa xmm1, i11
255 movdqa i11, xmm1
344 %define i11 [rsp + 176]
533 movdqa i11, xmm13
565 movdqa xmm11, i11
581 movdqa xmm1, i11
589 movdqa xmm1, i11
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 56 int i11 = *isrc++ + 1; local
103 *idest++ = i11;
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 56 int i11 = *isrc++ + 1; local
103 *idest++ = i11;
  /external/clang/test/SemaCXX/
constant-expression.cpp 58 i11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0 member in struct:C
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 68 var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, d17 = 0.0, d18 = 0.0, i19 = 0, i20 = 0, i21 = 0, i22 = 0;
82 i11 = i2 + 8 | 0;
92 d18 = +HEAPF32[i11 >> 2];
118 d17 = +HEAPF32[i11 >> 2];
126 HEAPF32[i7 >> 2] = +HEAPF32[i11 >> 2];
130 d18 = +HEAPF32[i11 >> 2];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 44 int i11[] = {0, 0, 0, 0}; local
59 assert(std::is_heap_until(i11, i11+4) == i11+4);
is_heap.pass.cpp 44 int i11[] = {0, 0, 0, 0}; local
59 assert(std::is_heap(i11, i11+4) == (std::is_heap_until(i11, i11+4) == i11+4));
is_heap_until_comp.pass.cpp 45 int i11[] = {0, 0, 0, 0}; local
60 assert(std::is_heap_until(i11, i11+4, std::greater<int>()) == i11+4);
is_heap_comp.pass.cpp 45 int i11[] = {0, 0, 0, 0}; local
60 assert(std::is_heap(i11, i11+4, std::greater<int>()) == (std::is_heap_until(i11, i11+4, std::greater<int>()) == i11+4));
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 272 int i11 = 11; local
    [all...]

Completed in 372 milliseconds