2#ifndef ROSE_BinaryAnalysis_InstructionEnumsX86_H
3#define ROSE_BinaryAnalysis_InstructionEnumsX86_H
4#include <featureTests.h>
5#ifdef ROSE_ENABLE_BINARY_ANALYSIS
7#include "AssemblerX86Init.h"
10namespace BinaryAnalysis {
13enum X86InstructionSize {
21enum X86RegisterClass {
34enum X86SegmentRegister {
45enum X86GeneralPurposeRegister {
80 x86_flags_fpstatus = 1,
108enum X86BranchPrediction
110 x86_branch_prediction_none,
111 x86_branch_prediction_taken,
112 x86_branch_prediction_not_taken
127 x86_exception_sysenter,
128 x86_exception_syscall,