标签归档:armv8a
aarch64 - sync cache
/* Machine description for AArch64 architecture. Copyright (C) 2012-2025 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is pa
阅读全文 →arm-v8a 函数调用传参流程
传递 我们先来看汇编?(看汇编去这个网站挺不错的:https://godbolt.org/), a(int, long long): // @a(int, long long) sub sp, sp, #32 // 为
阅读全文 →