Searched refs:tmp1h (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jidctint-altivec.c | 85 tmp1h = vec_unpackl(tmp1); \ 87 tmp1h = vec_sl(tmp1h, const_bits); \ 89 tmp1h = vec_add(tmp1h, pd_descale_p##PASS); \ 92 tmp11h = vec_add(tmp1h, tmp2h); \ 94 tmp12h = vec_sub(tmp1h, tmp2h); \ 148 tmp1h = vec_msums(in##53h, pw_mf050_mf256, z4h); \ 181 out2h = vec_add(tmp12h, tmp1h); \ 183 out5h = vec_sub(tmp12h, tmp1h); \ 222 __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]
|