x86: Rewrite NOP generation for fill and alignment
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-5.d
index 6a4791344f9dddb9d39d949644fec94006f94979..7175902835c9e06922a3583e496450cce8251933 100644 (file)
@@ -9,8 +9,9 @@ Disassembly of section .text:
 0+ <_start>:
  +[a-f0-9]+:   31 c0                   xor    %eax,%eax
  +[a-f0-9]+:   85 c0                   test   %eax,%eax
- +[a-f0-9]+:   0f 1f 44 00 00          nopl   0x0\(%eax,%eax,1\)
- +[a-f0-9]+:   66 0f 1f 44 00 00       nopw   0x0\(%eax,%eax,1\)
+ +[a-f0-9]+:   8d 74 26 00             lea    0x0\(%esi,%eiz,1\),%esi
+ +[a-f0-9]+:   8d 74 26 00             lea    0x0\(%esi,%eiz,1\),%esi
+ +[a-f0-9]+:   8d 76 00                lea    0x0\(%esi\),%esi
  +[a-f0-9]+:   31 c0                   xor    %eax,%eax
  +[a-f0-9]+:   31 c0                   xor    %eax,%eax
 
This page took 0.029519 seconds and 4 git commands to generate.