i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-suffix-bad.s
CommitLineData
e4630f71
JB
1 .text
2start:
3 orw %al, (%rax)
4 orl %al, (%rax)
5 orq %al, (%rax)
6
7 orb %ax, (%rax)
8 orl %ax, (%rax)
9 orq %ax, (%rax)
10
11 orb %eax, (%rax)
12 orw %eax, (%rax)
13 orq %eax, (%rax)
14
15 orb %rax, (%rax)
16 orw %rax, (%rax)
17 orl %rax, (%rax)
33d0ab95
JB
18
19 pushq %ax
20 popq %ax
21 callq *%ax
22 jmpq *%ax
This page took 0.318919 seconds and 4 git commands to generate.