isa_traits.hh (6691:cd68b6ecd68d) isa_traits.hh (6974:4d4903a3e7c5)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

--- 56 unchanged lines hidden (view full) ---

65const int LogVMPageSize = 12; // 4K bytes
66const int VMPageSize = (1 << LogVMPageSize);
67
68const int MachineBytes = 4;
69
70// This is ori 0, 0, 0
71const ExtMachInst NoopMachInst = 0x60000000;
72
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

--- 56 unchanged lines hidden (view full) ---

65const int LogVMPageSize = 12; // 4K bytes
66const int VMPageSize = (1 << LogVMPageSize);
67
68const int MachineBytes = 4;
69
70// This is ori 0, 0, 0
71const ExtMachInst NoopMachInst = 0x60000000;
72
73// Memory accesses can be unaligned
74const bool HasUnalignedMemAcc = true;
75
73} // PowerISA namespace
74
75#endif // __ARCH_POWER_ISA_TRAITS_HH__
76} // PowerISA namespace
77
78#endif // __ARCH_POWER_ISA_TRAITS_HH__