Add znver1 processor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-13.s
1 # Test -march=
2 .text
3 #SMAP feature
4 clac
5 stac
6 #ADCX ADOX
7 adcx %edx, %ecx
8 adox %edx, %ecx
9 #RDSEED
10 rdseed %eax
11 #CLZERO
12 clzero
13 #XSAVEC
14 xsavec (%ecx)
15 #XSAVES
16 xsaves (%ecx)
17 #CLFLUSHOPT
18 clflushopt (%ecx)
19
This page took 0.039902 seconds and 5 git commands to generate.