|
|
Power 6/32 Unix version 1.21
#include "evt_defs.h"
/***************************************************************************
*
* These are the tests run with and without Floating Point Hardware
*
***************************************************************************/
/*
* Tests to run with Floating Point hardware and the FPP WCS
*/
struct test_t fpp_test_tbl[] = {
resop_test, "Reserved Operand Test: ",
ovfl_test, "Overflow Test: ",
undfl_test, "Underflow Test: ",
div_by_0_test, "Divide by Zero Test: ",
int_ovfl_test, "Integer Overflow Test: ",
pipeline_test, "Piped Events Test: "
};
int fpp_test_cnt = 6;
int pipe_test_index = 5; /* index for piped events test */
/*
* Tests to run with the NO-FPP WCS
*/
struct test_t no_fpp_test_tbl[] = {
resop_test, "Reserved Operand Test: ",
fpm_test, "FPP Emulation Test: ",
int_ovfl_test, "Integer Overflow Test: "
};
int no_fpp_test_cnt = 3;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.