大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
about aarch64
- Focus on high performance
- Exception levels instead of different modes
- virtualisation support built-in
- 32 bit fixed length instruction
- more registers
- divide instruction
- compare & jump instruction
- support for aarch32
difference towards aarch32
- no thumb mode
- only a handful conditionally executing instruction
- no more coprocessor
- beware PC relative addressing doesn’t have an offset anymore
- 31 general purpose registers.1 special purpose
- no store/load multiple registers(only pairs)
aarch64 registers
registers special description
SP/ZR Stack pointor/Zero register
30 LR Link register
29 FP Frame pointer
19~28 stored/restored by callee
18 platforem specific register
17 inter procedure call 1 16 inter procedure call 2 9~15 scratch registers 8 indirect result(pointer to sturct) 0~7 parameters & results
registers can be accessed as 32/64 bit
X0~30 for 64 bit
W0~30 for 32 bit
Also available
V0~31,SIMD floating point registers
Modes AArch32
User Application
FIQ Fast Interrupt
IRQ Interrupt
Supervisor Operating System
Abort Prefetch abort of instructiion/data
Undefined After undefined instruction
System Privileged user mode (for OS functions)
Monitor On TrustZone Platforms
Modes on Aarch64
EL0 Unprivileged,applications(with task protection,etc)
EL1 Operating system,kernel,etc
EL2 Hypervisor(for virtualisation)
EL3 Secure monitor(for switching to/from secure state)
svc,hvc,smc指令切换,对EL1~3有三种不同的中断向量,客户端可以生产virtual exceptions
CP15 is no more
Cache,address and TLB management now have dedicated instructions
Memory management
Execpt for EL0,all exception levels have their own memory translation
context(EL0 is managed by EL1)
This means up to 3 stage translation depending on the context
UEFI&ACPI
http://www.uefi.org/sites/default/files/resources/S4_BldgARMServers_UEFILinuxCon_FINAL_Aug.%2021.pdf
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/183586.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...