x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-cbw.d
1 #objdump: -dw
2 #name: x86-64 CBW/CWD & Co
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+000 <_cbw>:
9 0: 66 98 cbtw
10 2: 98 cwtl
11 3: 48 98 cltq
12 5: 66 40 98 rex cbtw
13 8: 40 98 rex cwtl
14 a: 66 48 98 data16 cltq
15
16 0+00d <_cwd>:
17 d: 66 99 cwtd
18 f: 99 cltd
19 10: 48 99 cqto
20 12: 66 40 99 rex cwtd
21 15: 40 99 rex cltd
22 17: 66 48 99 data16 cqto
23 #pass
This page took 0.03025 seconds and 4 git commands to generate.