Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.code .align 4 .export divu,entry .proc .callinfo divu: stws,ma %r4,4(%r5) ; save registers on stack .procend .export divu2,entry .proc .callinfo .entry divu2: stws,ma %r4,4(%r5) ; save registers on stack .exit .procend