Go to the documentation of this file.
38 #ifndef __ARCH_X86_INSTS_MICROOP_HH__
39 #define __ARCH_X86_INSTS_MICROOP_HH__
46 namespace ConditionTests
100 const char *mnem,
const char *_instMnem,
101 uint64_t setFlags, OpClass __opClass) :
105 const int ChunkSize =
sizeof(
unsigned long);
106 const int Chunks =
sizeof(setFlags) / ChunkSize;
110 for (
int i = 0;
i < Chunks;
i++) {
111 unsigned shift =
i * ChunkSize * 8;
120 std::stringstream
ss;
132 if (
flags[IsLastMicroop])
141 #endif //__ARCH_X86_INSTS_MICROOP_HH__
std::bitset< Num_Flags > flags
Flag values for this instruction.
void advancePC(PCState &pcState) const override
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
const char * mnemonic
Base mnemonic (e.g., "add").
This is exposed globally, independent of the ISA.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Base class for all X86 static instructions.
X86MicroopBase(ExtMachInst _machInst, const char *mnem, const char *_instMnem, uint64_t setFlags, OpClass __opClass)
bool checkCondition(uint64_t flags, int condition) const
void ccprintf(cp::Print &print)
Generated on Tue Mar 23 2021 19:41:23 for gem5 by doxygen 1.8.17