// Memory accesses cannot be unaligned
const bool HasUnalignedMemAcc = true;
- const bool CurThreadInfoImplemented = false;
- const int CurThreadInfoReg = -1;
-
enum InterruptTypes
{
INT_RST,
const bool HasUnalignedMemAcc = true;
-const bool CurThreadInfoImplemented = false;
-const int CurThreadInfoReg = -1;
-
} // namespace MipsISA
#endif // __ARCH_MIPS_ISA_TRAITS_HH__
// Memory accesses can be unaligned
const bool HasUnalignedMemAcc = true;
-const bool CurThreadInfoImplemented = false;
-const int CurThreadInfoReg = -1;
-
} // namespace PowerISA
#endif // __ARCH_POWER_ISA_TRAITS_HH__
// Memory accesses can be unaligned (at least for double-word memory accesses)
const bool HasUnalignedMemAcc = true;
-const bool CurThreadInfoImplemented = false;
-const int CurThreadInfoReg = -1;
-
}
#endif //__ARCH_RISCV_ISA_TRAITS_HH__
// Memory accesses cannot be unaligned
const bool HasUnalignedMemAcc = false;
-const bool CurThreadInfoImplemented = false;
-const int CurThreadInfoReg = -1;
-
}
#endif // __ARCH_SPARC_ISA_TRAITS_HH__
// Memory accesses can be unaligned
const bool HasUnalignedMemAcc = true;
-
- const bool CurThreadInfoImplemented = false;
- const int CurThreadInfoReg = -1;
}
#endif // __ARCH_X86_ISATRAITS_HH__