HomeSort by relevance Sort by last modified time
    Searched refs:w4 (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/libhevc/common/arm64/
ihevc_weighted_pred_uni.s 154 mov v0.h[0], w4 //moved for scalar multiplication
ihevc_intra_pred_chroma_dc.s 115 clz w5,w4 //counts leading zeros
ihevc_deblk_luma_horz.s 161 ldrb w4,[x14,x19] // 2 value
312 mov w4,w21
329 mov w4,w21
ihevc_sao_edge_offset_class3_chroma.s 360 mov w4, w25 //Loads ht
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 178 sub w8, w8, w4, lsl #1
arm64-diags.s 27 ldp w3, w4, [x5, #11]!
30 ldp w3, w4, [x5], #11
55 ; CHECK-ERRORS: ldp w3, w4, [x5, #11]!
64 ; CHECK-ERRORS: ldp w3, w4, [x5], #11
  /system/core/libcutils/arch-arm64/
android_memset.S 46 #define tmp2w w4
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
reloc-insn.s 100 ldrb w4, [x4, #:lo12:xdata+16]
neon-ins.d 14 18: 4e011c84 mov v4.b\[0\], w4
15 1c: 4e011c84 mov v4.b\[0\], w4
74 108: 4e031c84 mov v4.b\[1\], w4
75 10c: 4e031c84 mov v4.b\[1\], w4
134 1f8: 4e051c84 mov v4.b\[2\], w4
135 1fc: 4e051c84 mov v4.b\[2\], w4
194 2e8: 4e071c84 mov v4.b\[3\], w4
195 2ec: 4e071c84 mov v4.b\[3\], w4
254 3d8: 4e091c84 mov v4.b\[4\], w4
255 3dc: 4e091c84 mov v4.b\[4\], w4
    [all...]
lse-atomic.d 74 104: 08247fe6 casp w4, w5, w6, w7, \[sp\]
78 114: 08647fe6 caspa w4, w5, w6, w7, \[sp\]
82 124: 0824ffe6 caspl w4, w5, w6, w7, \[sp\]
86 134: 0864ffe6 caspal w4, w5, w6, w7, \[sp\]
reloc-insn.d 101 e8: 39400084 ldrb w4, \[x4\]
  /external/v8/test/cctest/
test-assembler-arm64.cc 301 __ Mvn(w4, Operand(w0, LSR, 3));
428 __ Mov(w4, 0x00001234L);
1188 __ Madd(w4, w16, w17, w17);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@msa-relax.d 34 [0-9a-f]+ <[^>]*> 8304 fffe bz\.b \$w4,[0-9a-f]+ <[^>]*>
msa-relax.d 29 [0-9a-f]+ <[^>]*> 47040002 bz\.b \$w4,[0-9a-f]+ <[^>]*>
  /bionic/libc/arch-arm64/generic/bionic/
memmove.S 44 #define tmp2w w4
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 371 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
378 res2 = _mm_packs_epi32(w4, w5);
457 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
464 res5 = _mm_packs_epi32(w4, w5);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 332 float w4 = m[3] * x2 + m[7] * y2 + m[15]; local
333 r[2] = x4 / w4;
334 r[3] = y4 / w4;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 81 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
85 const __m128i res1 = _mm_packs_epi32(w4, w6);
362 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
369 res2 = _mm_packs_epi32(w4, w5);
424 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
431 res5 = _mm_packs_epi32(w4, w5);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1274 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1338 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
vp9_dct_sse2.c 463 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
470 res2 = _mm_packs_epi32(w4, w5);
525 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
532 res5 = _mm_packs_epi32(w4, w5);
926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1375 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1439 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 288 const std::string w1("OpenCV impl (run func)"), w2("Reference func"), w3("Src image"), w4("Diff");
292 namedWindow(w4, CV_WINDOW_KEEPRATIO);
300 imshow(w4, diff);
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat4x4.hpp 92 typename X4, typename Y4, typename Z4, typename W4>
97 X4 const & x4, Y4 const & y4, Z4 const & z4, W4 const & w4);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_3DLUT.S 107 * int32_t pitchy, // w4
123 ins v4.s[2], w4
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
emmintrin.h 1137 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1139 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1191 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7)
1193 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
emmintrin.h 1137 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0)
1139 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1191 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7)
1193 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
    [all...]

Completed in 1507 milliseconds

1 2 3 45 6