61c150a87c8083f97753651eca5356824cc7a48e
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-optimize-3.s
1 # Check 64bit instructions with optimized encoding
2
3 .allow_index_reg
4 .text
5 _start:
6 testq $0x7f, %rax
7 testl $0x7f, %eax
8 testw $0x7f, %ax
9 testb $0x7f, %al
10 test $0x7f, %rbx
11 test $0x7f, %ebx
12 test $0x7f, %bx
13 test $0x7f, %bl
14 test $0x7f, %rdi
15 test $0x7f, %edi
16 test $0x7f, %di
17 test $0x7f, %dil
18 test $0x7f, %r9
19 test $0x7f, %r9d
20 test $0x7f, %r9w
21 test $0x7f, %r9b
This page took 0.036575 seconds and 3 git commands to generate.