x86: allow suffix-less movzw and 64-bit movzb
[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 monitorx %eax, %ecx, %edx
20 monitorx %ax, %ecx, %edx
21 monitorx
22 mwaitx %eax, %ecx, %ebx
23 mwaitx
This page took 0.04924 seconds and 4 git commands to generate.