i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / fsgs.s
CommitLineData
c7b8aa3a
L
1# Check FSGSBase new instructions.
2
3 .text
4foo:
5 rdfsbase %ebx
6 rdgsbase %ebx
7 wrfsbase %ebx
8 wrgsbase %ebx
9
10 .intel_syntax noprefix
11 rdfsbase ebx
12 rdgsbase ebx
13 wrfsbase ebx
14 wrgsbase ebx
This page took 0.457163 seconds and 4 git commands to generate.