Searched refs:TEMP12 (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 66 "mul %[" #TEMP8 "], %[" #TEMP12 "], %[kC1] \n\t" \ 68 "mul %[" #TEMP12 "], %[" #TEMP12 "], %[kC2] \n\t" \ 72 "sra %[" #TEMP12 "], %[" #TEMP12 "], 16 \n\t" \ 74 "addu %[temp19], %[" #TEMP4 "], %[" #TEMP12 "] \n\t" \ 78 "subu %[" #TEMP12 "], %[temp16], %[temp19] \n\t" \ 83 "sra %[" #TEMP12 "], %[" #TEMP12 "], 3 \n\t" \ 91 "addu %[" #TEMP12 "], %[temp19], %[" #TEMP12 "] \n\t" \ 95 "slt %[temp19], %[" #TEMP12 "], $zero \n\t" \ 99 "movn %[" #TEMP12 "], $zero, %[temp19] \n\t" \ [all …]
|
D | enc_mips_dsp_r2.c | 116 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \ argument 117 "addu %[temp16], %[" #TEMP0 "], %[" #TEMP12 "] \n\t" \ 118 "subu %[temp19], %[" #TEMP0 "], %[" #TEMP12 "] \n\t" \ 122 "mul %[" #TEMP12 "], %[temp18], %[c2217] \n\t" \ 128 "addu %[" #TEMP12 "], %[" #TEMP12 "], %[" #TEMP4 "] \n\t" \ 132 "addiu %[" #TEMP12 "], %[" #TEMP12 "], 12000 \n\t" \ 135 "sra %[" #TEMP12 "], %[" #TEMP12 "], 16 \n\t" \ 137 "addiu %[temp16], %[" #TEMP12 "], 1 \n\t" \ 138 "movn %[" #TEMP12 "], %[temp16], %[temp19] \n\t" \ 142 "sh %[" #TEMP12 "], " #B "(%[temp20]) \n\t"
|