i386: Add tests for -malign-branch-boundary and -malign-branch
[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.036733 seconds and 4 git commands to generate.