projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
x86: Set optimize to INT_MAX for -Os
[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
22
23
vandnpd %zmm1, %zmm1, %zmm5
This page took
0.032582 seconds
and
5
git commands to generate.