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

Add REP instructions detection #282

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

toor1245
Copy link
Contributor

In this PR I added the detection of rep instructions:

  • Fast Short REP MOV
  • Fast zero-length REP MOVSB
  • Fast short REP STOSB
  • Fast short REP CMPSB/SCASB

image

Note:
I didn't find cpuid dump with REP MOVSB and REP CMPSB/SCASB only added alder lake where we have Fast short REP STOSB/ Fast Short REP MOV

@toor1245 toor1245 force-pushed the x86-add-rep-instructions-detection branch from 8349e71 to 2a813fe Compare October 25, 2022 12:20
Copy link
Collaborator

@Mizux Mizux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gchatelet gchatelet merged commit bddcc37 into google:main Oct 26, 2022
@gchatelet gchatelet added the enhancement New feature or request label Apr 27, 2023
@gchatelet gchatelet added this to the v0.8.0 milestone Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants