const uint32_t HighVecs = 0xFFFF0000;
- // Memory accesses cannot be unaligned
- const bool HasUnalignedMemAcc = true;
-
enum InterruptTypes
{
INT_RST,
const int ANNOTE_NONE = 0;
const uint32_t ITOUCH_ANNOTE = 0xffffffff;
-const bool HasUnalignedMemAcc = true;
-
} // namespace MipsISA
#endif // __ARCH_MIPS_ISA_TRAITS_HH__
const int MachineBytes = 4;
-// Memory accesses can be unaligned
-const bool HasUnalignedMemAcc = true;
-
} // namespace PowerISA
#endif // __ARCH_POWER_ISA_TRAITS_HH__
const Addr PageShift = 12;
const Addr PageBytes = ULL(1) << PageShift;
-// Memory accesses can be unaligned (at least for double-word memory accesses)
-const bool HasUnalignedMemAcc = true;
-
}
#endif //__ARCH_RISCV_ISA_TRAITS_HH__
StaticInstPtr decodeInst(ExtMachInst);
-// Memory accesses cannot be unaligned
-const bool HasUnalignedMemAcc = false;
-
}
#endif // __ARCH_SPARC_ISA_TRAITS_HH__
const Addr PageShift = 12;
const Addr PageBytes = ULL(1) << PageShift;
-
- // Memory accesses can be unaligned
- const bool HasUnalignedMemAcc = true;
}
#endif // __ARCH_X86_ISATRAITS_HH__