|
|
1.1 ! root 1: ! 2: ! 3: #include "../evt_defs.h" ! 4: ! 5: /** UNDERFLOW data patterns for the single precision add instruction. **/ ! 6: ! 7: struct evt_data_t add_u_dat[] = ! 8: { ! 9: 0x9bffffff, 0xffffffff, 0x1bffffff, 0xfffffffe, ! 10: 0x1affffff, 0xffffffff, 0x9affffff, 0xfffffff8, ! 11: 0x0f7fffff, 0xffffffff, 0x8f7fffff, 0xfff000ff, ! 12: 0x8effffff, 0xffffffff, 0x0effffff, 0xf8000000, ! 13: 0x0d7fffff, 0xffff0000, 0x8d7fffff, 0xffffffff, ! 14: 0x0affffff, 0x00000000, 0x8afffff8, 0x00000000, ! 15: 0x877ffffe, 0xeeffeeff, 0x077ffc00, 0x11111111, ! 16: 0x06ffffff, 0xffffeeee, 0x86fff800, 0xeeeeffff, ! 17: 0x84800000, 0x11111111, 0x047fff22, 0x22222222, ! 18: 0x03ffffff, 0xffffffff, 0x83fe0000, 0x00000000, ! 19: 0x81ffffff, 0xffffffff, 0x01e02000, 0x20202020, ! 20: 0x017fffff, 0xffffffff, 0x81400000, 0x00000000, ! 21: 0x00f88888, 0x12121212, 0x80800001, 0x12341234, ! 22: 0x00ffffff, 0xffffffff, 0x80800000, 0x00000000 ! 23: }; ! 24: ! 25: int add_u_cnt = 13; /* # of ADDD undfl patterns (-1) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.