x86: fix swapped operand handling for BNDMOV
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opts-intel.d
index 9913c82aa007232e784e4de87d25174d4b1bea99..4c546eeda31271e4da31dc90662b31ed3bfc60e0 100644 (file)
@@ -166,6 +166,8 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    c5 ca 11 e2             vmovss.s xmm2,xmm6,xmm4
 [      ]*[a-f0-9]+:    0f 6f e0                movq   mm4,mm0
 [      ]*[a-f0-9]+:    0f 7f c4                movq.s mm4,mm0
+[      ]*[a-f0-9]+:    66 0f 1a d1             bndmov bnd2,bnd1
+[      ]*[a-f0-9]+:    66 0f 1b ca             bndmov.s bnd2,bnd1
 [      ]*[a-f0-9]+:    00 d1                   add    cl,dl
 [      ]*[a-f0-9]+:    02 ca                   add.s cl,dl
 [      ]*[a-f0-9]+:    66 01 d1                add    cx,dx
@@ -270,4 +272,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    c5 ca 11 e2             vmovss.s xmm2,xmm6,xmm4
 [      ]*[a-f0-9]+:    0f 6f e0                movq   mm4,mm0
 [      ]*[a-f0-9]+:    0f 7f c4                movq.s mm4,mm0
+[      ]*[a-f0-9]+:    66 0f 1a ca             bndmov bnd1,bnd2
+[      ]*[a-f0-9]+:    66 0f 1b d1             bndmov.s bnd1,bnd2
 #pass
This page took 0.025172 seconds and 4 git commands to generate.