/external/webp/src/dsp/ |
D | enc_mips_dsp_r2.c | 149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPSdspR2() local 157 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPSdspR2() 161 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform_MIPSdspR2() 176 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in ITransformOne() local 185 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in ITransformOne() 186 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in ITransformOne() 188 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in ITransformOne() 195 LOAD_IN_X2(temp9, temp10, 28, 30) in ITransformOne() 197 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10, in ITransformOne() 204 SRA_16(temp9, temp10, temp11, temp12, temp1, temp2, temp5, temp6) in ITransformOne() [all …]
|
D | dec_mips_dsp_r2.c | 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; in TransformDC() local 38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2, in TransformDC() 40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3, in TransformDC() 56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformAC3() local 65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4, in TransformAC3() 74 temp4, temp7, temp6, temp10, temp9) in TransformAC3() 87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformOne() local 96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in TransformOne() 97 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in TransformOne() 99 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in TransformOne() [all …]
|
D | rescaler_mips_dsp_r2.c | 45 int temp8, temp9, temp10, temp11; 102 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), 226 int temp8, temp9, temp10, temp11; in ExportRowExpand_MIPSdspR2() local 279 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), in ExportRowExpand_MIPSdspR2()
|
D | enc_mips32.c | 120 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne_MIPS32() local 128 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11) in ITransformOne_MIPS32() 132 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13) in ITransformOne_MIPS32() 139 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in ITransformOne_MIPS32() 485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPS32() local 495 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPS32() 499 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform_MIPS32() 506 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in FTransform_MIPS32()
|
D | mips_macro.h | 191 [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), \
|
D | dec_mips32.c | 220 int temp5, temp6, temp7, temp8, temp9; in TransformOne() local 542 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in TransformOne()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | deblock_msa.c | 23 v8i16 temp5, temp6, temp7, temp8, temp9; \ 30 ILVRL_W2_SH(temp5, temp4, temp8, temp9); \ 40 out6 = (v16u8)temp9; \ 78 v8i16 temp5, temp6, temp7, temp8, temp9; \ 90 ILVRL_H2_SH(temp5, temp4, temp8, temp9); \ 92 ILVRL_W2_SH(temp9, temp7, temp6, temp7); \ 93 ILVL_B2_SH(in1, in0, in3, in2, temp8, temp9); \ 103 ILVR_H4_SH(temp9, temp8, temp1, temp0, temp3, temp2, temp5, temp4, temp6, \ 104 temp7, temp8, temp9); \ 105 ILVR_W2_SH(temp7, temp6, temp9, temp8, temp0, temp1); \ [all …]
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | matmul.ll | 103 %temp9 = load double, double* %arrayidx42.i, align 8 104 %mul43.i = fmul double %temp2, %temp9 120 %mul91.i = fmul double %temp9, %temp11
|