- TSV110:
- TaiShan on Kirin 9000s:
- TaiShan on Kirin 9010:
- Cortex A53: ARM’s Cortex A53: Tiny But Important
- Cortex A510: Arm’s Cortex A510: Two Kids in a Trench Coat
- Cortex A72:
- Cortex A73:
- Cortex A76:
- Cortex A78:
- Cortex A710:
- Cortex X1:
- https://zhuanlan.zhihu.com/p/619033328
- https://zhuanlan.zhihu.com/p/620310569
- https://zhuanlan.zhihu.com/p/595585895
- https://fuse.wikichip.org/news/3543/arm-cortex-x1-the-first-from-the-cortex-x-custom-program/
- https://en.wikichip.org/wiki/arm_holdings/microarchitectures/cortex-x1
- https://www.anandtech.com/show/15813/arm-cortex-a78-cortex-x1-cpu-ip-diverging
- Cortex X2: Cortex X2: Arm Aims High
- Neoverse N1:
- Neoverse N2:
- Apple M1:
- Exploration of Apple CPUs
- Apple M1 Icestorm 微架构评测(上):重铸小核荣光
- Apple M1 Icestorm 微架构(下):重铸小核荣光
- 苹果的黑魔法?Apple M1 的栈操作消除(上)
- 苹果的黑魔法?(下)Apple M1 的栈操作消除
- Apple Microarchitecture Research by Dougall Johnson
- Apple Firestorm/Icestorm CPU microarchitecture docs
- The 2020 Mac Mini Unleashed: Putting Apple Silicon M1 To The Test
- Apple Announces The Apple Silicon M1: Ditching x86 - What to Expect, Based on A14
- Apple M2:
- Apple M3:
- Apple M4:
- X Elite Oryon:
- Loongson 3A5000: Loongson’s 3A5000: China’s Best Shot?
- Loongson 3A6000: Loongson 3A6000: A Star among Chinese CPUs
- Sandy Bridge: Sandy Bridge: Setting Intel’s Modern Foundation
- Zen 1-4: Zen evolution: A small overview
- Zen 4:
- Zen 5:
- Sunny Cove:
Calling convention:
- AMD64:
- Arguments: rdi, rsi, rdx, rcx, r8, r9
- Callee-saved: rbx, rsp, rbp, r12-r15
- AArch64:
- Arguments: r0-r7
- Callee-saved: r19-r29, sp, v8-v15
- LoongArch64:
- Arguments: a0-a7
- Callee-saved: s0-s9, fs0-fs7