|
|
1.1 root 1: #include "../evt_defs.h"
2:
3: /********************************************************************
4: *
5: * These are the Reserved Operand Patterns for the compare 2 instructions.
6: * The fun thing with these is that the reserved operand could come
7: * from either of the 2 operands.
8: *
9: ********************************************************************/
10:
11: struct evt_data_t cmp2_resops[] =
12: {
13: 0x80000000, 0x00000000, 0x7fffffff, 0x12345678,
14: 0x807fffff, 0xffffffff, 0x00000000, 0x00000000,
15: 0x40800000, 0x00000000, 0x800efffe, 0xf0f0f0f0,
16: 0x7fffffff, 0xffffffff, 0x807fffff, 0xffffffff,
17: 0x05050505, 0x66669999, 0x80020001, 0x87654321,
18: 0x803ff7ff, 0x11111111, 0x66666666, 0x77777777,
19: 0x00800001, 0x11223344, 0x8000001f, 0x0f0f0f0f,
20: 0x80800000, 0xffffffff, 0x807fefff, 0xaaaaaaaa,
21: 0x80088008, 0xffffffff, 0x80555555, 0x0000ffff,
22: 0x00000000, 0xffffffff, 0x80000001, 0x00010001,
23: 0x80110011, 0x87654321, 0x802aaaaa, 0x01234567,
24: 0xc0876543, 0x12345678, 0x80001000, 0x01020304,
25: 0x80000001, 0x00000000, 0x80400000, 0x80000000
26: };
27:
28: int cmp2_resop_cnt = 12;
29:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.