gem5
v20.1.0.0
|
Go to the source code of this file.
Classes | |
struct | ArmISA::VReg |
128-bit NEON vector register. More... | |
Namespaces | |
ArmISA | |
Typedefs | |
typedef uint64_t | ArmISA::XReg |
Functions | |
void | ArmISA::writeVecElem (VReg *dest, XReg src, int index, int eSize) |
Write a single NEON vector element leaving the others untouched. More... | |
XReg | ArmISA::readVecElem (VReg src, int index, int eSize) |
Read a single NEON vector element. More... | |
Utility functions and datatypes used by AArch64 NEON memory instructions.
Definition in file neon64_mem.hh.