OLD | NEW |
| (Empty) |
1 @hex: | |
2 # mov %rax,%rax | |
3 # test that we accept rex prefixes with bits which are not used by | |
4 # the command. | |
5 48 89 C0 | |
6 47 89 C0 | |
7 46 89 C0 | |
8 45 89 C0 | |
9 44 89 C0 | |
10 43 89 C0 | |
11 42 89 C0 | |
12 41 89 C0 | |
13 40 89 C0 | |
14 4F 89 C0 | |
15 @rval: | |
16 VALIDATOR: Checking jump targets: 0 to 1e | |
17 VALIDATOR: Checking that basic blocks are aligned | |
18 *** <input> is safe *** | |
19 @dis: | |
20 0000000000000000: 48 89 c0 mov %rax, %rax | |
21 0000000000000003: 47 89 c0 mov %r8d, %r8d | |
22 0000000000000006: 46 89 c0 mov %eax, %r8d | |
23 0000000000000009: 45 89 c0 mov %r8d, %r8d | |
24 000000000000000c: 44 89 c0 mov %eax, %r8d | |
25 000000000000000f: 43 89 c0 mov %r8d, %eax | |
26 0000000000000012: 42 89 c0 mov %eax, %eax | |
27 0000000000000015: 41 89 c0 mov %r8d, %eax | |
28 0000000000000018: 40 89 c0 mov %eax, %eax | |
29 000000000000001b: 4f 89 c0 mov %r8, %r8 | |
30 @rdfa_output: | |
31 return code: 0 | |
OLD | NEW |