x86: Set optimize to INT_MAX for -Os
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / optimize-2.s
1 # Check instructions with optimized encoding
2
3 .allow_index_reg
4 .text
5 _start:
6 testl $0x7f, %eax
7 testw $0x7f, %ax
8 testb $0x7f, %al
9 test $0x7f, %ebx
10 test $0x7f, %bx
11 test $0x7f, %bl
12 test $0x7f, %edi
13 test $0x7f, %di
14
15 vandnpd %zmm1, %zmm1, %zmm5
This page took 0.032177 seconds and 5 git commands to generate.