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