diff options
| author | rsc <devnull@localhost> | 2003-11-23 18:18:41 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-11-23 18:18:41 +0000 |
| commit | 8a708fb239f4272ac7e4f16f437093c56b2cab39 (patch) | |
| tree | ca0d390ac36375519a50a0dec32ca3ce6cff8b68 /src/libthread/asm-SunOS-sun4u.s | |
| parent | cd7ddc9b5f34da33a2eb0ea761681c2330284e69 (diff) | |
| download | plan9port-8a708fb239f4272ac7e4f16f437093c56b2cab39.tar.gz plan9port-8a708fb239f4272ac7e4f16f437093c56b2cab39.zip | |
sun support
Diffstat (limited to 'src/libthread/asm-SunOS-sun4u.s')
| -rw-r--r-- | src/libthread/asm-SunOS-sun4u.s | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/libthread/asm-SunOS-sun4u.s b/src/libthread/asm-SunOS-sun4u.s new file mode 100644 index 00000000..3e95f02b --- /dev/null +++ b/src/libthread/asm-SunOS-sun4u.s @@ -0,0 +1,51 @@ +.globl _setlabel +.type _setlabel,#function + +_setlabel: + ta 3 + st %i0, [%o0] + st %i1, [%o0+4] + st %i2, [%o0+8] + st %i3, [%o0+12] + st %i4, [%o0+16] + st %i5, [%o0+20] + st %i6, [%o0+24] + st %i7, [%o0+28] + st %l0, [%o0+32] + st %l1, [%o0+36] + st %l2, [%o0+40] + st %l3, [%o0+44] + st %l4, [%o0+48] + st %l5, [%o0+52] + st %l6, [%o0+56] + st %l7, [%o0+60] + st %sp, [%o0+64] + st %o7, [%o0+68] + jmpl %o7+8, %g0 + or %g0, %g0, %o0 + +.globl _gotolabel +.type _gotolabel,#function + +_gotolabel: + ta 3 + ld [%o0], %i0 + ld [%o0+4], %i1 + ld [%o0+8], %i2 + ld [%o0+12], %i3 + ld [%o0+16], %i4 + ld [%o0+20], %i5 + ld [%o0+24], %i6 + ld [%o0+28], %i7 + ld [%o0+32], %l0 + ld [%o0+36], %l1 + ld [%o0+40], %l2 + ld [%o0+44], %l3 + ld [%o0+48], %l4 + ld [%o0+52], %l5 + ld [%o0+56], %l6 + ld [%o0+60], %l7 + ld [%o0+64], %sp + ld [%o0+68], %o7 + jmpl %o7+8, %g0 + or %g0, 1, %o0 |
