[AArch64] Warn on load pair to same register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-movbe.s
CommitLineData
f1f8f695
L
1# Check illegal movbe
2 .text
3foo:
4 movbe (%ecx),%bl
5 movbe %ecx,%ebx
6 movbe %bx,%ecx
7 movbe %bl,(%ecx)
8
9 .intel_syntax noprefix
10 movbe bl, byte ptr [ecx]
11 movbe ebx, ecx
12 movbe ecx, bx
13 movbe byte ptr [ecx], bl
This page took 0.294585 seconds and 4 git commands to generate.