isa_traits.hh (5127:478b14ffee54) isa_traits.hh (5152:20fc3ce35147)
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 *

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

131
132 const int PageShift = 12;
133 const int PageBytes = 1ULL << PageShift;
134
135 const int BranchPredAddrShiftAmt = 0;
136
137 StaticInstPtr decodeInst(ExtMachInst);
138
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 *

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

131
132 const int PageShift = 12;
133 const int PageBytes = 1ULL << PageShift;
134
135 const int BranchPredAddrShiftAmt = 0;
136
137 StaticInstPtr decodeInst(ExtMachInst);
138
139 const Addr LoadAddrMask = ULL(0xffffffffff);
139 const Addr LoadAddrMask = ULL(-1);
140};
141
142#endif // __ARCH_X86_ISATRAITS_HH__
140};
141
142#endif // __ARCH_X86_ISATRAITS_HH__