Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dgen_printinsn.py112 if not hex_common.behdict[tag]:
122 beh = hex_common.behdict[tag]
134 regs_or_imms = hex_common.reg_or_immre.findall(hex_common.behdict[tag])
H A Dhex_common.py26 behdict = {} # tag ->behavior variable
128 behdict[tag] = beh
163 tagregs = regre.findall(behdict[tag])
169 return uniquify(immre.findall(behdict[tag]))