Implement RDRSEED, ADX and PRFCHW instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-disp32.d
index c3d70a186adef775a3fb25cf2730206f6ebca6a3..8e307ee671fba8dc55ac499c52cf26760cab5524 100644 (file)
@@ -8,12 +8,23 @@
 Disassembly of section .text:
 
 0+ <.*>:
+[      ]*[a-f0-9]+:    8b 18                   mov    \(%rax\),%ebx
 [      ]*[a-f0-9]+:    8b 58 03                mov    0x3\(%rax\),%ebx
+[      ]*[a-f0-9]+:    8b 58 00                mov    0x0\(%rax\),%ebx
+[      ]*[a-f0-9]+:    8b 58 03                mov    0x3\(%rax\),%ebx
+[      ]*[a-f0-9]+:    8b 98 ff 0f 00 00       mov    0xfff\(%rax\),%ebx
+[      ]*[a-f0-9]+:    8b 98 00 00 00 00       mov    0x0\(%rax\),%ebx
 [      ]*[a-f0-9]+:    8b 98 03 00 00 00       mov    0x3\(%rax\),%ebx
-[      ]*[a-f0-9]+:    eb 05                   jmp    10 <foo>
-[      ]*[a-f0-9]+:    e9 00 00 00 00          jmpq   10 <foo>
+[      ]*[a-f0-9]+:    eb 07                   jmp    26 <foo>
+[      ]*[a-f0-9]+:    eb 05                   jmp    26 <foo>
+[      ]*[a-f0-9]+:    e9 00 00 00 00          jmpq   26 <foo>
 
-0+10 <foo>:
+0+26 <foo>:
+[      ]*[a-f0-9]+:    89 18                   mov    %ebx,\(%rax\)
+[      ]*[a-f0-9]+:    89 58 03                mov    %ebx,0x3\(%rax\)
+[      ]*[a-f0-9]+:    89 98 ff 0f 00 00       mov    %ebx,0xfff\(%rax\)
+[      ]*[a-f0-9]+:    89 58 00                mov    %ebx,0x0\(%rax\)
 [      ]*[a-f0-9]+:    89 58 03                mov    %ebx,0x3\(%rax\)
+[      ]*[a-f0-9]+:    89 98 00 00 00 00       mov    %ebx,0x0\(%rax\)
 [      ]*[a-f0-9]+:    89 98 03 00 00 00       mov    %ebx,0x3\(%rax\)
 #pass
This page took 0.031379 seconds and 4 git commands to generate.