Searched refs:addrSize (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/riscv/
H A Dprocess.cc126 const int addrSize = sizeof(IntType); local
140 stack_top &= -addrSize;
153 stack_top -= (1 + argv.size()) * addrSize +
154 (1 + envp.size()) * addrSize +
155 addrSize + 2 * sizeof(IntType) * auxv.size();
156 stack_top &= -2*addrSize;
195 memState->setStackMin(memState->getStackMin() & -addrSize);
199 ((1 + argv.size()) * addrSize +
200 (1 + envp.size()) * addrSize +
201 addrSize
[all...]
/gem5/src/arch/x86/
H A Demulenv.cc52 if (machInst.modRM.rm == 4 && machInst.addrSize != 2) {
64 if (machInst.addrSize == 2) {
H A Dtypes.cc61 paramOut(cp, name + ".addrSize", machInst.addrSize);
102 paramIn(cp, name + ".addrSize", machInst.addrSize);
H A Dtypes.hh228 uint8_t addrSize; member in struct:X86ISA::ExtMachInst
280 if (emi1.addrSize != emi2.addrSize)
368 emi.opSize ^ emi.addrSize ^
H A Ddecoder.cc478 emi.addrSize = 1 << logAddrSize;
/gem5/src/arch/x86/insts/
H A Dmicroop.hh95 uint8_t addrSize; member in class:X86ISA::X86MicroopBase

Completed in 11 milliseconds