📄 storequeue.h
字号:
/*************************************************************************** StoreQueue.h - description ------------------- begin : Wed Apr 25 2001 copyright : (C) 2001 Universite Paris Sud and CEA author : Gilles Mouchard email : gilles.mouchard@lri.fr, gilles.mouchard@.cea.fr ***************************************************************************/#ifndef __STOREQUEUE_H__#define __STOREQUEUE_H__#include <common.h>#include <ostream.h>struct StoreQueueEntry{ UInt32 addr; /* Adresse du store */ LoadStoreTags tags; /* tags de l'instruction store */ LoadStoreOperation operation; int branchCounter; UInt64 data; bool valid; // true si le store a 閠
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -