x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-segovr.s
1 # 64bit segment overrides
2
3 .text
4 segovr:
5 .irp seg, ds, ss
6 .irp reg, ax, cx, dx, bx, sp, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
7 mov %\seg:(%r\reg), %eax
8 .endr
9 .endr
This page took 0.03107 seconds and 4 git commands to generate.