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

pvm changes 0.5.4 #210

Open
31 tasks
bamzedev opened this issue Jan 9, 2025 · 0 comments
Open
31 tasks

pvm changes 0.5.4 #210

bamzedev opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@bamzedev
Copy link
Contributor

bamzedev commented Jan 9, 2025

gavofyork/graypaper@v0.5.3...v0.5.4#diff-3cefbb5fee9ce14d157e1da7c491ec078d4a61e4ba7d85a0a2d22655bee31853L223

TODO

  • Implement formulas A.11 and A.12 (however they are not used anywhere for some reason)
  • refactor memory layout (Q is no longer used)
  • refactor argument invocation (use regs 7 and 8 instead of 10 and 11)
  • refactor opcode numbers
  • refactor: shlo_r_imm_alt_32
  • refactor: shar_r_imm_alt_32
  • implement: count_set_bits_64
  • implement: count_set_bits_32
  • implement: leading_zero_bits_64
  • implement: leading_zero_bits_32
  • implement: trailing_zero_bits_64
  • implement: trailing_zero_bits_32
  • implement: sign_extend_8
  • implement: sign_extend_16
  • implement: zero_extend_16
  • implement: reverse_bytes
  • implement: rot_r_64_imm
  • implement: rot_r_64_imm_alt
  • implement: rot_r_32_imm
  • implement: rot_r_32_imm_alt
  • implement: rot_l_64
  • implement: rot_l_32
  • implement: rot_r_64
  • implement: rot_r_32
  • implement: and_inv
  • implement: or_inv
  • implement: xnor
  • implement: max
  • implement: max_u
  • implement: min
  • implement: min_u
@danielvladco danielvladco self-assigned this Jan 16, 2025
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

No branches or pull requests

2 participants