mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-05 08:58:13 +00:00

Summary: The ADRP instructions has 21 bits to store page offsets + 12 lowest bits are zero, that give us a total of 33 bits (32 bits for address + 1 sign bit, to address +- 4GB). Vladislav Khmelevsky, Advanced Software Technology Lab, Huawei (cherry picked from FBD30283044)
Description
llvm with tablegen backend for capstone disassembler
Languages
LLVM
34.8%
C++
32.8%
C
19.6%
Assembly
8.6%
MLIR
1.2%
Other
2.6%