Lines Matching full:ebx
35 ;; EAX, EBX, EDX
67 mov ebx,[esi+4]
71 bswap ebx
76 ror ebx,8
87 mov [edi+4],ebx
147 mov ebx,[esi+4]
152 rol ebx,8
159 mov [edi+4],ebx
218 mov ebx,[esi+4]
225 bswap ebx
232 mov [edi+4],ebx
309 mov ebx,[esi+4] ; second dword ebx = [a][r][g][b]
314 shl ebx,8 ; ebx = [r][g][b][.]
318 mov bh,[esi+8+1] ; ebx = [r][g][G][.]
324 mov bl,[esi+8+0] ; ebx = [r][g][G][B]
326 rol ebx,16 ; ebx = [G][B][r][g] (done)
329 mov [edi+4-3*4],ebx
407 mov ebx,[esi+4] ; second dword ebx = [a][r][g][b]
411 bswap ebx ; ebx = [b][g][r][a]
414 mov bh,[esi+4+4+1] ; ebx = [b][g][G][a]
417 mov bl,[esi+4+4+2] ; ebx = [b][g][G][R]
419 ror ebx,16 ; ebx = [G][R][b][g] (done)
422 mov [edi+4],ebx
488 mov ebx,edi
489 and ebx,BYTE 11b
527 mov ebx,[esi+ecx*8+4]
535 shl ebx,13
539 and ebx,07FF0000h
542 add eax,ebx
602 mov ebx,edi
603 and ebx,BYTE 11b
650 shl ebx,19
654 and ebx,0FFE00000h
657 add eax,ebx
716 mov ebx,edi
717 and ebx,BYTE 11b
753 mov ebx,[esi+ecx*8+4]
761 shl ebx,13
765 and ebx,07FF0000h
768 add eax,ebx
828 mov ebx,edi
829 and ebx,BYTE 11b
876 shl ebx,18
880 and ebx,07FE00000h
883 add eax,ebx
935 mov ebx,eax
940 shr ebx,16
950 mov ebx,edx
953 shr ebx,16
964 mov ebx,[esi+8] ; second pair of pixels
966 mov edx,ebx
984 mov ebx,edx
988 and ebx,0e00000h
993 shr ebx,16
1018 mov ebx,eax
1023 shr ebx,16