Rev: src/nettle/sparc/aes-decrypt-internal.asm:1.3
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.13
define(<KEY>, <%o4>)
define(<ROUND>, <%o5>)
-C %g1 and %g2 are TMP1 and TMP2
-
-
-C Registers %g1-%g3 and %o0 - %o5 are free to use.
+C %g1, %g2, %g3 are TMP1, TMP2 and TMP3
C The sparc32 stack frame looks like
C
define(<KEY>, <%o4>)
define(<ROUND>, <%o5>)
-C %g1 and %g2 are TMP1 and TMP2
-
-
-C Registers %g1-%g3 and %o0 - %o5 are free to use.
+C %g1, %g2, %g3 are TMP1, TMP2 and TMP3
C I'm still slightly confused by the frame layout, specified in
C "SYSTEM V APPLICATION BINARY INTERFACE SPARC Processor Supplement".