3#include "libmicroemu/internal/fetcher/raw_instr_flags.h"
5#include "libmicroemu/types.h"
11static constexpr uint32_t kFlagsOpCodeLast = 15U;
12static constexpr uint32_t kFlagsOpCodeFirst = 11U;
13static const RawInstrFlagsSet kRawInstrFlagsTable[] = {
43 static_cast<RawInstrFlagsSet
>(RawInstrFlagsMsk::k32Bit),
44 static_cast<RawInstrFlagsSet
>(RawInstrFlagsMsk::k32Bit),
45 static_cast<RawInstrFlagsSet
>(RawInstrFlagsMsk::k32Bit)};
The libmicroemu::internal namespace contains all classes and functions of libmicroemu which are priva...
Definition bkpt_flags.h:6
Contains the Result class which is used to return the result of a function.