Searched refs:temp20 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips32.c | 120 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne() local 128 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) in ITransformOne() 141 [temp18]"=&r"(temp18), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in ITransformOne() 484 int temp17, temp18, temp19, temp20; in FTransform() local 507 [temp18]"=&r"(temp18), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in FTransform()
|
D | enc_mips_dsp_r2.c | 149 int temp17, temp18, temp19, temp20; in FTransform() local 164 [temp0]"=&r"(temp0), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in FTransform()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | schedule-fs-loop-nested.ll | 61 %temp20.0 = phi float [ %50, %ENDIF30 ], [ 0.000000e+00, %LOOP ] 62 %38 = bitcast float %temp20.0 to i32 78 %48 = bitcast float %temp20.0 to i32
|
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 397 temp18, temp19, temp20; in ih264_iquant_itrans_recon_8x8_ssse3() local 755 temp20 = _mm_unpackhi_epi16(temp3, temp4); //e2 e3 f2 f3 g2 g3 h2 h3 in ih264_iquant_itrans_recon_8x8_ssse3() 759 resq_r2_1 = _mm_unpacklo_epi32(temp18, temp20); //e0 e1 e2 e3 f0 f1 f2 f3 in ih264_iquant_itrans_recon_8x8_ssse3() 760 resq_r3_1 = _mm_unpackhi_epi32(temp18, temp20); //g0 g2 g2 g3 h0 h1 h2 h3 in ih264_iquant_itrans_recon_8x8_ssse3() 770 temp20 = _mm_unpackhi_epi16(temp7, temp8); //e6 e7 f6 f7 g6 g7 h6 h7 in ih264_iquant_itrans_recon_8x8_ssse3() 774 resq_r6_1 = _mm_unpacklo_epi32(temp18, temp20); //e4 e5 e6 e7 f4 f5 f6 f7 in ih264_iquant_itrans_recon_8x8_ssse3() 775 resq_r7_1 = _mm_unpackhi_epi32(temp18, temp20); //g4 g5 g6 g7 h4 h5 h6 h7 in ih264_iquant_itrans_recon_8x8_ssse3()
|