Improve -mlfence-after-load
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / lfence-load.s
index b417ac644e97dbb5fdb13e36c02b5f78eb7dc7fd..4b4aa1610b3ef198ddfc9af8a66a1b8cb426509c 100644 (file)
@@ -4,6 +4,26 @@ _start:
        lgdt (%ebp)
        vmptrld (%ebp)
        vmclear (%ebp)
+       invpcid (%ebp), %edx
+       invlpg (%ebp)
+       clflush (%ebp)
+       clflushopt (%ebp)
+       clwb (%ebp)
+       cldemote (%ebp)
+       bndmk (%ebp), %bnd1
+       bndcl (%ebp), %bnd1
+       bndcu (%ebp), %bnd1
+       bndcn (%ebp), %bnd1
+       bndstx %bnd1, (%ebp)
+       bndldx (%ebp), %bnd1
+       prefetcht0 (%ebp)
+       prefetcht1 (%ebp)
+       prefetcht2 (%ebp)
+       prefetchw (%ebp)
+       pop %ds
+       popf
+       popa
+       xlatb (%ebx)
        fsts (%ebp)
        flds (%ebp)
        fistl (%ebp)
This page took 0.038266 seconds and 4 git commands to generate.