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
Name | Value | Comment |
---|---|---|
MODE_16BIT | 0 | |
MODE_32BIT | 1 | |
MODE_64BIT | 2 |