Searched refs:label (Results 1 - 22 of 22) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dmain.cc43 template<> const char *B1::label = "b1"; member in class:HsailISA::B1
44 template<> const char *B8::label = "b8"; member in class:HsailISA::B8
45 template<> const char *B16::label = "b16"; member in class:HsailISA::B16
46 template<> const char *B32::label = "b32"; member in class:HsailISA::B32
47 template<> const char *B64::label = "b64"; member in class:HsailISA::B64
49 template<> const char *S8::label = "s8"; member in class:HsailISA::S8
50 template<> const char *S16::label = "s16"; member in class:HsailISA::S16
51 template<> const char *S32::label = "s32"; member in class:HsailISA::S32
52 template<> const char *S64::label = "s64"; member in class:HsailISA::S64
54 template<> const char *U8::label member in class:HsailISA::U8
55 template<> const char *U16::label = "u16"; member in class:HsailISA::U16
56 template<> const char *U32::label = "u32"; member in class:HsailISA::U32
57 template<> const char *U64::label = "u64"; member in class:HsailISA::U64
59 template<> const char *F32::label = "f32"; member in class:HsailISA::F32
60 template<> const char *F64::label = "f64"; member in class:HsailISA::F64
[all...]
H A Ddecl.hh73 static const char *label; member in class:HsailISA::HsailDataType
210 std::string opcode_suffix() { return csprintf("_%s", DataType::label); }
698 DestDataType::label, SrcDataType::label);
716 return csprintf("_%s_%s", DestDataType::label, SrcDataType::label);
736 return csprintf("_%s_%s", DestDataType::label, SrcDataType::label);
1280 template<> const char *B1::label; member in class:HsailISA::B1
1281 template<> const char *B8::label; member in class:HsailISA::B8
1282 template<> const char *B16::label; member in class:HsailISA::B16
1283 template<> const char *B32::label; member in class:HsailISA::B32
1284 template<> const char *B64::label; member in class:HsailISA::B64
1285 template<> const char *S8::label; member in class:HsailISA::S8
1286 template<> const char *S16::label; member in class:HsailISA::S16
1287 template<> const char *S32::label; member in class:HsailISA::S32
1288 template<> const char *S64::label; member in class:HsailISA::S64
1289 template<> const char *U8::label; member in class:HsailISA::U8
1290 template<> const char *U16::label; member in class:HsailISA::U16
1291 template<> const char *U32::label; member in class:HsailISA::U32
1292 template<> const char *U64::label; member in class:HsailISA::U64
1293 template<> const char *F32::label; member in class:HsailISA::F32
1294 template<> const char *F64::label; member in class:HsailISA::F64
[all...]
H A Dmem_impl.hh49 DestDataType::label,
83 MemDataType::label,
90 MemDataType::label,
98 MemDataType::label,
108 MemDataType::label,
512 OperationType::label,
519 OperationType::label,
528 OperationType::label,
633 DataType::label, this->dest.disassemble(),
640 DataType::label, thi
[all...]
/gem5/src/mem/
H A Dpacket_queue.hh108 /** Label to use for print request packets label stack. */
109 const std::string label; member in class:PacketQueue
135 * Create a packet queue, linked to an event manager, and a label
139 * @param _label Label to push on the label stack for print request packets
235 const std::string& label)
236 { return masterPort.name() + "-" + label; }
242 * master port, and a label that will be used for functional print
247 * @param _label Label to push on the label stack for print request packets
255 { return name(masterPort, label); }
271 const std::string& label)
234 name(const MasterPort& masterPort, const std::string& label) argument
270 name(const MasterPort& masterPort, const std::string& label) argument
308 name(const SlavePort& slavePort, const std::string& label) argument
[all...]
H A Dpacket_queue.cc57 label(_label), waitingOnRetry(false)
89 pkt->pushLabel(label);
H A Dabstract_mem.cc307 tracePacket(System *sys, const char *label, PacketPtr pkt) argument
313 "%#x %c\n", label, sys->getMasterName(pkt->req->masterId()),
320 label, sys->getMasterName(pkt->req->masterId()),
H A Dpacket.cc441 : label(_label), prefix(_prefix), labelPrinted(false)
471 ccprintf(os, "%s%s\n", *(i->prefix), i->label);
H A Dpacket.hh420 * An entry in the label stack.
424 const std::string label; member in struct:Packet::PrintReqState::LabelStackEntry
448 * Push a label onto the label stack, and prepend the given
450 * printed if an object within the label's scope is printed.
456 * Pop a label off the label stack.
1342 * Push label for PrintReq (safe to call unconditionally).
1352 * Pop label for PrintReq (safe to call unconditionally).
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py52 def _dot_create_router_node(full_path, label):
56 label = label, \
65 def _dot_create_ctrl_node(full_path, label):
69 label = label, \
97 label = ctrl._name
99 label += ' (' + ctrl._node_type + ')'
101 _dot_create_ctrl_node(ctrl.path(), label)
H A Ddot_writer.py86 label = "root"
88 label = simNode._name
90 # add class name under the label
91 label = "\"" + label + " \\n: " + simNode.__class__.__name__ + "\""
94 cluster = dot_create_cluster(simNode, full_path, label)
149 def dot_create_cluster(simNode, full_path, label):
164 label = label, \
174 def dot_create_node(simNode, full_path, label)
[all...]
/gem5/util/emacs/
H A Dm5-c-style.el36 (case-label . 2)
37 (label . 2)
40 (access-label . -2)
/gem5/src/arch/
H A Dmicro_asm.py140 for label in statement.labels:
141 container.labels[label.text] = microop
142 if label.is_extern:
143 container.externs[label.text] = microop
215 # A colon marks the end of a label. It should follow an ID which will
217 # in the "asm" state since it knows it saw a label and not a mnemonic.
236 # An "ID" in the micro assembler is either a label, directive, or mnemonic
238 # parameters. If it's a label, the following colon will make the lexer stop
244 # yet. The real ID, the label itself, is coming up.
249 # If there is a label an
[all...]
H A Disa_parser.py234 label = 'def format ' + id
235 self.user_code = compile(fixPythonIndentation(code), label, 'exec')
241 c = compile(f, label + ' wrapper', 'exec')
2331 # The constant list for a decode case label must be non-empty, and must
/gem5/src/mem/cache/
H A Dqueue.hh76 /** Local label (for functional print requests) */
77 const std::string label; member in class:Queue
134 label(_label), numEntries(num_entries + reserve),
186 pkt->pushLabel(label);
H A Dbase.hh175 const std::string &label) :
176 ReqPacketQueue(cache, port, label), cache(cache),
173 CacheReqPacketQueue(BaseCache &cache, MasterPort &port, SnoopRespPacketQueue &snoop_resp_queue, const std::string &label) argument
/gem5/src/arch/hsail/
H A Doperand.cc455 label = obj->currentCode->refLabel((BrigDirectiveLabel*)dir, obj);
461 return label->get();
467 return label->name;
H A Doperand.hh740 Label *label; member in class:LabelOperand
/gem5/util/minorview/
H A Dblobs.py403 label = '...' + colour_char
406 label = model.special_state_names[colour_char]
412 xb, yb, width, height, dx, dy = cr.text_extents(label)
418 cr.show_text(label)
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py219 for label,val in plist:
222 out += label
224 if label: out += " "
/gem5/util/stats/
H A Dprofile.py176 label = '%s %.2f%%' % (self.symbol, value)
177 self.dot_node = Node(self, label=label)
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s60 copy %r3,%r22 ; copy the procedure label to r22, ...
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py169 def __init__(self, start, end, label):
171 self.label = label
174 return self._StringHelper(self.__class__.__name__, str(self.label))

Completed in 64 milliseconds