x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / fsgs.s
CommitLineData
c7b8aa3a
L
1# Check FSGSBase new instructions.
2
3 .text
4foo:
a0497384 5 .rept 2
c7b8aa3a
L
6 rdfsbase %ebx
7 rdgsbase %ebx
8 wrfsbase %ebx
9 wrgsbase %ebx
10
11 .intel_syntax noprefix
12 rdfsbase ebx
13 rdgsbase ebx
14 wrfsbase ebx
15 wrgsbase ebx
a0497384
JB
16
17 .att_syntax prefix
18 .code16
19 .endr
This page took 0.532677 seconds and 4 git commands to generate.