i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rtm.s
CommitLineData
42164a71
L
1# Check 64bit RTM new instructions.
2
3 .text
4foo:
5 xabort $0x8
61:
7 xbegin 1b
8 xbegin 2f
92:
10 xend
11
12 .intel_syntax noprefix
13 xabort 0x8
141:
15 xbegin 1b
16 xbegin 2f
172:
18 xend
19 xtest
This page took 0.61705 seconds and 4 git commands to generate.