isa_traits.hh (6329:5d8b91875859) isa_traits.hh (6974:4d4903a3e7c5)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

86 const int PageShift = 12;
87 const int PageBytes = 1ULL << PageShift;
88
89 const int BranchPredAddrShiftAmt = 0;
90
91 StaticInstPtr decodeInst(ExtMachInst);
92
93 const Addr LoadAddrMask = ULL(-1);
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

86 const int PageShift = 12;
87 const int PageBytes = 1ULL << PageShift;
88
89 const int BranchPredAddrShiftAmt = 0;
90
91 StaticInstPtr decodeInst(ExtMachInst);
92
93 const Addr LoadAddrMask = ULL(-1);
94
95 // Memory accesses can be unaligned
96 const bool HasUnalignedMemAcc = true;
94};
95
96#endif // __ARCH_X86_ISATRAITS_HH__
97};
98
99#endif // __ARCH_X86_ISATRAITS_HH__