Home
last modified time | relevance | path

Searched defs:regre (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgen_trans_funcs.py35 regre = re.compile(r"((?<!DUP)[MNORCPQXSGVZA])([stuvwxyzdefg]+)([.]?[LlHh]?)(\d+S?)") variable
H A Dgen_decodetree.py35 regre = re.compile(r"((?<!DUP)[MNORCPQXSGVZA])([stuvwxyzdefg]+)([.]?[LlHh]?)(\d+S?)") variable
H A Dhex_common.py43 regre = re.compile(r"((?<!DUP)[MNORCPQXSGVZA])([stuvwxyzdefg]+)([.]?[LlHh]?)(\d+S?)") variable