OLD | NEW |
| (Empty) |
1 @hex: | |
2 # See https://code.google.com/p/nativeclient/issues/detail?id=3356 | |
3 # crc32w %ax,%eax | |
4 66 f2 0f 38 f1 c0 | |
5 @rval: | |
6 VALIDATOR: 0000000000000000: 66 f2 0f 38 f1 c0 crc3
2 %eax, %ax | |
7 VALIDATOR: ERROR: More than one (non-REX) prefix byte specified | |
8 VALIDATOR: Checking jump targets: 0 to 6 | |
9 VALIDATOR: Checking that basic blocks are aligned | |
10 *** <input> IS UNSAFE *** | |
11 @dis: | |
12 0000000000000000: 66 f2 0f 38 f1 c0 crc32 %eax, %ax | |
13 @rdfa_output: | |
14 0: [0] unrecognized instruction | |
15 return code: 1 | |
16 ---------------------------------------------------------------------- | |
17 @hex: | |
18 # crc32w %eax,%eax | |
19 f2 0f 38 f1 c0 | |
20 @rval: | |
21 VALIDATOR: Checking jump targets: 0 to 5 | |
22 VALIDATOR: Checking that basic blocks are aligned | |
23 *** <input> is safe *** | |
24 @dis: | |
25 0000000000000000: f2 0f 38 f1 c0 crc32 %eax, %ea
x | |
26 @rdfa_output: | |
27 return code: 0 | |
OLD | NEW |