aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/t_aarch64_emit.c
Commit message (Collapse)AuthorAgeFilesLines
* style: change uvlong -> u64int, vlong -> s64intlemon2026-03-221-2/+2
| | | | | Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe.
* aarch64: rem/urem, bswap*, arg bugfixlemon2026-03-221-0/+22
|
* Refactor: use typedefs and CamelCase for aggregate typeslemon2026-03-181-70/+71
| | | | Looks nicer
* REFACTOR: finish renaminglemon2026-03-171-3/+3
|
* REFACTOR: move sources to src/lemon2026-03-171-0/+1023