112027Sjungma@eit.uni-kl.de/*
212027Sjungma@eit.uni-kl.de * QuickThreads -- Threads-building toolkit.
312027Sjungma@eit.uni-kl.de * Copyright (c) 1993 by David Keppel
412027Sjungma@eit.uni-kl.de *
512027Sjungma@eit.uni-kl.de * Permission to use, copy, modify and distribute this software and
612027Sjungma@eit.uni-kl.de * its documentation for any purpose and without fee is hereby
712027Sjungma@eit.uni-kl.de * granted, provided that the above copyright notice and this notice
812027Sjungma@eit.uni-kl.de * appear in all copies.  This software is provided as a
912027Sjungma@eit.uni-kl.de * proof-of-concept and for demonstration purposes; there is no
1012027Sjungma@eit.uni-kl.de * representation about the suitability of this software for any
1112027Sjungma@eit.uni-kl.de * purpose.
1212027Sjungma@eit.uni-kl.de */
1312027Sjungma@eit.uni-kl.de
1412027Sjungma@eit.uni-kl.de	.file   "ksr1_b.s"
1512027Sjungma@eit.uni-kl.de	.def	.debug;	.endef
1612027Sjungma@eit.uni-kl.de
1712027Sjungma@eit.uni-kl.de        .globl b_call_reg$TXT
1812027Sjungma@eit.uni-kl.de	.globl b_call_reg
1912027Sjungma@eit.uni-kl.de	.globl b_call_imm$TXT
2012027Sjungma@eit.uni-kl.de	.globl b_call_imm
2112027Sjungma@eit.uni-kl.de	.globl b_add$TXT
2212027Sjungma@eit.uni-kl.de	.globl b_add
2312027Sjungma@eit.uni-kl.de	.globl b_load$TXT
2412027Sjungma@eit.uni-kl.de	.globl b_load
2512027Sjungma@eit.uni-kl.de
2612027Sjungma@eit.uni-kl.de
2712027Sjungma@eit.uni-kl.deb_call_reg:
2812027Sjungma@eit.uni-kl.deb_call_imm:
2912027Sjungma@eit.uni-kl.deb_add:
3012027Sjungma@eit.uni-kl.deb_load:
3112027Sjungma@eit.uni-kl.de	.word	b_call_reg$TXT
3212027Sjungma@eit.uni-kl.de	.word	qt_error
3312027Sjungma@eit.uni-kl.de	.word	qt_error$TXT
3412027Sjungma@eit.uni-kl.de
3512027Sjungma@eit.uni-kl.de
3612027Sjungma@eit.uni-kl.deb_call_reg$TXT:
3712027Sjungma@eit.uni-kl.deb_call_imm$TXT:
3812027Sjungma@eit.uni-kl.deb_add$TXT:
3912027Sjungma@eit.uni-kl.deb_load$TXT:
4012027Sjungma@eit.uni-kl.de	finop			; cxnop
4112027Sjungma@eit.uni-kl.de	finop			; cxnop
4212027Sjungma@eit.uni-kl.de	finop			; ld8 16(%cp),%c4
4312027Sjungma@eit.uni-kl.de        finop			; ld8 8(%cp),%cp
4412027Sjungma@eit.uni-kl.de	finop			; cxnop
4512027Sjungma@eit.uni-kl.de	finop			; cxnop
4612027Sjungma@eit.uni-kl.de        finop			; jsr %c4,0(%c4)
4712027Sjungma@eit.uni-kl.de	finop			; cxnop
4812027Sjungma@eit.uni-kl.de	finop			; cxnop
4912027Sjungma@eit.uni-kl.de
50