gem5
v21.1.0.0
|
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::X86ISA | |
This is exposed globally, independent of the ISA. | |
Enumerations | |
enum | gem5::X86ISA::SizeType { gem5::X86ISA::NoImm, gem5::X86ISA::NI = NoImm, gem5::X86ISA::ByteImm, gem5::X86ISA::BY = ByteImm, gem5::X86ISA::WordImm, gem5::X86ISA::WO = WordImm, gem5::X86ISA::DWordImm, gem5::X86ISA::DW = DWordImm, gem5::X86ISA::QWordImm, gem5::X86ISA::QW = QWordImm, gem5::X86ISA::OWordImm, gem5::X86ISA::OW = OWordImm, gem5::X86ISA::VWordImm, gem5::X86ISA::VW = VWordImm, gem5::X86ISA::ZWordImm, gem5::X86ISA::ZW = ZWordImm, gem5::X86ISA::Enter, gem5::X86ISA::EN = Enter, gem5::X86ISA::Pointer, gem5::X86ISA::PO = Pointer } |
Variables | |
const uint8_t | gem5::X86ISA::CS = CSOverride |
const uint8_t | gem5::X86ISA::DS = DSOverride |
const uint8_t | gem5::X86ISA::ES = ESOverride |
const uint8_t | gem5::X86ISA::FS = FSOverride |
const uint8_t | gem5::X86ISA::GS = GSOverride |
const uint8_t | gem5::X86ISA::SS = SSOverride |
const uint8_t | gem5::X86ISA::OO = OperandSizeOverride |
const uint8_t | gem5::X86ISA::AO = AddressSizeOverride |
const uint8_t | gem5::X86ISA::LO = Lock |
const uint8_t | gem5::X86ISA::RE = Rep |
const uint8_t | gem5::X86ISA::RN = Repne |
const uint8_t | gem5::X86ISA::RX = RexPrefix |
const uint8_t | gem5::X86ISA::V2 = Vex2Prefix |
const uint8_t | gem5::X86ISA::V3 = Vex3Prefix |