|
|
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 */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.