HomeSort by relevance Sort by last modified time
    Searched refs:i14 (Results 1 - 25 of 32) sorted by null

1 2

  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 38 int i14 = 0; local
  /external/v8/test/mjsunit/asm/embenchen/
lua_binarytrees.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
lua_binarytrees.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 99 ldrd r4, r5, [r0] ; [i13 | i12] [i15 | i14]
107 ror r5, r5, #16 ; [i14 | i15]
109 qadd16 r6, r4, r5 ; [i13+i14 | i12+i15]=[b1|a1] without shift
110 qsub16 r7, r4, r5 ; [i13-i14 | i12-i15]=[c1|d1] without shift
116 smuad r4, r6, lr ; o12 = (i13+i14)*8 + (i12+i15)*8
117 smusd r5, r6, lr ; o14 = (i13+i14)*8 - (i12+i15)*8
187 ldr r8, [r1, #28] ; [i15|i14]
191 qadd16 r4, r3, r8 ; a1 = [i3+i15 | i2+i14]
198 qsub16 r7, r3, r8 ; d1 = [i3-i15 | i2-i14]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 99 ldrd r4, r5, [r0] ; [i13 | i12] [i15 | i14]
107 ror r5, r5, #16 ; [i14 | i15]
109 qadd16 r6, r4, r5 ; [i13+i14 | i12+i15]=[b1|a1] without shift
110 qsub16 r7, r4, r5 ; [i13-i14 | i12-i15]=[c1|d1] without shift
116 smuad r4, r6, lr ; o12 = (i13+i14)*8 + (i12+i15)*8
117 smusd r5, r6, lr ; o14 = (i13+i14)*8 - (i12+i15)*8
187 ldr r8, [r1, #28] ; [i15|i14]
191 qadd16 r4, r3, r8 ; a1 = [i3+i15 | i2+i14]
198 qsub16 r7, r3, r8 ; d1 = [i3-i15 | i2-i14]
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 59 int i14 = *isrc++ + 1; local
106 *idest++ = i14;
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 59 int i14 = *isrc++ + 1; local
106 *idest++ = i14;
  /external/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;
85 i14 = i2 + 24 | 0;
100 HEAPF32[i7 >> 2] = +HEAPF32[i14 >> 2];
104 d17 = +HEAPF32[i14 >> 2];
111 d18 = +HEAPF32[i14 >> 2];
137 d17 = +HEAPF32[i14 >> 2];
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 188 %define i14 [src + 2 * stride7]
245 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
347 %define i14 [rsp + 224]
536 movdqa i14, xmm5
584 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
627 movdqa xmm6, i14
665 movdqa i14, xmm2
752 punpcklqdq xmm2, i14
753 punpckhqdq xmm14, i14
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 188 %define i14 [src + 2 * stride7]
245 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
347 %define i14 [rsp + 224]
536 movdqa i14, xmm5
584 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
627 movdqa xmm6, i14
665 movdqa i14, xmm2
752 punpcklqdq xmm2, i14
753 punpckhqdq xmm14, i14
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 47 int i14[] = {0, 0, 1, 1}; local
62 assert(std::is_heap_until(i14, i14+4) == i14+2);
is_heap.pass.cpp 47 int i14[] = {0, 0, 1, 1}; local
62 assert(std::is_heap(i14, i14+4) == (std::is_heap_until(i14, i14+4) == i14+4));
is_heap_until_comp.pass.cpp 48 int i14[] = {0, 0, 1, 1}; local
63 assert(std::is_heap_until(i14, i14+4, std::greater<int>()) == i14+4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 47 int i14[] = {0, 0, 1, 1}; local
62 assert(std::is_heap_until(i14, i14+4) == i14+2);
is_heap.pass.cpp 47 int i14[] = {0, 0, 1, 1}; local
62 assert(std::is_heap(i14, i14+4) == (std::is_heap_until(i14, i14+4) == i14+4));

Completed in 3451 milliseconds

1 2