libqbe/arm64
Quentin Carbonneaux 90050202f5 fix various codegen bugs on arm64
- dynamic allocations could generate
  bad 'and' instructions (for the
  and with -16 in salloc()).
- symbols used in w context would
  generate adrp and add instructions
  on wN registers while they seem to
  only work on xN registers.

Thanks to Rosie for reporting them.
2024-10-01 19:42:50 +02:00
..
abi.c fix sub-word returns on arm64_apple 2023-05-09 12:39:51 +02:00
all.h mark apple targets with a boolean 2022-10-08 21:48:47 +02:00
emit.c fix various codegen bugs on arm64 2024-10-01 19:42:50 +02:00
isel.c arm64/isel: Avoid signed overflow when handling immediates 2024-08-15 23:21:05 +02:00
targ.c mark apple targets with a boolean 2022-10-08 21:48:47 +02:00