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

Address feedback from LPC #5

Merged
merged 6 commits into from
Sep 14, 2022
Merged

Address feedback from LPC #5

merged 6 commits into from
Sep 14, 2022

Conversation

dthaler
Copy link
Owner

@dthaler dthaler commented Sep 13, 2022

  • Move legacy packet instructions to Linux historical notes
  • Fix specification of divide-by-zero and modulo-zero
  • Note that imm is signed
  • Fix typo in Appendix
  • Add note about invalid instruction 0x8d used by clang -O0
  • Add src column to Appendix
  • Fix construction of imm64
  • Add additional 64-bit immediate instructions

Fixes #2
Fixes #3

Signed-off-by: Dave Thaler [email protected]

Also specify that div-by-zero results in zero
and mod-zero results in the source value

Signed-off-by: Dave Thaler <[email protected]>
Note that imm is signed
Fix typo in Appendix

Signed-off-by: Dave Thaler <[email protected]>
As reported by Shung-Hsi Yu

Signed-off-by: Dave Thaler <[email protected]>
In preparation for adding instructions that use it

Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Dave Thaler <[email protected]>
@dthaler dthaler force-pushed the lpc-feedback branch 6 times, most recently from 53a0457 to 7bb1801 Compare September 14, 2022 17:55
@dthaler dthaler changed the title Move legacy packet instructions to linux historical notes Address feedback from LPC Sep 14, 2022
This is still missing what ISA version they are in.
Are they all available in ISA version 1?

Signed-off-by: Dave Thaler <[email protected]>
@dthaler
Copy link
Owner Author

dthaler commented Sep 14, 2022

I'm going to merge this into the update branch so anyone newly looking at PR #4 will see the corrected text instead of reporting the same issues. Please review the updates there.

@dthaler dthaler merged commit 389156b into update Sep 14, 2022
dthaler added a commit that referenced this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant