isa_traits.hh (9040:cdfe09f9bdee) isa_traits.hh (9057:f5ee56466b91)
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;

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

118
119 MachineBytes = 8,
120 WordBytes = 4,
121 HalfwordBytes = 2,
122 ByteBytes = 1
123};
124
125// return a no-op instruction... used for instruction fetch faults
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;

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

118
119 MachineBytes = 8,
120 WordBytes = 4,
121 HalfwordBytes = 2,
122 ByteBytes = 1
123};
124
125// return a no-op instruction... used for instruction fetch faults
126const extern StaticInstPtr NoopStaticInst;
126// Alpha UNOP (ldq_u r31,0(r0))
127const ExtMachInst NoopMachInst = 0x2ffe0000;
127
128// Memory accesses cannot be unaligned
129const bool HasUnalignedMemAcc = false;
130
131} // namespace AlphaISA
132
133#endif // __ARCH_ALPHA_ISA_TRAITS_HH__
128
129// Memory accesses cannot be unaligned
130const bool HasUnalignedMemAcc = false;
131
132} // namespace AlphaISA
133
134#endif // __ARCH_ALPHA_ISA_TRAITS_HH__