|
|
1.1 ! root 1: ! 2: #include "../evt_defs.h" ! 3: ! 4: /** OVERFLOW data patterns for the Integer Multiply instructions **/ ! 5: ! 6: ! 7: struct evt_data_t mull_ov_dat[] = { ! 8: 0x7fffffff, 0, 0x00000002, 0, ! 9: 0xd0d0d0d0, 0, 0xeeeeeeee, 0, ! 10: 0x80000000, 0, 0xffffffff, 0, ! 11: 0xe0000000, 0, 0x00004040, 0, ! 12: 0x7fffffff, 0, 0x80000000, 0, ! 13: 0x40000000, 0, 0x02000000, 0, ! 14: 0x00088888, 0, 0xff00ff00, 0, ! 15: 0x0fffffff, 0, 0x00000011, 0 ! 16: }; ! 17: ! 18: int mull_ov_cnt = 7; /* # of MULL ovfl patterns (-1) */ ! 19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.