|
|
1.1 ! root 1: ! 2: #include "evt_defs.h" ! 3: ! 4: ! 5: /* ! 6: ********************************************************************** ! 7: * ! 8: * "FLOATING POINT EMULATION" TRAP INTERFACE TEST DATA ! 9: * ! 10: * This table contains information about all of the instructions that ! 11: * are emulated when there is no FPP hardware active in the system. ! 12: * ! 13: * 16-Jul-85 JJM stole the template and wrote the beast ! 14: ********************************************************************** ! 15: */ ! 16: struct fpm_inst_t fpm_tbl[] = ! 17: { ! 18: /* ................................................ op-code */ ! 19: /* : .................................. name */ ! 20: /* : : ..................... # operands */ ! 21: /* : : : .............. precision */ ! 22: /* : : : : */ ! 23: ADDF_OP_CODE, "ADDF ", 1, SGL, ! 24: SUBF_OP_CODE, "SUBF ", 1, SGL, ! 25: MULF_OP_CODE, "MULF ", 1, SGL, ! 26: DIVF_OP_CODE, "DIVF ", 1, SGL, ! 27: CVLF_OP_CODE, "CVLF ", 1, SGL, ! 28: SINF_OP_CODE, "SINF ", 0, SGL, ! 29: COSF_OP_CODE, "COSF ", 0, SGL, ! 30: ATANF_OP_CODE, "ATANF ", 0, SGL, ! 31: LOGF_OP_CODE, "LOGF ", 0, SGL, ! 32: SQRTF_OP_CODE, "SQRTF ", 0, SGL, ! 33: EXPF_OP_CODE, "EXPF ", 0, SGL, ! 34: ADDD_OP_CODE, "ADDD ", 1, DBL, ! 35: SUBD_OP_CODE, "SUBD ", 1, DBL, ! 36: MULD_OP_CODE, "MULD ", 1, DBL, ! 37: DIVD_OP_CODE, "DIVD ", 1, DBL, ! 38: CVLD_OP_CODE, "CVLD ", 1, DBL ! 39: }; ! 40: ! 41: int size_fpm_tbl = 16; ! 42:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.