Searched refs:attribstring (Results 1 – 1 of 1) sorted by relevance
/qemu/target/hexagon/ |
H A D | hex_common.py | 134 def ATTRIBUTES(tag, attribstring): argument 135 attribstring = attribstring.replace("ATTRIBS", "").replace("(", "").replace(")", "") 136 if not attribstring: 138 attribs = attribstring.split(",") 154 def MACROATTRIB(macname, beh, attribstring): argument 155 attribstring = attribstring.replace("(", "").replace(")", "") 156 if attribstring: 157 attribs = attribstring.split(",")
|