Searched refs:max_asm (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dmpegaudiodsp_mips_fixed.c68 int const min_asm = -32768, max_asm = 32767; local
148 "slt %[temp2], %[max_asm],%[sum1] \n\t"
149 "movn %[sum1], %[max_asm],%[temp2] \n\t"
159 "slt %[temp2], %[max_asm], %[sum1] \n\t"
160 "movn %[sum1], %[max_asm], %[temp2] \n\t"
168 [max_asm] "r" (max_asm)
274 "slt %[temp2], %[max_asm], %[sum1] \n\t"
275 "movn %[sum1], %[max_asm], %[temp2] \n\t"
282 "slt %[temp2], %[max_asm],
[all...]

Completed in 57 milliseconds