x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / fsgs.s
1 # Check FSGSBase new instructions.
2
3 .text
4 foo:
5 .rept 2
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
16
17 .att_syntax prefix
18 .code16
19 .endr
This page took 0.041316 seconds and 4 git commands to generate.