Modules§
- reg
- Common registers
Structs§
- Instruction
- AArch64 instruction representation (32-bit fixed-width instructions)
- Register
- AArch64 register representation (32 general-purpose registers)
Functions§
- encode_
add_ sub_ imm - Data Processing - Immediate instruction encoding (ADD/SUB immediate)
- encode_
add_ sub_ reg - Data Processing - Register instruction encoding (3-operand)
- encode_
branch_ reg - Branch register instruction encoding (BR)
- encode_
divide - Division instruction encoding - Data Processing (2 source)
- encode_
logical_ reg - Logical instruction encoding (register)
- encode_
move_ reg - Move instruction encoding (ORR with XZR)
- encode_
movk - MOVK instruction encoding - Move immediate with keep
- encode_
movz - MOVZ instruction encoding - Move immediate with zero
- encode_
multiply - Multiply instruction encoding
- encode_
ret - Return instruction encoding (RET)