|
|
1.1 root 1:
2:
3:
4: #include "../evt_defs.h"
5:
6: /** OVERFLOW data patterns for the single precision subtract instruction. **/
7:
8: struct evt_data_t suf_ov_dat[] =
9: {
10: 0x7fffffff, 0, 0xffffffff, 0,
11: 0xffffffff, 0, 0x73800000, 0,
12: 0x77777777, 0, 0xffffff84, 0,
13: 0x7fffffff, 0, 0xf3800000, 0,
14: 0xf7777777, 0, 0x7fffff84, 0,
15: 0x7f7fffff, 0, 0xff900000, 0,
16: 0xff800000, 0, 0x7f800000, 0,
17: 0xffffffff, 0, 0x7fffffff, 0,
18: 0xff7fffff, 0, 0x7f900000, 0,
19: 0x7f800000, 0, 0xff800000, 0
20: };
21:
22: int suf_ov_cnt = 9; /* # of SUBF ovfl patterns (-1) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.