Commit | Line | Data |
---|---|---|
cb6d3433 L |
1 | # Instructions to load/store global/interrupt description table |
2 | # register. | |
3 | ||
4 | .text | |
5 | foo: | |
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 |