Searched refs:beh (Results 1 – 2 of 2) sorted by relevance
/qemu/target/hexagon/ |
H A D | gen_printinsn.py | 122 beh = hex_common.behdict[tag] 123 beh = hex_common.regre.sub(regprinter, beh) 124 beh = hex_common.absimmre.sub(r"#%s0x%x", beh) 125 beh = hex_common.relimmre.sub(r"PC+%s%d", beh) 126 beh = spacify(beh)
|
H A D | hex_common.py | 59 l = allmac_re.findall(macro.beh) 126 def SEMANTICS(tag, beh, sem): argument 128 behdict[tag] = beh 146 def __init__(self, name, beh, attribs): argument 149 self.beh = beh 154 def MACROATTRIB(macname, beh, attribstring): argument 160 macros[macname] = Macro(macname, beh, attribs)
|