Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dgen_printinsn.py115 beh = hex_common.behdict[tag]
116 beh = hex_common.regre.sub(regprinter, beh)
117 beh = hex_common.absimmre.sub(r"#%s0x%x", beh)
118 beh = hex_common.relimmre.sub(r"PC+%s%d", beh)
119 beh = spacify(beh)
H A Dhex_common.py58 l = allmac_re.findall(macro.beh)
125 def SEMANTICS(tag, beh, sem): argument
127 behdict[tag] = beh
145 def __init__(self, name, beh, attribs): argument
148 self.beh = beh
153 def MACROATTRIB(macname, beh, attribstring): argument
159 macros[macname] = Macro(macname, beh, attribs)