Home
last modified time | relevance | path

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

/external/vixl/test/
Dtest-api.cc532 CPUFeatures os_only = in TEST() local
535 << os_only << "}\n"; in TEST()
536 if (os_only.Has(CPUFeatures::kIDRegisterEmulation)) { in TEST()
543 VIXL_CHECK(id_regs.Has(os_only)); in TEST()
548 CPUFeatures os_with_id_regs = os_only.With(id_regs); in TEST()