Annotation of cci/d/macro4/space.pipedat.s, revision 1.1.1.1

1.1       root        1: 
                      2: 
                      3: # /**********************************************************************
                      4: # *
                      5: # *  This file contains the data buffer used by 2 of the pipe tests.
                      6: # *  This region is used for indexed data addressing. The data will 
                      7: # *  indexed from "pipe_ops" (or "dpipe_ops" for dbl data). Double and
                      8: # *  single precision data use the same addresses.
                      9: # *
                     10: # **********************************************************************/
                     11:        .text
                     12:        .align  2
                     13:        .globl  _adr_pipe_ops           /* pointer for SGL data operands */
                     14: _adr_pipe_ops:
                     15:        .globl  _adr_dpipe_ops          /* pointer for DBL data operands */
                     16: _adr_dpipe_ops:
                     17:        .long   _pipe_ops
                     18: 
                     19:        .space  8*100           /* "-" indexing -leave room for 100 DBL ops */
                     20:        .globl  _pipe_ops       /* SGL data operand */
                     21: _pipe_ops:
                     22:        .globl  _dpipe_ops      /* DBL data operand */
                     23: _dpipe_ops:
                     24:        .long   0
                     25:        .long   0
                     26:        .space  8*100           /* "+" indexing -leave room for 100 DBL ops */
                     27: 

unix.superglobalmegacorp.com

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