|
|
Power 6/32 Unix version 1.21
#include "../evt_defs.h"
/** OVERFLOW data patterns for the Convert Double to Integer inst. **/
/** The most significant parts of these patterns will cause overflows **/
/** with the Convert Float to Integer instruction too. **/
struct evt_data_t cvdl_ov_dat[] =
{
0x50000000, 0x00000000, 0, 0,
0xd0000000, 0x01000000, 0, 0,
0x6543210f, 0xedcba987, 0, 0,
0x7f444444, 0x00000001, 0, 0,
0xedcba987, 0x6543210f, 0, 0,
0x7ffffffe, 0x80000000, 0, 0,
0xd000d000, 0x00000000, 0, 0,
0xffffffff, 0xffffffff, 0, 0,
0xd0000000, 0xffffffff, 0, 0
};
int cvdl_ov_cnt = 8; /* # of CVDL ovfl patterns (-1) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.