static_inst.hh (5870:5645632d594c) static_inst.hh (5922:28bcb158eaae)
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;

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

154 IsThreadSync, ///< Thread synchronization operation.
155
156 IsSerializing, ///< Serializes pipeline: won't execute until all
157 /// older instructions have committed.
158 IsSerializeBefore,
159 IsSerializeAfter,
160 IsMemBarrier, ///< Is a memory barrier
161 IsWriteBarrier, ///< Is a write barrier
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;

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

154 IsThreadSync, ///< Thread synchronization operation.
155
156 IsSerializing, ///< Serializes pipeline: won't execute until all
157 /// older instructions have committed.
158 IsSerializeBefore,
159 IsSerializeAfter,
160 IsMemBarrier, ///< Is a memory barrier
161 IsWriteBarrier, ///< Is a write barrier
162 IsReadBarrier, ///< Is a read barrier
162 IsERET, /// <- Causes the IFU to stall (MIPS ISA)
163
164 IsNonSpeculative, ///< Should not be executed speculatively
165 IsQuiesce, ///< Is a quiesce instruction
166
167 IsIprAccess, ///< Accesses IPRs
168 IsUnverifiable, ///< Can't be verified by a checker
169

--- 491 unchanged lines hidden ---
163 IsERET, /// <- Causes the IFU to stall (MIPS ISA)
164
165 IsNonSpeculative, ///< Should not be executed speculatively
166 IsQuiesce, ///< Is a quiesce instruction
167
168 IsIprAccess, ///< Accesses IPRs
169 IsUnverifiable, ///< Can't be verified by a checker
170

--- 491 unchanged lines hidden ---