|
Let us walk on the 3-isogeny graph
|
Functions | |
| Print_mult_dyn (plimbs) | |
| rotate (l, x) | |
| push () | |
| pop () | |
| PrintMontRedc (plimbs) | |
| PrintMult (plimbs) | |
| PrintAdd (plimbs) | |
| PrintAddOdd (plimbs) | |
| PrintAddAtEnd (plimbs) | |
| PrintAddOddAtEnd (plimbs) | |
| PrintSubOdd (plimbs) | |
| PrintSub (plimbs) | |
| Print_Assembly (plimbs) | |
| main (argv) | |
Variables | |
| sefOfLimbs = set() | |
| int | printOut = 0 |
| int | prime = 0 |
| int | fullLength = 0 |
| main | ( | argv | ) |
Definition at line 801 of file AsmKaratsubaCodegenerator.py.
References if, and Print_Assembly().

| pop | ( | ) |
Definition at line 199 of file AsmKaratsubaCodegenerator.py.
Referenced by PrintMult().

| Print_Assembly | ( | plimbs | ) |
Definition at line 703 of file AsmKaratsubaCodegenerator.py.
References if, Print_Assembly(), Print_mult_dyn(), PrintAdd(), PrintAddAtEnd(), PrintAddOdd(), PrintAddOddAtEnd(), PrintMult(), PrintSub(), and PrintSubOdd().
Referenced by main(), and Print_Assembly().


| Print_mult_dyn | ( | plimbs | ) |
Definition at line 15 of file AsmKaratsubaCodegenerator.py.
References if.
Referenced by Print_Assembly().

| PrintAdd | ( | plimbs | ) |
Definition at line 446 of file AsmKaratsubaCodegenerator.py.
Referenced by Print_Assembly().

| PrintAddAtEnd | ( | plimbs | ) |
Definition at line 513 of file AsmKaratsubaCodegenerator.py.
Referenced by Print_Assembly().

| PrintAddOdd | ( | plimbs | ) |
Definition at line 479 of file AsmKaratsubaCodegenerator.py.
Referenced by Print_Assembly().

| PrintAddOddAtEnd | ( | plimbs | ) |
Definition at line 543 of file AsmKaratsubaCodegenerator.py.
Referenced by Print_Assembly().

| PrintMontRedc | ( | plimbs | ) |
Definition at line 208 of file AsmKaratsubaCodegenerator.py.
References if.
| PrintMult | ( | plimbs | ) |
Definition at line 368 of file AsmKaratsubaCodegenerator.py.
References if, pop(), push(), and rotate().
Referenced by Print_Assembly().


| PrintSub | ( | plimbs | ) |
Definition at line 636 of file AsmKaratsubaCodegenerator.py.
Referenced by Print_Assembly().

| PrintSubOdd | ( | plimbs | ) |
Definition at line 572 of file AsmKaratsubaCodegenerator.py.
Referenced by Print_Assembly().

| push | ( | ) |
Definition at line 191 of file AsmKaratsubaCodegenerator.py.
Referenced by PrintMult().

| rotate | ( | l, | |
| x | |||
| ) |
Definition at line 188 of file AsmKaratsubaCodegenerator.py.
Referenced by PrintMult().

| int fullLength = 0 |
Definition at line 13 of file AsmKaratsubaCodegenerator.py.
| int prime = 0 |
Definition at line 12 of file AsmKaratsubaCodegenerator.py.
| int printOut = 0 |
Definition at line 11 of file AsmKaratsubaCodegenerator.py.
| sefOfLimbs = set() |
Definition at line 10 of file AsmKaratsubaCodegenerator.py.