i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sub.s
CommitLineData
4dd8d67b
L
1 .text
2 .global foo
3foo:
4 movw $bar-foo,%si
5
6 # Force a good alignment.
7 .p2align 4,0
8
9 .data
10bar:
11 .long 0
This page took 0.873583 seconds and 4 git commands to generate.