gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sib.s
1 #Test the special case of the index bits, 0x4, in SIB.
2
3 .text
4 .allow_index_reg
5 foo:
6 mov (%ebx),%eax
7 mov (%ebx,%eiz,1),%eax
8 mov (%ebx,%eiz,2),%eax
9 mov (%ebx,%eiz,4),%eax
10 mov (%ebx,%eiz,8),%eax
11 mov (%esp),%eax
12 mov (%esp,%eiz,1),%eax
13 mov (%esp,%eiz,2),%eax
14 mov (%esp,%eiz,4),%eax
15 mov (%esp,%eiz,8),%eax
16 .p2align 4
This page took 0.033981 seconds and 4 git commands to generate.