x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-opcode.d
index 35829f4f8470075acfa387159d507381410ae454..d8a1e44a4511c1606605312fbc807ed0848af317 100644 (file)
@@ -255,13 +255,19 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    41 8f 00                popq   \(%r8\)
 [      ]*[a-f0-9]+:    8f 00                   popq   \(%rax\)
 [      ]*[a-f0-9]+:    0f a1                   popq   %fs
+[      ]*[a-f0-9]+:    0f a1                   popq   %fs
+[      ]*[a-f0-9]+:    0f a9                   popq   %gs
 [      ]*[a-f0-9]+:    0f a9                   popq   %gs
 [      ]*[a-f0-9]+:    9d                      popfq  
+[      ]*[a-f0-9]+:    9d                      popfq  
 [      ]*[a-f0-9]+:    41 ff 30                pushq  \(%r8\)
 [      ]*[a-f0-9]+:    ff 30                   pushq  \(%rax\)
 [      ]*[a-f0-9]+:    0f a0                   pushq  %fs
+[      ]*[a-f0-9]+:    0f a0                   pushq  %fs
+[      ]*[a-f0-9]+:    0f a8                   pushq  %gs
 [      ]*[a-f0-9]+:    0f a8                   pushq  %gs
 [      ]*[a-f0-9]+:    9c                      pushfq 
+[      ]*[a-f0-9]+:    9c                      pushfq 
 [      ]*[a-f0-9]+:    0f 77                   emms   
 [      ]*[a-f0-9]+:    0f 0e                   femms  
 [      ]*[a-f0-9]+:    0f 08                   invd   
This page took 0.064037 seconds and 4 git commands to generate.