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

  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.class 
Blort.java 38 int i14 = 0; local
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 109 .type i14,@object # @i14
110 .globl i14
112 i14: label
114 .size i14, 4
196 //CHECK: 0000000000000052 D i14
222 //OCTAL: 0000000000000064 D i14
248 //HEX: 0000000000000034 D i14
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
radix.s 109 .type i14,@object # @i14
110 .globl i14
112 i14: label
114 .size i14, 4
196 //CHECK: 0000000000000052 D i14
222 //OCTAL: 0000000000000064 D i14
248 //HEX: 0000000000000034 D i14
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 190 %define i14 [src + 2 * stride7]
247 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
349 %define i14 [rsp + 224]
538 movdqa i14, xmm5
586 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
629 movdqa xmm6, i14
667 movdqa i14, xmm2
754 punpcklqdq xmm2, i14
755 punpckhqdq xmm14, i14
  /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 657 int i14 = 14; local
737 i13 += i14;
738 i14 += i15;
804 System.out.println("i14=" + i14);
  /external/libaom/libaom/aom_dsp/
fft_common.h 198 const T_VEC i14 = load(input + 14 * stride); \
208 const T_VEC w9 = add(i6, i14); \
209 const T_VEC w10 = sub(i6, i14); \
294 const T_VEC i14 = load(input + 14 * stride); \
339 const T_VEC w28 = add(i14, i30); \
340 const T_VEC w29 = sub(i14, i30); \
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 58 int i14[] = {0, 0, 1, 1}; local
73 assert(std::is_heap_until(i14, i14+4) == i14+2);
is_heap.pass.cpp 58 int i14[] = {0, 0, 1, 1}; local
73 assert(std::is_heap(i14, i14+4) == (std::is_heap_until(i14, i14+4) == i14+4));
is_heap_until_comp.pass.cpp 59 int i14[] = {0, 0, 1, 1}; local
74 assert(std::is_heap_until(i14, i14+4, std::greater<int>()) == i14+4);
is_heap_comp.pass.cpp 59 int i14[] = {0, 0, 1, 1}; local
74 assert(std::is_heap(i14, i14+4, std::greater<int>()) == (std::is_heap_until(i14, i14+4, std::greater<int>()) == i14+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 1967 jint i14 = bit_cast<jint, jfloat>(f4); local
2037 jint i14 = bit_cast<jint, jfloat>(f4); local
2106 jint i14 = bit_cast<jint, jfloat>(f4); local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1364 int i14 = 14; local
    [all...]

Completed in 263 milliseconds