30.4.3.1. ARM movw and movt instructions
Set the higher or lower 16 bits of a register to an immediate in one go.
Example: userland/arch/arm/movw.S
The armv8 version analogue is ARMv8 aarch64 movk instruction.
Set the higher or lower 16 bits of a register to an immediate in one go.
Example: userland/arch/arm/movw.S
The armv8 version analogue is ARMv8 aarch64 movk instruction.