OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRUB_X86_RIP_RE
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
asm.py
96
SCRUB_X86_RIP_RE
= re.compile(r'[.\w]+\(%rip\)')
115
asm =
SCRUB_X86_RIP_RE
.sub(r'{{.*}}(%rip)', asm)
/external/llvm/utils/
update_llc_test_checks.py
38
SCRUB_X86_RIP_RE
= re.compile(r'[.\w]+\(%rip\)')
64
asm =
SCRUB_X86_RIP_RE
.sub(r'{{.*}}(%rip)', asm)
update_test_checks.py
53
SCRUB_X86_RIP_RE
= re.compile(r'[.\w]+\(%rip\)')
91
asm =
SCRUB_X86_RIP_RE
.sub(r'{{.*}}(%rip)', asm)
Completed in 261 milliseconds