Sign in
fuchsia
/
third_party
/
github.com
/
iovisor
/
ubpf
/
HEAD
/
.
/
tests
/
sdiv64.data
blob: 066146fa8554269bc0ab695fdc6869f4f9985630 [
file
] [
log
] [
blame
]
--
asm
# Test signed 64-bit division with positive/positive
lddw
%
r0
,
0x100000000
sdiv
%
r0
,
4
# 0x100000000 / 4 = 0x40000000
exit
--
result
0x40000000