Mercurial > sdl-ios-xcode
comparison src/hermes/mmxp2_32.asm @ 2140:15b4a74cdac1
Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Jul 2007 09:54:27 +0000 |
parents | 180fa05e98e2 |
children |
comparison
equal
deleted
inserted
replaced
2139:c2a276a27381 | 2140:15b4a74cdac1 |
---|---|
281 load_immq mm6, mmx32_rgb555_g | 281 load_immq mm6, mmx32_rgb555_g |
282 CLEANUP_IMMQ_LOADS(2) | 282 CLEANUP_IMMQ_LOADS(2) |
283 | 283 |
284 mov edx,ecx ; Save ecx | 284 mov edx,ecx ; Save ecx |
285 | 285 |
286 and ecx,BYTE 0fffffff8h ; clear lower three bits | 286 and ecx,DWORD 0fffffff8h ; clear lower three bits |
287 jnz .L_OK | 287 jnz .L_OK |
288 jmp near .L2 | 288 jmp near .L2 |
289 | 289 |
290 .L_OK: | 290 .L_OK: |
291 | 291 |