サイクル精度シミュレータSniperにおけるサイクル計算の方法調査

Instruction情報について sniper/common/performance_model/instruction.h class Instruction { public: Instruction(InstructionType type, OperandList &operands); Instruction(InstructionType type); virtual ~Instruction() { }; virtual SubsecondTime getCost(Core *core) const; InstructionType getType() const;…