Home
last modified time | relevance | path

Searched refs:res16 (Results 1 – 25 of 25) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_sse2.c101 __m128i s[8], src6, res, res_round, res16; in av1_convolve_y_sr_sse2() local
131 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
132 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
144 res16 = _mm_packs_epi32(res_round, res_round); in av1_convolve_y_sr_sse2()
145 res_int = _mm_cvtsi128_si32(_mm_packus_epi16(res16, res16)); in av1_convolve_y_sr_sse2()
168 __m128i res_lo_round, res_hi_round, res16, res; in av1_convolve_y_sr_sse2() local
207 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
208 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
221 res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_y_sr_sse2()
222 res = _mm_packus_epi16(res16, res16); in av1_convolve_y_sr_sse2()
[all …]
Dav1_convolve_scale_sse4.c421 __m128i res16 = _mm_packus_epi32(res32, res32); in highbd_vfilter8() local
422 res16 = _mm_min_epi16(res16, clip_pixel_); in highbd_vfilter8()
423 _mm_storel_epi64((__m128i *)dst_x, res16); in highbd_vfilter8()
Dconvolve_2d_sse2.c201 const __m128i res16 = _mm_packs_epi32(res_lo_round, res_hi_round); in av1_convolve_2d_sr_sse2() local
202 const __m128i res = _mm_packus_epi16(res16, res16); in av1_convolve_2d_sr_sse2()
/external/linux-kselftest/android/patches/
D0002-Compile-breakpoints-and-x86-tests.patch23 + " fisttps res16""\n"
25 " fisttp res16""\n"
35 + " fisttps res16""\n"
37 " fisttp res16""\n"
47 + " fisttps res16""\n"
51 " fisttp res16""\n"
61 + " fisttps res16""\n"
63 " fisttp res16""\n"
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_FISTTP.c19 unsigned short res16 = -1; variable
39 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()
63 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()
92 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()
117 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_custom_gemv.h239 const int16x4_t res16 = vqmovn_s32(src); in ClampAndStore() local
241 uint8x8_t res8 = vqmovun_s16(vcombine_s16(res16, res16)); in ClampAndStore()
255 const int16x4_t res16 = vqmovn_s32(src); in ClampAndStore() local
257 int8x8_t res8 = vqmovn_s16(vcombine_s16(res16, res16)); in ClampAndStore()
271 int16x4_t res16 = vqmovn_s32(src); in ClampAndStore() local
273 res16 = vmax_s16(res16, vdup_n_s16(clamp_min)); in ClampAndStore()
274 res16 = vmin_s16(res16, vdup_n_s16(clamp_max)); in ClampAndStore()
276 vst1_lane_s16(dst + 0, res16, 0); in ClampAndStore()
277 vst1_lane_s16(dst + 1, res16, 1); in ClampAndStore()
278 vst1_lane_s16(dst + 2, res16, 2); in ClampAndStore()
[all …]
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/
Dlogical.ll20 %res16 = and <16 x i8> undef, undef
41 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = and <16 x i8> undef, …
66 %res16 = ashr <16 x i8> undef, undef
87 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = ashr <16 x i8> undef,…
112 %res16 = lshr <16 x i8> undef, undef
133 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = lshr <16 x i8> undef,…
158 %res16 = or <16 x i8> undef, undef
179 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = or <16 x i8> undef, u…
204 %res16 = shl <16 x i8> undef, undef
225 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = shl <16 x i8> undef, …
[all …]
Dint-arith.ll23 %res16 = add <16 x i8> undef, undef
44 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = add <16 x i8> undef, …
69 %res16 = sub <16 x i8> undef, undef
90 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = sub <16 x i8> undef, …
115 %res16 = mul <16 x i8> undef, undef
136 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res16 = mul <16 x i8> undef, …
/external/llvm/test/Bitcode/
DmemInstructions.3.2.ll75 ; CHECK-NEXT: %res16 = load volatile i8, i8* %ptr1, align 1, {{[(!nontemporal !0, !invariant.load !…
76 %res16 = load volatile i8, i8* %ptr1, align 1, !nontemporal !0, !invariant.load !1
131 ; CHECK-NEXT: %res16 = load atomic volatile i8, i8* %ptr1 singlethread seq_cst, align 1
132 %res16 = load atomic volatile i8, i8* %ptr1 singlethread seq_cst, align 1
291 ; CHECK-NEXT: %res16 = extractvalue { i32, i1 } [[TMP]], 0
292 %res16 = cmpxchg volatile i32* %ptr, i32 %cmp, i32 %new singlethread acq_rel acquire
DmiscInstructions.3.2.ll162 ; CHECK-NEXT: %res16 = fcmp false float %x1, %x2
163 %res16 = fcmp false float %x1, %x2
/external/llvm-project/llvm/test/Bitcode/
DmemInstructions.3.2.ll75 ; CHECK-NEXT: %res16 = load volatile i8, i8* %ptr1, align 1, {{[(!nontemporal !0, !invariant.load !…
76 %res16 = load volatile i8, i8* %ptr1, align 1, !nontemporal !0, !invariant.load !1
131 ; CHECK-NEXT: %res16 = load atomic volatile i8, i8* %ptr1 syncscope("singlethread") seq_cst, align 1
132 %res16 = load atomic volatile i8, i8* %ptr1 syncscope("singlethread") seq_cst, align 1
291 ; CHECK-NEXT: %res16 = extractvalue { i32, i1 } [[TMP]], 0
292 %res16 = cmpxchg volatile i32* %ptr, i32 %cmp, i32 %new syncscope("singlethread") acq_rel acquire
DmiscInstructions.3.2.ll162 ; CHECK-NEXT: %res16 = fcmp false float %x1, %x2
163 %res16 = fcmp false float %x1, %x2
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java957 int res16 = reader.b16BitUnits.charAt(itemsOffset + index); in getContainer16Resource() local
958 if (res16 < reader.poolStringIndex16Limit) { in getContainer16Resource()
963 res16 = res16 - reader.poolStringIndex16Limit + reader.poolStringIndexLimit; in getContainer16Resource()
965 return (ICUResourceBundle.STRING_V2 << 28) | res16; in getContainer16Resource()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java955 int res16 = reader.b16BitUnits.charAt(itemsOffset + index); in getContainer16Resource() local
956 if (res16 < reader.poolStringIndex16Limit) { in getContainer16Resource()
961 res16 = res16 - reader.poolStringIndex16Limit + reader.poolStringIndexLimit; in getContainer16Resource()
963 return (ICUResourceBundle.STRING_V2 << 28) | res16; in getContainer16Resource()
/external/icu/icu4c/source/common/
Duresdata.cpp700 makeResourceFrom16(const ResourceData *pResData, int32_t res16) { in makeResourceFrom16() argument
701 if(res16<pResData->poolStringIndex16Limit) { in makeResourceFrom16()
706 res16=res16-pResData->poolStringIndex16Limit+pResData->poolStringIndexLimit; in makeResourceFrom16()
708 return URES_MAKE_RESOURCE(URES_STRING_V2, res16); in makeResourceFrom16()
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp546 int32_t res16 = 0; in handleWrite16() local
549 res16 |= current->fRes16; in handleWrite16()
551 if (fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) { in handleWrite16()
567 int32_t res16 = 0; in handleWrite16() local
571 res16 |= current->fRes16; in handleWrite16()
577 if (res16 >= 0 && gFormatVersion > 1) { in handleWrite16()
/external/webp/src/dsp/
Dlossless_neon.c419 const uint16x8_t res16 = vmovl_u8(res); \
422 L = vextq_u16(res16, res16, 4); \
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h125 __m128i res16 =
127 __m128i res8 = _mm_packus_epi16(res16, _mm_undefined_si128());
246 __m128i res16 =
248 __m128i res8 = _mm_packs_epi16(res16, _mm_undefined_si128());
/external/llvm-project/llvm/test/CodeGen/X86/
Dmerge-consecutive-loads-512.ll560 %res16 = insertelement <64 x i8> %res15, i8 0, i8 16
561 %res17 = insertelement <64 x i8> %res16, i8 0, i8 17
588 %res16 = insertelement <64 x i8> %res15, i8 0, i8 16
589 %res17 = insertelement <64 x i8> %res16, i8 0, i8 17
Davx-intrinsics-fast-isel.ll1560 %res16 = insertelement <32 x i8> %res15, i8 %a15, i32 16
1561 %res17 = insertelement <32 x i8> %res16, i8 %a14, i32 17
1873 %res16 = insertelement <32 x i8> %res15, i8 %a0, i32 16
1874 %res17 = insertelement <32 x i8> %res16, i8 %a0, i32 17
2176 %res16 = insertelement <32 x i8> %res15, i8 %a16, i32 16
2177 %res17 = insertelement <32 x i8> %res16, i8 %a17, i32 17
/external/llvm/test/CodeGen/X86/
Dmerge-consecutive-loads-512.ll605 %res16 = insertelement <64 x i8> %res15, i8 0, i8 16
606 %res17 = insertelement <64 x i8> %res16, i8 0, i8 17
640 %res16 = insertelement <64 x i8> %res15, i8 0, i8 16
641 %res17 = insertelement <64 x i8> %res16, i8 0, i8 17
Davx-intrinsics-fast-isel.ll2012 %res16 = insertelement <32 x i8> %res15, i8 %a15, i32 16
2013 %res17 = insertelement <32 x i8> %res16, i8 %a14, i32 17
2343 %res16 = insertelement <32 x i8> %res15, i8 %a0, i32 16
2344 %res17 = insertelement <32 x i8> %res16, i8 %a0, i32 17
2649 %res16 = insertelement <32 x i8> %res15, i8 %a16, i32 16
2650 %res17 = insertelement <32 x i8> %res16, i8 %a17, i32 17
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h974 const int16x4_t res16 = vqmovn_s32(reduced); in LegacyFullyConnectedAsGEMVWorkerImpl() local
976 uint8x8_t res8 = vqmovun_s16(vcombine_s16(res16, res16)); in LegacyFullyConnectedAsGEMVWorkerImpl()
1335 const int16x4_t res16 = vqmovn_s32(reduced); in GEMVForLstmCell() local
1336 vst1_s16(output_ptr, res16); in GEMVForLstmCell()
1627 const int16x4_t res16 = vqmovn_s32(reduced); in GEMVForLstmCellWithSymmetricRange() local
1628 vst1_s16(output_ptr, res16); in GEMVForLstmCellWithSymmetricRange()
1985 const int16x4_t res16 = vqmovn_s32(reduced); in LegacyInt8FullyConnectedAsGEMVWorkerImpl() local
1987 int8x8_t res8 = vqmovn_s16(vcombine_s16(res16, res16)); in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
Doptimized_ops.h568 const int16x4_t res16 = vqmovn_s32(reduced); in ShuffledFullyConnectedWorkerImpl() local
569 vst1_s16(output_data + c, res16); in ShuffledFullyConnectedWorkerImpl()
656 const int16x4_t res16 = vqmovn_s32(reduced); \ in ShuffledFullyConnectedWorkerImpl()
657 vst1_s16(output_data + c + B * output_stride, res16); \ in ShuffledFullyConnectedWorkerImpl()
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c3687 __m256i b, res, res16[2]; in dr_prediction_z1_32xN_internal_avx2() local
3705 res16[jj] = a_mbase_x; in dr_prediction_z1_32xN_internal_avx2()
3719 res16[jj] = _mm256_packus_epi16( in dr_prediction_z1_32xN_internal_avx2()
3724 res16[1] = in dr_prediction_z1_32xN_internal_avx2()
3725 _mm256_inserti128_si256(res16[0], _mm256_castsi256_si128(res16[1]), in dr_prediction_z1_32xN_internal_avx2()
3729 a_mbase_x, res16[1], in dr_prediction_z1_32xN_internal_avx2()