mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
09400e6c4a
*added file for test cases for i386 intel syntax llvm-svn: 174900
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
# 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
|