2 /* some directive tests */
16 /* some label tests */
29 /* instruction tests */
39 movb $2, 0x100(%ebx,%edx,2)
40 movw $2, 0x100(%ebx,%edx,2)
41 movl $2, 0x100(%ebx,%edx,2)
42 movl %eax, 0x100(%ebx,%edx,2)
43 movl 0x100(%ebx,%edx,2), %edx
44 movw %ax, 0x100(%ebx,%edx,2)
101 /* NOTE: gas is bugged here, so size must be added */
106 leal 0x1000(%ebx), %ecx
107 lea 0x1000(%ebx), %ecx
118 addl $0x123, 0x100(%ebx)
119 addl $0x123, 0x100(%ebx,%edx,2)
120 addl $0x123, 0x100(%esp)
168 imul $0x1100000, %eax
196 lcall $0x100, $0x1000
394 cmpxchgl %eax, 0x1000
459 /* XXX: handle prefixes */