Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
Dfind_loop_instructions.py101 X86_ARCH_CHOST_RE = re.compile(r'^(x86|i[2346]86)') variable
105 if X86_ARCH_CHOST_RE.match(chost):