| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # Test movsbw instruction. | |
| 3 # movsbw %al,%ax | |
| 4 66 0f be c0 | |
| 5 # movsbw (%rsp),%ax | |
| 6 66 0f be 04 24 | |
| 7 @rval: | |
| 8 VALIDATOR: Checking jump targets: 0 to 9 | |
| 9 VALIDATOR: Checking that basic blocks are aligned | |
| 10 *** <input> is safe *** | |
| 11 @rvald: | |
| 12 VALIDATOR: Checking block alignment and jump targets: 0 to 9 | |
| 13 *** <input> is safe *** | |
| 14 @vd-rval: | |
| 15 VALIDATOR: Checking jump targets: 0 to 9 | |
| 16 VALIDATOR: Checking that basic blocks are aligned | |
| 17 *** <input> is safe *** | |
| 18 @dis: | |
| 19 0000000000000000: 66 0f be c0 movsx %ax, %al | |
| 20 0000000000000004: 66 0f be 04 24 movsx %ax, [%rs
p] | |
| 21 @vdis: | |
| 22 0000000000000000: 66 0f be c0 [P] dontcare %a
x (sz), %al (u) | |
| 23 0000000000000004: 66 0f be 04 24 [P] dontcare %a
x (sz), [%rsp] (u) | |
| 24 @rdfa_output: | |
| 25 return code: 0 | |
| OLD | NEW |