Improve -mlfence-after-load
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-lfence-load.s
index 76d088661797c656605130ea43b9837520335c65..2a3ac6b7d2db3c3182ea219d84484dba330696fe 100644 (file)
@@ -4,6 +4,25 @@ _start:
        lgdt (%rbp)
        vmptrld (%rbp)
        vmclear (%rbp)
+       invpcid (%rbp), %rdx
+       invlpg (%eax)
+       clflush (%rbp)
+       clflushopt (%rbp)
+       clwb (%rbp)
+       cldemote (%rbp)
+       bndmk (%rbp), %bnd1
+       bndcl (%rbp), %bnd1
+       bndcu (%rbp), %bnd1
+       bndcn (%rbp), %bnd1
+       bndstx %bnd1, (%rbp)
+       bndldx (%rbp), %bnd1
+       prefetcht0 (%rbp)
+       prefetcht1 (%rbp)
+       prefetcht2 (%rbp)
+       prefetchw (%rbp)
+       pop %fs
+       popf
+       xlatb (%rbx)
        fsts (%rbp)
        flds (%rbp)
        fistl (%rbp)
This page took 0.031463 seconds and 4 git commands to generate.