i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intel16.s
CommitLineData
be66c492
AM
1 .intel_syntax noprefix
2 .code16
3 .text
4
ee86248c
JB
5 movsx eax,word ptr ds:[0]
6 movsx eax,byte ptr ds:[0]
7 movsx ax,byte ptr ds:[0]
8 movzx eax,word ptr ds:[0]
9 movzx eax,byte ptr ds:[0]
10 movzx ax,byte ptr ds:[0]
a724f0f4
JB
11
12 lea ax, [si+bx]
13 lea ax, [si+bp]
14 lea ax, [di+bx]
15 lea ax, [di+bp]
16 lea ax, [si][bx]
17 lea ax, [si][bp]
18 lea ax, [di][bx]
19 lea ax, [di][bp]
20
be66c492 21 .p2align 4,0
This page took 0.926254 seconds and 4 git commands to generate.