File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / d / fpevent / ovfl_tbl.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"


/*
 **********************************************************************
 *
 *	F.P.P. OVERFLOW / UNDERFLOW EVENT INSTRUCTION TABLE
 * 
 *  This table contains the data needed for the floating underflow and
 *  overflow events tests. These are all of the instructions that get
 *  floating overflows and underflows.
 *
 *  21-Mar-85  JJM  Stolen from the Demand Paging directory
 **********************************************************************
*/
struct  ovfl_inst_t  ovfl_tbl[] = 
{
/*    ..................................................... op-code           */
/*    :         ........................................... name              */
/*    :         :      .................................... # operands        */
/*    :         :      :   ................................ precision         */
/*    :         :      :   :       ........................ overflow data     */
/*    :         :      :   :       :            ........... ptr to # patterns */
/*    :         :      :   :       :            :     ..... underflow data    */
/*    :         :      :   :       :            :     :  .. ptr to # patterns */
/*    :         :      :   :       :            :     :  :                    */
/*    :         :      :   :       :            :     :  :.............       */
/*    :         :      :   :       :            :     :......         :       */
/*    :         :      :   :       :            :           :         :       */
ADDF_OP_CODE, "ADDF ", 1, SGL, adf_ov_dat, &adf_ov_cnt, adf_u_dat, &adf_u_cnt,
SUBF_OP_CODE, "SUBF ", 1, SGL, suf_ov_dat, &suf_ov_cnt, suf_u_dat, &suf_u_cnt,
MULF_OP_CODE, "MULF ", 1, SGL, muf_ov_dat, &muf_ov_cnt, muf_u_dat, &muf_u_cnt,
DIVF_OP_CODE, "DIVF ", 1, SGL, dif_ov_dat, &dif_ov_cnt, dif_u_dat, &dif_u_cnt,
ADDD_OP_CODE, "ADDD ", 1, DBL, add_ov_dat, &add_ov_cnt, add_u_dat, &add_u_cnt,
SUBD_OP_CODE, "SUBD ", 1, DBL, sud_ov_dat, &sud_ov_cnt, sud_u_dat, &sud_u_cnt,
MULD_OP_CODE, "MULD ", 1, DBL, mud_ov_dat, &mud_ov_cnt, mud_u_dat, &mud_u_cnt,
DIVD_OP_CODE, "DIVD ", 1, DBL, did_ov_dat, &did_ov_cnt, did_u_dat, &did_u_cnt,
EXPF_OP_CODE, "EXPF ", 0, SGL, exf_ov_dat, &exf_ov_cnt, exf_u_dat, &exf_u_cnt,
CVDF_OP_CODE, "CVDF ", 0, DBL, cvdf_ov_dat,&cvdf_ov_cnt, null_data, &zero
};

int size_ovfl_tbl = 10;	

unix.superglobalmegacorp.com

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