x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-rep.s
1 .text
2 rep add %ebx, %eax
3 repe add %ebx, %eax
4 repz add %ebx, %eax
5 repne add %ebx, %eax
6 repnz add %ebx, %eax
This page took 0.029409 seconds and 4 git commands to generate.