Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h322 int32x4_t t32[2]; in idct8x8_12_pass1_bd8() local
348 t32[1] = vmull_lane_s16(step2[6], cospis0, 2); in idct8x8_12_pass1_bd8()
349 t32[0] = vmlsl_lane_s16(t32[1], step2[5], cospis0, 2); in idct8x8_12_pass1_bd8()
350 t32[1] = vmlal_lane_s16(t32[1], step2[5], cospis0, 2); in idct8x8_12_pass1_bd8()
351 step1[5] = vrshrn_n_s32(t32[0], DCT_CONST_BITS); in idct8x8_12_pass1_bd8()
352 step1[6] = vrshrn_n_s32(t32[1], DCT_CONST_BITS); in idct8x8_12_pass1_bd8()
376 int32x4_t t32[8]; in idct8x8_12_pass2_bd8() local
404 t32[2] = vmull_lane_s16(vget_low_s16(step2[6]), cospis0, 2); in idct8x8_12_pass2_bd8()
405 t32[3] = vmull_lane_s16(vget_high_s16(step2[6]), cospis0, 2); in idct8x8_12_pass2_bd8()
406 t32[0] = vmlsl_lane_s16(t32[2], vget_low_s16(step2[5]), cospis0, 2); in idct8x8_12_pass2_bd8()
[all …]
Dhighbd_idct8x8_add_neon.c134 int32x2_t t32[8]; in idct8x8_12_half1d_bd12() local
156 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
157 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
158 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
159 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
160 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
161 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
162 t32[6] = vrshrn_n_s64(t64[6], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
163 t32[7] = vrshrn_n_s64(t64[7], DCT_CONST_BITS); in idct8x8_12_half1d_bd12()
164 step1[4] = vcombine_s32(t32[0], t32[1]); in idct8x8_12_half1d_bd12()
[all …]
Didct16x16_add_neon.c18 static INLINE void wrap_low_4x2(const int32x4_t *const t32, int16x4_t *const d0, in wrap_low_4x2() argument
20 *d0 = vrshrn_n_s32(t32[0], DCT_CONST_BITS); in wrap_low_4x2()
21 *d1 = vrshrn_n_s32(t32[1], DCT_CONST_BITS); in wrap_low_4x2()
27 int32x4_t *const t32) { in idct_cospi_8_24_d_kernel() argument
28 t32[0] = vmull_lane_s16(s0, cospi_0_8_16_24, 3); in idct_cospi_8_24_d_kernel()
29 t32[1] = vmull_lane_s16(s1, cospi_0_8_16_24, 3); in idct_cospi_8_24_d_kernel()
30 t32[0] = vmlsl_lane_s16(t32[0], s1, cospi_0_8_16_24, 1); in idct_cospi_8_24_d_kernel()
31 t32[1] = vmlal_lane_s16(t32[1], s0, cospi_0_8_16_24, 1); in idct_cospi_8_24_d_kernel()
37 int32x4_t t32[2]; in idct_cospi_8_24_d() local
39 idct_cospi_8_24_d_kernel(s0, s1, cospi_0_8_16_24, t32); in idct_cospi_8_24_d()
[all …]
Dhighbd_idct16x16_add_neon.c20 int32x2x2_t t32[4]; in highbd_idct16x16_add_wrap_low_8x2() local
22 t32[0].val[0] = vrshrn_n_s64(t[0].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
23 t32[0].val[1] = vrshrn_n_s64(t[0].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
24 t32[1].val[0] = vrshrn_n_s64(t[1].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
25 t32[1].val[1] = vrshrn_n_s64(t[1].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
26 t32[2].val[0] = vrshrn_n_s64(t[2].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
27 t32[2].val[1] = vrshrn_n_s64(t[2].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
28 t32[3].val[0] = vrshrn_n_s64(t[3].val[0], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
29 t32[3].val[1] = vrshrn_n_s64(t[3].val[1], DCT_CONST_BITS); in highbd_idct16x16_add_wrap_low_8x2()
30 d0->val[0] = vcombine_s32(t32[0].val[0], t32[0].val[1]); in highbd_idct16x16_add_wrap_low_8x2()
[all …]
/external/valgrind/none/tests/s390x/
Dlpr.c46 void t32(int value) in t32() function
80 t32(0); t32(1); t32(-1); in main()
81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search.c69 int32_t t32, tmpW32; in WebRtcIlbcfix_CbSearch() local
390 t32 = temp1 * *gainPtr; in WebRtcIlbcfix_CbSearch()
391 t32 = t32 - targetEner; in WebRtcIlbcfix_CbSearch()
392 if (t32 < 0) { in WebRtcIlbcfix_CbSearch()
/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll44 %t32 = add i64 %t31, %t14
45 %t33 = add i64 %t32, %t15
79 %t67 = add i64 %t66, %t32
/external/dng_sdk/source/
Ddng_resample.cpp229 real64 t32 = 0.0; in Initialize() local
240 t32 += w32 [j]; in Initialize()
246 real32 s32 = (real32) (1.0 / t32); in Initialize()
389 real64 t32 = 0.0; in Initialize() local
425 t32 += w32 [index]; in Initialize()
435 const real32 s32 = (real32) (1.0 / t32); in Initialize()
/external/llvm/test/CodeGen/X86/
Dbswap-inline-asm.ll62 ; CHECK-LABEL: t32:
64 define i32 @t32(i32 %x) nounwind {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dbswap-inline-asm.ll61 ; CHECK: t32:
63 define i32 @t32(i32 %x) nounwind {
Dvec_shuffle-15.ll73 define <2 x i64> @t32(<2 x i64> %a, <2 x i64> %b) nounwind {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c55 int32_t r32, q32, t32, nom32, den32; in Intrp1DQ8() local
71 t32 = WebRtcSpl_DivResultInQ31(nom32 * sign1, den32 * sign2); in Intrp1DQ8()
73 t16 = (int16_t)(t32 >> 23); /* Q8 */ in Intrp1DQ8()
/external/vixl/
DSConstruct139 return 't32' in env['target']
232 ['aarch32', 'a32', 't32', 'aarch64', 'a64'],
233 {'aarch32' : ['a32', 't32'],
234 'a32' : ['a32'], 't32' : ['t32'],
290 env['target'] = list(set(['a32', 't32']))
292 env['target'] = list(set(['a64', 'a32', 't32']))
307 if 't32' in env['target']: env['CCFLAGS'] += ['-DVIXL_INCLUDE_TARGET_T32']
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
88 %t36 = add nsw i64 %t32, %t33 ; <i64> [#uses=1]
Dashr-tripcount.ll74 %t32 = load float, float* %t31, align 4 ; <float> [#uses=1]
90 %t45 = fmul float %t32, %invQuantizer.0 ; <float> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-rem.ll84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
88 %t36 = add nsw i64 %t32, %t33 ; <i64> [#uses=1]
Dashr-tripcount.ll74 %t32 = load float* %t31, align 4 ; <float> [#uses=1]
90 %t45 = fmul float %t32, %invQuantizer.0 ; <float> [#uses=1]
/external/eigen/test/
Dgeo_transformations.cpp490 Transform3 t32(Matrix4::Random()), t33, t34; in transformations() local
491 t34 = t33 = t32; in transformations()
492 t32.scale(v0); in transformations()
494 VERIFY_IS_APPROX(t32.matrix(), t33.matrix()); in transformations()
496 VERIFY_IS_APPROX(t32.matrix(), t33.matrix()); in transformations()
/external/clang/test/SemaCXX/
Dtype-traits.cpp606 int t32[F(__is_function(void(*)()))]; in is_function() local
676 int t32[F(__is_fundamental(Derives))]; in is_fundamental() local
758 int t32[F(__is_compound(long))]; in is_compound() local
795 int t32[F(__is_pointer(StructWithMembers))]; in is_pointer() local
828 int t32[F(__is_member_object_pointer(Enum))]; in is_member_object_pointer() local
864 int t32[F(__is_member_function_pointer(Enum))]; in is_member_function_pointer() local
901 int t32[F(__is_member_pointer(IntArNB))]; in is_member_pointer() local
936 int t32[F(__is_const(long))]; in is_const() local
985 int t32[F(__is_volatile(long))]; in is_volatile() local
1104 int t32[F(__is_trivial(SuperNonTrivialStruct))]; in is_trivial2() local
[all …]
/external/clang/test/Coverage/
Dc-language-features.inc140 int t32 = __real (t32_cond ? t32_a : t32_b);
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll293 define i32 @t32(i32 %y) {
294 ; CHECK-LABEL: @t32(
/external/clang/test/CodeGen/
Dms-inline-asm.c348 void t32() {
/external/syslinux/lzo/src/
Dminiacc.h3984 acc_uint32l_t t32; member
6060 c->ticks.t32 = 0; in ACCLIB_PUBLIC()
6064 c->ticks.t32 = ro.h.ch*60UL*60UL*100UL + ro.h.cl*60UL*100UL + ro.h.dh*100UL + ro.h.dl; in ACCLIB_PUBLIC()
6071 c->ticks.t32 = clock(); in ACCLIB_PUBLIC()
6073 c->ticks.t32 = timeGetTime(); in ACCLIB_PUBLIC()
6118 d = (double) (stop->ticks.t32 - start->ticks.t32) / 100.0; in ACCLIB_PUBLIC()
6137 d = (double) (stop->ticks.t32 - start->ticks.t32) / (CLOCKS_PER_SEC); in ACCLIB_PUBLIC()
6141 d = (double) (stop->ticks.t32 - start->ticks.t32) / 1000.0; in ACCLIB_PUBLIC()
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c5485 IRTemp t32 = newTemp(Ity_I32); in x87ishly_qnarrow_32_to_16() local
5486 assign( t32, e32 ); in x87ishly_qnarrow_32_to_16()
5491 binop(Iop_Add32, mkexpr(t32), mkU32(32768))), in x87ishly_qnarrow_32_to_16()
5493 unop(Iop_32to16, mkexpr(t32)), in x87ishly_qnarrow_32_to_16()
28490 IRTemp t32 = newTemp(Ity_I32); in dis_ESC_0F38__VEX() local
28491 assign(t32, loadLE(Ity_I32, mkexpr(addr))); in dis_ESC_0F38__VEX()
28493 assign(t64, binop(Iop_32HLto64, mkexpr(t32), mkexpr(t32))); in dis_ESC_0F38__VEX()
28507 IRTemp t32 = newTemp(Ity_I32); in dis_ESC_0F38__VEX() local
28508 assign(t32, loadLE(Ity_I32, mkexpr(addr))); in dis_ESC_0F38__VEX()
28510 assign(t64, binop(Iop_32HLto64, mkexpr(t32), mkexpr(t32))); in dis_ESC_0F38__VEX()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dlsr-on-unrolled-loops.ll73 %t32 = bitcast i8* %t31 to float*
164 %t101 = load float* %t32, align 4

12