summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-30 16:34:48 -0400
committerIan Moffett <ian@osmora.org>2025-07-30 16:34:48 -0400
commitcaa652ae2b3da86de945fa8d5ece55ddbbb2cf31 (patch)
treed0154134b1130f7d43037b319b107cf76e6b2bc3 /sys/kern
parent2d1097e8a1ecffd09cd6810978b876f8c8cdb16f (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