Searched refs:temp_reg1 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | compute_antialias_fixed.h | 82 int temp_reg1, temp_reg2, temp_reg3, temp_reg4, temp_reg5, temp_reg6; in compute_antialias_mips_fixed() local 91 "lw %[temp_reg1], 0*4(%[csa]) \n\t" in compute_antialias_mips_fixed() 95 "mult $ac0, %[tmp2], %[temp_reg1] \n\t" in compute_antialias_mips_fixed() 96 "mult $ac1, %[tmp2], %[temp_reg1] \n\t" in compute_antialias_mips_fixed() 108 "mfhi %[temp_reg1], $ac0 \n\t" in compute_antialias_mips_fixed() 115 "sll %[temp_reg1], %[temp_reg1], 2 \n\t" in compute_antialias_mips_fixed() 116 "sw %[temp_reg1], -1*4(%[ptr]) \n\t" in compute_antialias_mips_fixed() 123 "lw %[temp_reg1], 8*4(%[csa]) \n\t" in compute_antialias_mips_fixed() 127 "mult $ac0, %[tmp2], %[temp_reg1] \ in compute_antialias_mips_fixed() [all...] |
H A D | mpegaudiodsp_mips_fixed.c | 360 int temp_reg1, temp_reg2, temp_reg3, temp_reg4, temp_reg5, temp_reg6; in imdct36_mips_fixed() local 472 * "mfhi %[temp_reg1] \n\t" in imdct36_mips_fixed() 476 * "sub %[t0], %[temp_reg1],%[t0] \n\t" in imdct36_mips_fixed() 491 "sra %[temp_reg1], %[t2], 1 \n\t" in imdct36_mips_fixed() 493 "sub %[temp_reg1], %[t1], %[temp_reg1] \n\t" in imdct36_mips_fixed() 495 "sw %[temp_reg1], 6*4(%[tmp1]) \n\t" in imdct36_mips_fixed() 498 "mfhi %[temp_reg1] \n\t" in imdct36_mips_fixed() 505 "sub %[t0], %[temp_reg1], %[t0] \n\t" in imdct36_mips_fixed() 506 "sra %[temp_reg1], in imdct36_mips_fixed() [all...] |
Completed in 2 milliseconds