x86: eliminate ImmExt abuse
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-13.s
1 # Test -march=
2 .text
3
4 #SMAP feature
5 clac
6 stac
7 #ADCX ADOX
8 adcx %edx, %ecx
9 adox %edx, %ecx
10 #RDSEED
11 rdseed %eax
12 #CLZERO
13 clzero
14 clzero %eax
15 clzero %ax
16 #XSAVEC
17 xsavec (%ecx)
18 #XSAVES
19 xsaves (%ecx)
20 #CLFLUSHOPT
21 clflushopt (%ecx)
22 monitorx %eax, %ecx, %edx
23 monitorx %ax, %ecx, %edx
24 monitorx
25 mwaitx %eax, %ecx, %ebx
26 mwaitx
27
28 #CLWB instruction
29 clwb (%ecx) # CLWB
30 clwb -123456(%esp,%esi,8) # CLWB
31
32 # mcommit instruction
33 mcommit
34
35 # rdpid instruction
36 rdpid %eax
37
38 # rdpru instruction
39 rdpru
40
41 # wbnoinvd instruction
42 wbnoinvd
This page took 0.03781 seconds and 5 git commands to generate.