Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jit64: some byte-swapping changes #2887

Merged
merged 1 commit into from Aug 26, 2015
Merged

Jit64: some byte-swapping changes #2887

merged 1 commit into from Aug 26, 2015

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Aug 21, 2015

Adds support for MOVBE in loads.

Byte-reversed (little endian) loads still swap twice...

{
MOV(size, R(dst), src);
BSWAP(size, dst);
}

This comment was marked as off-topic.

This comment was marked as off-topic.

@Tilka Tilka force-pushed the swap branch 2 times, most recently from 3b1b3ec to f52a4fe Compare August 24, 2015 01:59
Tilka added a commit that referenced this pull request Aug 26, 2015
Jit64: some byte-swapping changes
@Tilka Tilka merged commit 99e88a7 into dolphin-emu:master Aug 26, 2015
@Tilka Tilka deleted the swap branch August 26, 2015 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants