gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-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 (%rbx),%eax
7 mov (%rbx,%riz,1),%eax
8 mov (%rbx,%riz,2),%eax
9 mov (%rbx,%riz,4),%eax
10 mov (%rbx,%riz,8),%eax
11 mov (%rsp),%eax
12 mov (%rsp,%riz,1),%eax
13 mov (%rsp,%riz,2),%eax
14 mov (%rsp,%riz,4),%eax
15 mov (%rsp,%riz,8),%eax
16 .p2align 4
This page took 0.031989 seconds and 4 git commands to generate.