What happens to a register when you call a function? On AArch64, the answer isn't "the CPU saves it. " When you call a function, the CPU doesn't look at a register table and decide what to preserve.
Source: [Dev.to](https://dev.to/danielpetrovic/aarch64-register-conventions-what-survives-a-function-call-and-why-ag3)