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