Searched refs:Inst (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dinst_pb_trace.hh54 class Inst;
108 ProtoMessage::Inst *curMsg;
H A Dinst_pb_trace.cc152 curMsg = new ProtoMessage::Inst;
173 ProtoMessage::Inst::MemAccess *mem_msg = curMsg->add_mem_access();
/gem5/util/
H A Ddecode_inst_trace.py112 inst = inst_pb2.Inst()
/gem5/util/minorview/
H A Dmodel.py424 The super class for Inst and Line"""
442 class Inst(IdedObj): class in inherits:IdedObj
445 super(Inst,self).__init__(id, pairs)
689 inst = Inst(id, disassembly, addr, other_pairs)

Completed in 10 milliseconds