OpenGrok
Cross Reference: div.s
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
gas
/
testsuite
/
gas
/
xc16x
/
div.s
Home
|
History
|
Annotate
|
Download
|
only in
xc16x
1
.
section
.
text
2
.
global
_fun
3
xc16x_div
:
4
5
div
r0
6
divl
r0
7
divlu
r0
8
divu
r0
9