Lines Matching refs:crc16_align
96 ;; [ebp + 28] br->crc16_align
138 mov ecx, [ebp + 28] ; ecx <- br->crc16_align
147 ;; ecx br->crc16_align
152 test ecx, ecx ; switch(br->crc16_align) ...
153 jnz .c0b4 ; [br->crc16_align is 0 the vast majority of the time so we optimize the common case]
185 mov [ebp + 28], dword 0 ; br->crc16_align <- 0
195 mov [ebp + 28], dword 0 ; br->crc16_align <- 0
214 mov ecx, [ebp + 28] ; ecx <- br->crc16_align
223 ;; ecx br->crc16_align
228 test ecx, ecx ; switch(br->crc16_align) ...
229 jnz .c1b4 ; [br->crc16_align is 0 the vast majority of the time so we optimize the common case]
435 mov ecx, [ebp + 28] ; ecx <- br->crc16_align
444 ;; ecx br->crc16_align
449 test ecx, ecx ; switch(br->crc16_align) ...
450 jnz .c2b4 ; [br->crc16_align is 0 the vast majority of the time so we optimize the common case]
491 mov [ebp + 28], dword 0 ; br->crc16_align <- 0