Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: insn: Allow ADD/SUB (immediate) with LSL FireflyTeam#12
The encoder for ADD/SUB (immediate) can only cope with 12bit immediates, while there is an encoding for a 12bit immediate shifted by 12 bits to the left. Let's fix this small oversight by allowing the LSL_12 bit to be set. Reviewed-by: Christoffer Dall <[email protected]> Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
- Loading branch information