Go to the documentation of this file.
49 std::stringstream response;
59 return response.str();
66 std::stringstream response;
69 int baseRegIdx =
flags[IsLoad] ? 0 : 2;
77 return response.str();
std::bitset< Num_Flags > flags
Flag values for this instruction.
void printDestReg(std::ostream &os, int reg, int size) const
const uint8_t addressSize
std::string generateDisassembly(Addr pc, const Loader::SymbolTable *symtab) const override
Internal function to generate disassembly string.
void printMnemonic(std::ostream &os, const char *mnemonic) const
void printMem(std::ostream &os, uint8_t segment, uint8_t scale, RegIndex index, RegIndex base, uint64_t disp, uint8_t addressSize, bool rip) const
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.
void printSrcReg(std::ostream &os, int reg, int size) const
Generated on Wed Sep 30 2020 14:02:07 for gem5 by doxygen 1.8.17