Sign in
fuchsia
/
third_party
/
github.com
/
iovisor
/
ubpf
/
HEAD
/
.
/
tests
/
smod32.data
blob: ffd70d081075cf2a02b5730b562ab72920692080 [
file
] [
log
] [
blame
]
--
asm
# Test signed 32-bit modulo with positive values
mov32
%
r0
,
13
smod32
%
r0
,
4
# 13 % 4 = 1
exit
--
result
0x1