diff options
Diffstat (limited to 'gas/testsuite/gas/i386/movdir.d')
-rw-r--r-- | gas/testsuite/gas/i386/movdir.d | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/gas/i386/movdir.d b/gas/testsuite/gas/i386/movdir.d new file mode 100644 index 0000000..852b20d --- /dev/null +++ b/gas/testsuite/gas/i386/movdir.d @@ -0,0 +1,18 @@ +#as: +#objdump: -dw +#name: i386 MOVDIR[I,64B] insns +#source: movdir.s + +.*: +file format .* + + +Disassembly of section \.text: + +00000000 <_start>: +[ ]*[a-f0-9]+:[ ]*0f 38 f9 01[ ]*movdiri %eax,\(%ecx\) +[ ]*[a-f0-9]+:[ ]*66 0f 38 f8 01[ ]*movdir64b \(%ecx\),%eax +[ ]*[a-f0-9]+:[ ]*67 66 0f 38 f8 04[ ]*movdir64b \(%si\),%ax +[ ]*[a-f0-9]+:[ ]*0f 38 f9 01[ ]*movdiri %eax,\(%ecx\) +[ ]*[a-f0-9]+:[ ]*66 0f 38 f8 01[ ]*movdir64b \(%ecx\),%eax +[ ]*[a-f0-9]+:[ ]*67 66 0f 38 f8 04[ ]*movdir64b \(%si\),%ax +#pass |