diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-30 16:34:48 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-30 16:34:48 -0400 |
commit | caa652ae2b3da86de945fa8d5ece55ddbbb2cf31 (patch) | |
tree | d0154134b1130f7d43037b319b107cf76e6b2bc3 /sys/kern | |
parent | 2d1097e8a1ecffd09cd6810978b876f8c8cdb16f (diff) |
oasm: Introduce logical shift operations
This commit introduces LSR/LSL which are used as bitwise shift
operations.
--
lsr x1, #1 !! x1 >>= 1
lsl x1, #1 !! x1 <<= 1
--
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/kern')
0 files changed, 0 insertions, 0 deletions