x86: replace NoRex64 on VEX-encoded insns
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / simple-forward.s
CommitLineData
1f38083f
AM
1 .data
2 .balign 4
3L0:
4 .balign 4
5 .dc.b L1-L0
6 .balign 4
7 .dc.w L1-L0
8 .balign 4
9 .dc.l L1-L0
10 .balign 4
11L1:
This page took 0.083023 seconds and 4 git commands to generate.