projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add Intel AVX-512 support
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
i386
/
rtm.s
1
# Check RTM new instructions.
2
3
.text
4
foo:
5
xabort $0x8
6
1:
7
xbegin 1b
8
xbegin 2f
9
2:
10
xend
11
12
.intel_syntax noprefix
13
xabort 0x8
14
1:
15
xbegin 1b
16
xbegin 2f
17
2:
18
xend
19
xtest
This page took
0.029925 seconds
and
4
git commands to generate.