mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 15:24:36 +00:00
e4d7f656ca
* According to the spec, the auipc instruction's immediate is a 20-bit upper immediate, which means it should be left-shifted by 12 similar to the lui instruction: > AUIPC forms a 32-bit offset from the 20-bit U-immediate, > filling in the lowest 12 bits with zeros, adds this offset > to the address of the AUIPC instruction, then places the > result in register rd.