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

  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 32 int i12 = 0; local
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 36 int i12 = 0; local
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 57 int i12 = *isrc++ + 1; local
104 *idest++ = i12;
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 57 int i12 = *isrc++ + 1; local
104 *idest++ = i12;
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 99 ldrd r4, r5, [r0] ; [i13 | i12] [i15 | i14]
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
133 qadd16 r4, r3, r0 ; a1 = [i1+i13 | i0+i12]
136 qsub16 r7, r3, r0 ; d1 = [i1-i13 | i0-i12]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 185 %define i12 [src + 4 * stride3]
242 movdqa xmm2, i12
250 movdqa xmm3, i12
255 movdqa i12, xmm3
343 %define i12 [rsp + 192]
532 movdqa i12, xmm2
580 movdqa xmm2, i12
588 movdqa xmm4, i12
593 movdqa i12, xmm4
620 movdqa xmm3, i12
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 45 int i12[] = {0, 0, 0, 1}; local
60 assert(std::is_heap_until(i12, i12+4) == i12+3);
is_heap.pass.cpp 45 int i12[] = {0, 0, 0, 1}; local
60 assert(std::is_heap(i12, i12+4) == (std::is_heap_until(i12, i12+4) == i12+4));
is_heap_until_comp.pass.cpp 46 int i12[] = {0, 0, 0, 1}; local
61 assert(std::is_heap_until(i12, i12+4, std::greater<int>()) == i12+4);
is_heap_comp.pass.cpp 46 int i12[] = {0, 0, 0, 1}; local
61 assert(std::is_heap(i12, i12+4, std::greater<int>()) == (std::is_heap_until(i12, i12+4, std::greater<int>()) == i12+4));
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 39 ldr r12, [r0, #(12*2)] ; i13|i12
  /external/qemu/
arm-dis.c 3453 unsigned int i12 = (given & 0x00000fff); local
    [all...]

Completed in 279 milliseconds