Searched refs:tmp1h (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/simd/loongson/ |
D | jidctint-mmi.c | 111 __m64 tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h; \ 170 tmp1h = _mm_madd_pi16(tmp1_2h, PW_MF050_MF256); \ 175 tmp1h = _mm_add_pi32(tmp1h, z4h); \ 218 out2h = _mm_add_pi32(tmp12h, tmp1h); \ 220 out5h = _mm_sub_pi32(tmp12h, tmp1h); \ 262 __m64 tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h; \ 368 tmp1h = _mm_loadhi_pi16_f(z23); \ 370 tmp1h = _mm_srai_pi32(tmp1h, (16 - CONST_BITS)); \ 373 tmp11h = _mm_add_pi32(tmp1h, tmp2h); \ 375 tmp12h = _mm_sub_pi32(tmp1h, tmp2h); \ [all …]
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jidctint-altivec.c | 84 tmp1h = vec_unpackl(tmp1); \ 86 tmp1h = vec_sl(tmp1h, const_bits); \ 88 tmp1h = vec_add(tmp1h, pd_descale_p##PASS); \ 91 tmp11h = vec_add(tmp1h, tmp2h); \ 93 tmp12h = vec_sub(tmp1h, tmp2h); \ 147 tmp1h = vec_msums(in##53h, pw_mf050_mf256, z4h); \ 180 out2h = vec_add(tmp12h, tmp1h); \ 182 out5h = vec_sub(tmp12h, tmp1h); \ 220 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h, in jsimd_idct_islow_altivec() local
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-05-20-NEONSpillCrash.ll | 26 …%tmp1h = call %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3.v8i8(i8* %A8, i32 1) ; <%struct.__neon… 27 %tmp2h = extractvalue %struct.__neon_int8x8x3_t %tmp1h, 0 ; <<8 x i8>> [#uses=1] 28 %tmp3h = extractvalue %struct.__neon_int8x8x3_t %tmp1h, 2 ; <<8 x i8>> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-05-20-NEONSpillCrash.ll | 26 …%tmp1h = call %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3.v8i8.p0i8(i8* %A8, i32 1) ; <%struct._… 27 %tmp2h = extractvalue %struct.__neon_int8x8x3_t %tmp1h, 0 ; <<8 x i8>> [#uses=1] 28 %tmp3h = extractvalue %struct.__neon_int8x8x3_t %tmp1h, 2 ; <<8 x i8>> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2010-05-20-NEONSpillCrash.ll | 26 …%tmp1h = call %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3.v8i8.p0i8(i8* %A8, i32 1) ; <%struct._… 27 %tmp2h = extractvalue %struct.__neon_int8x8x3_t %tmp1h, 0 ; <<8 x i8>> [#uses=1] 28 %tmp3h = extractvalue %struct.__neon_int8x8x3_t %tmp1h, 2 ; <<8 x i8>> [#uses=1]
|