Lines Matching full:ebx
75 push ebx
92 mov ebx, eax
94 and ebx, 0xffff00 // ebx = xx 01 02 xx
100 shr ebx, 8 // ebx = 01 02 xx xx
101 or eax, ebx // eax = 01 02 02 03
103 shl ebx, 16 // ebx = xx xx 01 02
106 or ebx, ecx // ebx = 00 01 01 02
109 movd mm0, ebx // mm0 = 00 01 01 02
115 mov [edi], ebx // writeoutput 00 xx xx xx
132 mov ebx, eax
134 and ebx, 0xffff00 // ebx = xx 01 02 xx
140 shr ebx, 8 // ebx = 01 02 xx xx
141 or eax, ebx // eax = 01 02 02 03
146 or eax, ebx // eax = 01 02 02 02
148 shl ebx, 16 // ebx = xx xx 01 02
151 or ebx, ecx // ebx = 00 01 01 02
154 movd mm0, ebx // mm0 = 00 01 01 02
160 mov [edi], ebx // writeoutput 00 xx xx xx
169 pop ebx
1335 push ebx
1344 mov ebx, dest_width
1404 sub ebx, 4
1408 pop ebx
1522 push ebx
1534 mov ebx, dest_width;
1581 sub ebx, 4
1584 pop ebx