gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / arch-10.s
index eec8143d5852a04ca837f4234104896ed86964f5..c1ab0106ecbf38ae7c4f1a85fca47e2efe3845cc 100644 (file)
@@ -2,6 +2,10 @@
        .text
 # cmov feature 
 cmove  %eax,%ebx
+# clflush
+clflush (%eax)
+# SYSCALL
+syscall
 # MMX
 paddb %mm4,%mm3
 # SSE
@@ -30,12 +34,16 @@ aesenc  (%ecx),%xmm0
 pclmulqdq $8,%xmm1,%xmm0
 # AES + AVX
 vaesenc  (%ecx),%xmm0,%xmm2
+# PCLMUL + AVX
+vpclmulqdq $8,%xmm4,%xmm6,%xmm2
 # FMA
 vfmadd132pd %xmm4,%xmm6,%xmm2
 # MOVBE
 movbe   (%ecx),%ebx
 # EPT
 invept  (%ecx),%ebx
+# RDTSCP
+rdtscp
 # 3DNow
 pmulhrw %mm4,%mm3
 # 3DNow Extensions
This page took 0.059741 seconds and 4 git commands to generate.