Lines Matching refs:FullLength
406 * - fixed 64-bit png_uint_32 bug with MMXLength/FullLength temp vars
3246 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64
3256 FullLength = row_info->rowbytes; // number of bytes to filter
3270 //pre "movl FullLength, %%eax \n\t" // bring in via eax...
3315 RESTORE_FullLength "%%eax \n\t" // FullLength -> eax
3349 "1" (FullLength), // %7 -> %3 eax
3580 // preload "movl FullLength, %%eax \n\t"
3622 "3" (FullLength) // eax
3936 //pre "movl FullLength, %%edx \n\t"
3982 "4" (FullLength) // edx
4011 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64
4021 FullLength = row_info->rowbytes; // number of bytes to filter
4031 //pre "movl FullLength, %%eax \n\t" // bring in via eax...
4136 RESTORE_FullLength "%%ecx \n\t" // FullLength -> ecx
4155 "3" (FullLength) // eax
4544 // preload "movl FullLength, %%edx \n\t"
4629 "cmpl %%edx, %%eax \n\t" // check against FullLength
4648 "4" (FullLength) // edx
4988 //pre "movl FullLength, %%edx \n\t"
5074 "cmpl %%edx, %%eax \n\t" // check against FullLength
5094 "4" (FullLength) // edx
5125 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64
5134 FullLength = row_info->rowbytes - bpp; // number of bytes to filter
5144 //pre "movl FullLength, %%eax \n\t" // bring in via eax...
5166 RESTORE_FullLength "%%ecx \n\t" // FullLength -> ecx
5182 "2" (FullLength) // eax
5311 // preload "cmpl FullLength, %%edx \n\t"
5323 "cmpl %%eax, %%edx \n\t" // compare with FullLength
5336 "3" (FullLength) // eax
5562 //pre "cmpl FullLength, %%eax \n\t"
5575 "cmpl %%edx, %%eax \n\t" // FullLength
5589 "3" (FullLength) // edx