i386: Also check R12-R15 registers when optimizing testq to testb
[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.031099 seconds and 4 git commands to generate.