#include <OpStatus.h>
OpStatus.h の 39 行で定義されています。
OpStatus.h の 45 行で定義されています。
00046 { 00047 OS_INVALID = 0, // 00048 OS_FLUSHED, // \~XtbV 00049 OS_FETCH, // FetchernextPipeline 00050 OS_RENAME, // RenamernextPipeline 00051 OS_DISPATCHING, // DispatchernextPipeline 00052 OS_DISPATCHED, // XPW[ 00053 OS_ISSUING, // issue 00054 OS_EXECUTING, // タs 00055 OS_FINISHED, // タsI 00056 OS_WRITING_BACK, // CgobN 00057 OS_WRITTEN_BACK, // CgobN 00058 OS_COMPLETED, // ^CAXe[^XIvVp 00059 OS_NOP, // NOPDispatcherタsI 00060 OS_COMITTING, // in committing 00061 OS_COMITTED, // after commit 00062 OS_RETIRED, // ^CA 00063 OS_MAX 00064 };
Onikiri::OpStatus::OpStatus | ( | ) | [inline] |
Onikiri::OpStatus::OpStatus | ( | const OpStatus & | status | ) | [inline] |
Onikiri::OpStatus::OpStatus | ( | const Status & | status | ) | [inline] |
bool Onikiri::OpStatus::operator!= | ( | const OpStatus & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator!= | ( | const Status & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator< | ( | const OpStatus & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator< | ( | const Status & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator<= | ( | const OpStatus & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator<= | ( | const Status & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator== | ( | const OpStatus & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator== | ( | const Status & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator> | ( | const OpStatus & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator> | ( | const Status & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator>= | ( | const OpStatus & | rhs | ) | const [inline] |
bool Onikiri::OpStatus::operator>= | ( | const Status & | rhs | ) | const [inline] |
const char * OpStatus::ToString | ( | ) |
OpStatus.cpp の 38 行で定義されています。
00039 { 00040 // fobOop 00041 // Op::Status 00042 static const char* STATUS_STR[ OpStatus::OS_MAX ] = 00043 { 00044 "INVALID", 00045 "FLUSHED", 00046 "FETCH", 00047 "RENAME", 00048 "DISPATCHING", 00049 "DISPATCHED", 00050 "ISSUING", 00051 "EXECUTING", 00052 "FINISHED", 00053 "WRITINGBACK", 00054 "WRITTENBACK", 00055 "COMPLETED", 00056 "NOP", 00057 "COMITTING", 00058 "COMITTED", 00059 "RETIRED" 00060 }; 00061 00062 ASSERT( m_status < OpStatus::OS_MAX ); 00063 return STATUS_STR[ m_status ]; 00064 }
Here is the caller graph for this function:
Status Onikiri::OpStatus::m_status [protected] |
OpStatus.h の 122 行で定義されています。
参照元 operator!=()・operator<()・operator<=()・operator==()・operator>()・operator>=()・ToString().