Searched refs:VREG_RE (Results 1 – 1 of 1) sorted by relevance
35 VREG_RE = re.compile(r'(%[0-9]+)(?::[a-z0-9_]+)?(?:\([<>a-z0-9 ]+\))?') variable41 r'{1}(?P<opcode>[A-Zt][A-Za-z0-9_]+)'.format(VREG_RE.pattern, MI_FLAGS_STR))230 for vreg in VREG_RE.finditer(m.group('vregs')):