i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-5.s
1 # Test .arch .sse4.2
2 .arch generic32
3 .arch .sse4.2
4 popcnt %ecx,%ebx
5 crc32 %ecx,%ebx
This page took 0.030733 seconds and 4 git commands to generate.