aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-gidt.s
blob: dd2028910b9282e7031d0cbb9ee09f03299ead66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Instructions to load/store global/interrupt description table
# register.

	.text
foo:
	sidt (%rax)
	lidt (%rax)
	sgdt (%rax)
	lgdt (%rax)
	sidtq (%rax)
	lidtq (%rax)
	sgdtq (%rax)
	lgdtq (%rax)
	.p2align	4,0