Searched refs:TEMP8 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips32.c | 61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \ argument 63 "addu %[temp16], %[" #TEMP0 "], %[" #TEMP8 "] \n\t" \ 64 "subu %[temp17], %[" #TEMP0 "], %[" #TEMP8 "] \n\t" \ 66 "mul %[" #TEMP8 "], %[" #TEMP12 "], %[kC1] \n\t" \ 70 "sra %[" #TEMP8 "], %[" #TEMP8 "], 16 \n\t" \ 73 "subu %[temp18], %[" #TEMP0 "], %[" #TEMP8 "] \n\t" \ 77 "subu %[" #TEMP8 "], %[temp17], %[temp18] \n\t" \ 82 "sra %[" #TEMP8 "], %[" #TEMP8 "], 3 \n\t" \ 90 "addu %[" #TEMP8 "], %[temp18], %[" #TEMP8 "] \n\t" \ 94 "slt %[temp18], %[" #TEMP8 "], $zero \n\t" \ [all …]
|
D | enc_mips_dsp_r2.c | 116 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \ argument 119 "addu %[temp17], %[" #TEMP4 "], %[" #TEMP8 "] \n\t" \ 120 "subu %[temp18], %[" #TEMP4 "], %[" #TEMP8 "] \n\t" \ 121 "mul %[" #TEMP8 "], %[temp19], %[c2217] \n\t" \ 131 "addiu %[" #TEMP8 "], %[" #TEMP8 "], 30000 \n\t" \ 133 "addiu %[" #TEMP8 "], %[" #TEMP8 "], 21000 \n\t" \ 134 "subu %[" #TEMP8 "], %[" #TEMP8 "], %[temp18] \n\t" \ 136 "sra %[" #TEMP8 "], %[" #TEMP8 "], 16 \n\t" \ 141 "sh %[" #TEMP8 "], " #D "(%[temp20]) \n\t" \
|