isa_traits.hh (6329:5d8b91875859) isa_traits.hh (6974:4d4903a3e7c5)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

126 HalfwordBytes = 2,
127 ByteBytes = 1,
128};
129
130// return a no-op instruction... used for instruction fetch faults
131// Alpha UNOP (ldq_u r31,0(r0))
132const ExtMachInst NoopMachInst = 0x2ffe0000;
133
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

126 HalfwordBytes = 2,
127 ByteBytes = 1,
128};
129
130// return a no-op instruction... used for instruction fetch faults
131// Alpha UNOP (ldq_u r31,0(r0))
132const ExtMachInst NoopMachInst = 0x2ffe0000;
133
134// Memory accesses cannot be unaligned
135const bool HasUnalignedMemAcc = false;
136
134} // namespace AlphaISA
135
136#endif // __ARCH_ALPHA_ISA_TRAITS_HH__
137} // namespace AlphaISA
138
139#endif // __ARCH_ALPHA_ISA_TRAITS_HH__