Home
last modified time | relevance | path

Searched refs:immre (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgen_trans_funcs.py36 immre = re.compile(r"[#]([rRsSuUm])(\d+)(?:[:](\d+))?") variable
50 immre = re.compile(r"IMMEXT\([rRsSuUm]")
51 imm = immre.findall(hex_common.semdict[tag])
81 imms = ordered_unique(immre.findall(iset.iset[tag]["syntax"]))
H A Dgen_decodetree.py36 immre = re.compile(r"[#]([rRsSuUm])(\d+)(?:[:](\d+))?") variable
119 imms = ordered_unique(immre.findall(iset.iset[tag]["syntax"]))
H A Dhex_common.py44 immre = re.compile(r"[#]([rRsSuUm])(\d+)(?:[:](\d+))?") variable
168 return uniquify(immre.findall(behdict[tag]))