i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-gidt.s
CommitLineData
cb6d3433
L
1# Instructions to load/store global/interrupt description table
2# register.
3
4 .text
5foo:
6 sidt (%rax)
7 lidt (%rax)
8 sgdt (%rax)
9 lgdt (%rax)
10 sidtq (%rax)
11 lidtq (%rax)
12 sgdtq (%rax)
13 lgdtq (%rax)
14 .p2align 4,0
This page took 0.603609 seconds and 4 git commands to generate.