Home
last modified time | relevance | path

Searched refs:attribstring (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dhex_common.py133 def ATTRIBUTES(tag, attribstring): argument
134 attribstring = attribstring.replace("ATTRIBS", "").replace("(", "").replace(")", "")
135 if not attribstring:
137 attribs = attribstring.split(",")
153 def MACROATTRIB(macname, beh, attribstring): argument
154 attribstring = attribstring.replace("(", "").replace(")", "")
155 if attribstring:
156 attribs = attribstring.split(",")