X86: Disassemble primary opcode map's group 2 ModRM.reg == 6 aliases correctly
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opcode.d
index c7dc41076a4739108debbfb93819e2fd93fece4c..b80a78cd4b60a10b4a1f25c857a97de75283602e 100644 (file)
@@ -603,4 +603,10 @@ Disassembly of section .text:
  +[a-f0-9]+:   f6 c9 01                test   \$(0x)?0*1,%cl
  +[a-f0-9]+:   66 f7 c9 02 00          test   \$(0x)?0*2,%cx
  +[a-f0-9]+:   f7 c9 04 00 00 00       test   \$(0x)?0*4,%ecx
+ +[a-f0-9]+:   c0 f0 02                shl    \$0x2,%al
+ +[a-f0-9]+:   c1 f0 01                shl    \$0x1,%eax
+ +[a-f0-9]+:   d0 f0                   shl    %al
+ +[a-f0-9]+:   d1 f0                   shl    %eax
+ +[a-f0-9]+:   d2 f0                   shl    %cl,%al
+ +[a-f0-9]+:   d3 f0                   shl    %cl,%eax
 #pass
This page took 0.025175 seconds and 4 git commands to generate.