aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/X86/intel-syntax-32.txt
blob: 08bae6ec6753efbc5727df3ad8625a87927ffc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: llvm-mc --disassemble %s -triple=i386 --output-asm-variant=1 | FileCheck %s

# CHECK: sgdt
0x0f 0x01 0x00

# CHECK: sidt
0x0f 0x01 0x08

# CHECK: lgdt
0x0f 0x01 0x10

# CHECK: lidt
0x0f 0x01 0x18