i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-arch-2.s
index ddc0d40451b50411c2534b04a27669158e80e0f7..fb9877122ae3991ea1cb474e61a2cc85ff6c0073 100644 (file)
@@ -42,19 +42,23 @@ vpclmulqdq $8,%xmm4,%xmm6,%xmm2
 vfmadd132pd %xmm4,%xmm6,%xmm2
 # MOVBE
 movbe   (%rcx),%ebx
+# CX16
+cmpxchg16b (%rsi)
 # EPT
 invept  (%rcx),%rbx
 # RDTSCP
 rdtscp
-# 3DNow
-pmulhrw %mm4,%mm3
-# 3DNow Extensions
-pswapd %mm4,%mm3
+# 3DNow or PRFCHW
+prefetchw   0x1000(,%rsi,2)
 # SSE4a
 insertq %xmm2,%xmm1
 # SVME
 vmload
-# ABM
+# ABM/LZCNT
 lzcnt %ecx,%ebx
 # PadLock
 xstorerng
+# BMI
+blsr %ecx,%ebx
+# TBM
+blcfill %ecx,%ebx
This page took 0.24892 seconds and 4 git commands to generate.