i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / code16.d
1 #objdump: -drw -mi8086
2 #name: i386 with .code16
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <.text>:
9 +[a-f0-9]+: f3 66 a5 rep movsl %ds:\(%si\),%es:\(%di\)
10 +[a-f0-9]+: f3 66 a7 repz cmpsl %es:\(%di\),%ds:\(%si\)
11 +[a-f0-9]+: 66 f3 a5 rep movsl %ds:\(%si\),%es:\(%di\)
12 +[a-f0-9]+: 66 f3 a7 repz cmpsl %es:\(%di\),%ds:\(%si\)
13 +[a-f0-9]+: 66 f3 a5 rep movsl %ds:\(%si\),%es:\(%di\)
14 +[a-f0-9]+: 66 f3 a7 repz cmpsl %es:\(%di\),%ds:\(%si\)
15 #pass
This page took 0.039251 seconds and 4 git commands to generate.