enum DisassemblerMode

Description

Decoding mode for the Intel disassembler. 16-bit, 32-bit, and 64-bit mode are supported, and represent real mode, IA-32e, and IA-32e in 64-bit mode, respectively.

Declared at: llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h:458

Enumerators

NameValueComment
MODE_16BIT0
MODE_32BIT1
MODE_64BIT2