diff options
| author | rsc <devnull@localhost> | 2004-12-25 21:56:33 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-25 21:56:33 +0000 |
| commit | 1544f90960275dc9211bde30329c3258e0e1bf38 (patch) | |
| tree | f55e7a73c03aaa24daa7cc2ad02822b921c477f9 /src/libthread/asm-SunOS-sun4u.s | |
| parent | 7788fd54094693384ef5c92c475656dba8819feb (diff) | |
| download | plan9port-1544f90960275dc9211bde30329c3258e0e1bf38.tar.gz plan9port-1544f90960275dc9211bde30329c3258e0e1bf38.zip | |
New thread library
Diffstat (limited to 'src/libthread/asm-SunOS-sun4u.s')
| -rw-r--r-- | src/libthread/asm-SunOS-sun4u.s | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/libthread/asm-SunOS-sun4u.s b/src/libthread/asm-SunOS-sun4u.s deleted file mode 100644 index 3e95f02b..00000000 --- a/src/libthread/asm-SunOS-sun4u.s +++ /dev/null @@ -1,51 +0,0 @@ -.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 |
