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

/gem5/src/arch/
H A Disa_parser.py107 # Template objects.
109 # Template objects are format strings that allow substitution from
114 class Template(object): class in inherits:object
216 raise TypeError, "Template.subst() arg must be or have dictionary"
2131 self.templateMap[t[3]] = Template(self, t[4])

Completed in 72 milliseconds