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

  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.class 
Blort.java 39 int i15 = 0; local
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 116 .type i15,@object # @i15
117 .globl i15
119 i15: label
121 .size i15, 4
197 //CHECK: 0000000000000056 D i15
223 //OCTAL: 0000000000000070 D i15
249 //HEX: 0000000000000038 D i15
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
radix.s 116 .type i15,@object # @i15
117 .globl i15
119 i15: label
121 .size i15, 4
197 //CHECK: 0000000000000056 D i15
223 //OCTAL: 0000000000000070 D i15
249 //HEX: 0000000000000038 D i15
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 191 %define i15 [spp + 2 * stride7]
248 movdqa xmm11, i15
350 %define i15 [rsp + 240]
539 movdqa i15, xmm15
587 movdqa xmm11, i15
631 punpcklbw xmm6, i15 ; e0 f0
632 punpckhbw xmm7, i15 ; e8 f8
668 movdqa i15, xmm5
758 punpcklqdq xmm5, i15
759 punpckhqdq xmm15, i15
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib_512_avx512.inl 603 int i15, int i14, int i13, int i12, int i11, int i10, int i9, int i8,
607 i15, i14, i13, i12, i11, i10, i9, i8,
620 float i15, float i14, float i13, float i12, float i11, float i10, float i9, float i8,
624 i15, i14, i13, i12, i11, i10, i9, i8,
simdlib_512_emu.inl 772 int i15, int i14, int i13, int i12, int i11, int i10, int i9, int i8,
780 i15, i14, i13, i12, i11, i10, i9, i8)
793 float i15, float i14, float i13, float i12, float i11, float i10, float i9, float i8,
801 i15, i14, i13, i12, i11, i10, i9, i8)
  /art/test/439-npe/src/
Main.java 658 int i15 = 15; local
738 i14 += i15;
739 i15 += addInt;
805 System.out.println("i15=" + i15);
  /external/libaom/libaom/aom_dsp/
fft_common.h 199 const T_VEC i15 = load(input + 15 * stride); \
227 const T_VEC w28 = add(i7, i15); \
228 const T_VEC w29 = sub(i7, i15); \
295 const T_VEC i15 = load(input + 15 * stride); \
404 const T_VEC w75 = add(i15, i31); \
405 const T_VEC w76 = sub(i15, i31); \
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 59 int i15[] = {0, 1, 0, 0}; local
74 assert(std::is_heap_until(i15, i15+4) == i15+1);
is_heap.pass.cpp 59 int i15[] = {0, 1, 0, 0}; local
74 assert(std::is_heap(i15, i15+4) == (std::is_heap_until(i15, i15+4) == i15+4));
is_heap_until_comp.pass.cpp 60 int i15[] = {0, 1, 0, 0}; local
75 assert(std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+3);
is_heap_comp.pass.cpp 60 int i15[] = {0, 1, 0, 0}; local
75 assert(std::is_heap(i15, i15+4, std::greater<int>()) == (std::is_heap_until(i15, i15+4, std::greater<int>()) == i15+4));
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
transpose_neon.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1969 jint i15 = bit_cast<jint, jfloat>(f5); local
2039 jint i15 = bit_cast<jint, jfloat>(f5); local
2108 jint i15 = bit_cast<jint, jfloat>(f5); local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1366 int i15 = 15; local
    [all...]

Completed in 676 milliseconds