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



#include "../evt_defs.h"

/**********************************************************************
*
*  ACC_DATA is used as background data to be loaded into the Accumulator 
*  during Reserved Operand Tests.
*
**********************************************************************/

/** More or Less Miscellaneous Data Patterns **/
struct evt_data_t  null_data[] =	/* empty data definition     */
     { 0, 0,  0, 0 };

struct u64  acc_data[] = {
	0x01234567, 0x12345678,
	0x89abcdef, 0x9abcdef0,
	0x23456789, 0x3456789a,
	0xabcdef01, 0xbcdef012,
	0x01000001, 0xffffffff,
	0x456789ab, 0x56789abc,
	0xcdef0123, 0xdef01234,
	0x00000000, 0x00000000,
	0x6789abcd, 0x789abcde,
	0xef012345, 0xf0123456,
	0x00000000, 0x00000000, 
	0x11111111, 0x22222222, 
	0x33333333, 0x44444444,
	0x55555555, 0x66666666,
	0x77777777, 0x88888888,
	0x99999999, 0xaaaaaaaa,
	0xbbbbbbbb, 0xcccccccc,
	0xdddddddd, 0xeeeeeeee,
	0xffffffff, 0xffffffff,
	0x7fffffff, 0xffffffff,
	0x00000000, 0x00000000,
	0xc00000f0, 0x00000f00,
	0x00c0f000, 0x000f0000,
	0x00f00000, 0x0f000000,
	0xf0000000, 0x0fffffff,
	0x70ffffff, 0xff0fffff,
	0xfff0ffff, 0x7fff0fff,
	0x7ffff0ff, 0xffffff0f,
	0xffffffff, 0x80000001
       };



unix.superglobalmegacorp.com

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