38 #ifndef __ARCH_X86_INSTS_MACROOP_HH__ 39 #define __ARCH_X86_INSTS_MACROOP_HH__ 61 numMicroops(_numMicroops), env(_env)
65 flags[IsMacroop] =
true;
78 if (microPC >= numMicroops)
81 return microops[microPC];
105 #endif //__ARCH_X86_INSTS_MACROOP_HH__
ExtMachInst getExtMachInst()
const char * mnemonic
Base mnemonic (e.g., "add").
StaticInstPtr fetchMicroop(MicroPC microPC) const
Return the microop that goes with a particular micropc.
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const
Internal function to generate disassembly string.
const ExtMachInst machInst
The binary machine instruction.
std::bitset< Num_Flags > flags
Flag values for this instruction.
Base class for all X86 static instructions.
MacroopBase(const char *mnem, ExtMachInst _machInst, uint32_t _numMicroops, X86ISA::EmulEnv _env)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
X86ISA::EmulEnv getEmulEnv()
const uint32_t numMicroops
This is exposed globally, independent of the ISA.
const char * macrocodeBlock
TheISA::ExtMachInst ExtMachInst
Binary extended machine instruction type.
const StaticInstPtr badMicroop