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


#include "evt_defs.h"


/*
 **********************************************************************
 *
 *	"FLOATING POINT EMULATION" TRAP INTERFACE TEST DATA
 *
 *  This table contains information about all of the instructions that
 *  are emulated when there is no FPP hardware active in the system.
 *
 *  16-Jul-85  JJM  stole the template and wrote the beast
 **********************************************************************
*/
struct  fpm_inst_t  fpm_tbl[] = 
{
/*          ................................................ op-code         */
/*          :             .................................. name            */
/*          :             :            ..................... # operands      */
/*          :             :            :      .............. precision       */
/*          :             :            :      : 			     */
	ADDF_OP_CODE,     "ADDF ",     1,    SGL,
	SUBF_OP_CODE,     "SUBF ",     1,    SGL,
	MULF_OP_CODE,     "MULF ",     1,    SGL,
	DIVF_OP_CODE,     "DIVF ",     1,    SGL,
	CVLF_OP_CODE,     "CVLF ",     1,    SGL,
	SINF_OP_CODE,     "SINF ",     0,    SGL,
	COSF_OP_CODE,     "COSF ",     0,    SGL,
	ATANF_OP_CODE,    "ATANF ",    0,    SGL,
	LOGF_OP_CODE,     "LOGF ",     0,    SGL,
	SQRTF_OP_CODE,    "SQRTF ",    0,    SGL,
	EXPF_OP_CODE,     "EXPF ",     0,    SGL,
	ADDD_OP_CODE,     "ADDD ",     1,    DBL,
	SUBD_OP_CODE,     "SUBD ",     1,    DBL,
	MULD_OP_CODE,     "MULD ",     1,    DBL,
	DIVD_OP_CODE,     "DIVD ",     1,    DBL,
	CVLD_OP_CODE,     "CVLD ",     1,    DBL
};

int size_fpm_tbl = 16;


unix.superglobalmegacorp.com

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