x86: fold SReg{2,3}
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / cet-shstk-inval.s
1 .arch .shstk
2 incsspd %ecx
3 rdsspd %ecx
4
5 .arch .noshstk
6 incsspd %ecx
7 rdsspd %ecx
This page took 0.029039 seconds and 4 git commands to generate.