File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / d / macro4 / space.pipedat.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:30:56 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21



# /**********************************************************************
# *
# *  This file contains the data buffer used by 2 of the pipe tests.
# *  This region is used for indexed data addressing. The data will 
# *  indexed from "pipe_ops" (or "dpipe_ops" for dbl data). Double and
# *  single precision data use the same addresses.
# *
# **********************************************************************/
	.text
	.align	2
	.globl	_adr_pipe_ops		/* pointer for SGL data operands */
_adr_pipe_ops:
	.globl	_adr_dpipe_ops		/* pointer for DBL data operands */
_adr_dpipe_ops:
	.long	_pipe_ops

	.space	8*100		/* "-" indexing -leave room for 100 DBL ops */
	.globl	_pipe_ops	/* SGL data operand */
_pipe_ops:
	.globl	_dpipe_ops	/* DBL data operand */
_dpipe_ops:
	.long	0
	.long	0
	.space	8*100		/* "+" indexing -leave room for 100 DBL ops */


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.