|
|
1.1 root 1:
2: #include "../evt_defs.h"
3:
4: /** Reserved Operand Data Patterns for the sgl LOG function **/
5: /** LOGF gets reserved operand faults with 0 or negative accumulators **/
6:
7:
8: struct evt_data_t logf_resops[] =
9: {
10: 0x00000000, 0, 0, 0,
11: 0x80800000, 0, 0, 0,
12: 0xffffffff, 0, 0, 0,
13: 0x00001234, 0, 0, 0,
14: 0x98765432, 0, 0, 0,
15: 0xf0f0f0f0, 0, 0, 0,
16: 0x80808080, 0, 0, 0,
17: 0xabcdef01, 0, 0, 0
18: };
19:
20: int logf_resop_cnt = 7; /* # of LOGF data patterns (-1) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.