Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dgen_printinsn.py105 if not hex_common.behdict[tag]:
115 beh = hex_common.behdict[tag]
127 regs_or_imms = hex_common.reg_or_immre.findall(hex_common.behdict[tag])
H A Dhex_common.py25 behdict = {} # tag ->behavior variable
127 behdict[tag] = beh
162 tagregs = regre.findall(behdict[tag])
168 return uniquify(immre.findall(behdict[tag]))