[Libre-soc-bugs] [Bug 1166] Ed25519 documentation.

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Jun 24 23:25:58 BST 2024


https://bugs.libre-soc.org/show_bug.cgi?id=1166

--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
movq    %r8,0(%rdi)
movq    %r9,8(%rdi)
movq    %r10,16(%rdi)
movq    %r11,24(%rdi)

that would become 2 instructions, one to set length to 4, the
other sv.movq *r8,8(*rdi) which would step by 0 8 16 24 on rdi

but it is more subtle than that, as the carry-flag typically
replaces 3 instructions i believe?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list