x86: Pass -O0 to assembler for some tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-cbw.s
CommitLineData
a35ca55a
JB
1 .intel_syntax noprefix
2 .text
3_cbw:
4 cbw
5 cwde
6 cdqe
7 rex cbw
8 rex cwde
9 rex64 cbw
10_cwd:
11 cwd
12 cdq
13 cqo
14 rex cwd
15 rex cdq
16 rex64 cwd
17
18 .p2align 4,0
This page took 0.563049 seconds and 4 git commands to generate.