remove non standard instructions do testing outside of repo

This commit is contained in:
2026-08-30 18:25:13 +02:00
parent 8460c0ff47
commit 70def24a5d
-10
View File
@@ -1,13 +1,3 @@
mov r1, 0
qcall clz
add zr, zr, zr
mov r1, 0x1
qcall clz
add zr, zr, zr
add r1, zr, 0xAAAA
lsl r1, r1, 6
qcall popc
pub rotate_left:
; (r1 >> r2) | (r1 << (32 - r2))
sub r3, zr, r2