search for: last_error_1

Displaying 1 result from an estimated 1 matches for "last_error_1".

Did you mean: last_error_2
2004 Sep 10
2
An assembly optimization and fix
...xed_asm.nasm.orig 2002-01-26 19:05:12.000000000 +0100 +++ src/libFLAC/ia32/fixed_asm.nasm 2002-09-17 16:19:08.000000000 +0200 @@ -76,107 +76,73 @@ push edi sub esp, byte 16 ; qword [esp] == temp space for loading FLAC__uint64s to FPU regs - ; dword [esp] == last_error_0 - ; dword [esp + 4] == last_error_1 - ; dword [esp + 8] == last_error_2 - ; dword [esp + 12] == last_error_3 - ; eax == error ; ebx == &data[i] ; ecx == loop counter (i) - ; edx == temp - ; edi == save ; ebp == order ; mm0 == total_error_1:total_error_0 - ; mm1 == total_error_3:total_error_2 - ; mm2 == 0:total_error_4 -...