|
|
1.1 root 1:
2: #include "evt_defs.h"
3:
4: /***************************************************************************
5: *
6: * These are the tests run with and without Floating Point Hardware
7: *
8: ***************************************************************************/
9:
10: /*
11: * Tests to run with Floating Point hardware and the FPP WCS
12: */
13: struct test_t fpp_test_tbl[] = {
14: resop_test, "Reserved Operand Test: ",
15: ovfl_test, "Overflow Test: ",
16: undfl_test, "Underflow Test: ",
17: div_by_0_test, "Divide by Zero Test: ",
18: int_ovfl_test, "Integer Overflow Test: ",
19: pipeline_test, "Piped Events Test: "
20: };
21:
22: int fpp_test_cnt = 6;
23: int pipe_test_index = 5; /* index for piped events test */
24:
25:
26: /*
27: * Tests to run with the NO-FPP WCS
28: */
29: struct test_t no_fpp_test_tbl[] = {
30: resop_test, "Reserved Operand Test: ",
31: fpm_test, "FPP Emulation Test: ",
32: int_ovfl_test, "Integer Overflow Test: "
33: };
34:
35: int no_fpp_test_cnt = 3;
36:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.