i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nosse-1.s
1 # Test .arch .nosse
2 .text
3 .arch generic32
4 lfence
5 .arch .sse2
6 lfence
7 .arch .nosse
8 lfence
9 .p2align 4
This page took 0.030987 seconds and 4 git commands to generate.