Home
last modified time | relevance | path

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

/external/llvm/utils/
Dupdate_llc_test_checks.py37 SCRUB_X86_SP_RE = re.compile(r'\d+\(%(esp|rsp)\)') variable
62 asm = SCRUB_X86_SP_RE.sub(r'{{[0-9]+}}(%\1)', asm)
Dupdate_test_checks.py52 SCRUB_X86_SP_RE = re.compile(r'\d+\(%(esp|rsp)\)') variable
89 asm = SCRUB_X86_SP_RE.sub(r'{{[0-9]+}}(%\1)', asm)