Searched refs:TEMP6 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips_dsp_r2.c | 1347 #define VERTICAL_PASS_WHT(A, B, C, D, TEMP0, TEMP2, TEMP4, TEMP6) \ argument 1349 "addq.ph %[temp9], %[" #TEMP2 "], %[" #TEMP6 "] \n\t" \ 1350 "subq.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP6 "] \n\t" \ 1351 "subq.ph %[" #TEMP6 "], %[" #TEMP0 "], %[" #TEMP4 "] \n\t" \ 1353 "subqh.ph %[" #TEMP4 "], %[" #TEMP6 "], %[" #TEMP2 "] \n\t" \ 1354 "addqh.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP6 "] \n\t" \ 1355 "subqh.ph %[" #TEMP6 "], %[temp8], %[temp9] \n\t" \ 1359 "usw %[" #TEMP6 "], " #D "(%[out]) \n\t"
|