Macros to abstract XLEN (32 vs 64-bit) for inline assembly.
Macros | |
| #define | STORE "sw" |
| Store Word (32-bit). | |
| #define | LOAD "lw" |
| Load Word (32-bit). | |
| #define | WORD 4 |
| Word size in bytes. | |
| #define | STR1(x) |
| Context Helper Only. | |
| #define | STR(x) |
| Context Helper Only. | |
| #define STR | ( | x | ) |
| #define STR1 | ( | x | ) |